Package net.eksb.kswingutil.ext
Class ComponentKt
-
- All Implemented Interfaces:
public final class ComponentKt
-
-
Method Summary
Modifier and Type Method Description final static UnitenabledWhen(Component $self, Property<Boolean> property)Bind this component to be enabled when property is enabled. final static FramegetFrame(Component $self)final static UnitonDispose(Component $self, Function0<Unit> block)final static UnitexitOnClose(JFrame $self)-
-
Method Detail
-
enabledWhen
final static Unit enabledWhen(Component $self, Property<Boolean> property)
Bind this component to be enabled when property is enabled.
-
exitOnClose
final static Unit exitOnClose(JFrame $self)
-
-
-
-