Package com.sdm.quasar.client.swing.states.adapters

Class Summary
AbstractSwingBooleanStateAdapter The base class for all BooleanStateAdapters, that adapt the boolean state value to some swing-element.
ActionEnabledBooleanStateAdapter Adapts the value of a BooleanState to the enabled state of a Action.
GlassPaneBlockingBooleanStateAdapter Adapts the value of a BooleanState to a blocking of user events: If the state value is true all input events are blockt by a glass pane.
JComponentEnabledBooleanStateAdapter Adapts the value of a BooleanState to the enabled state of a JComponent.
JComponentVisibleBooleanStateAdapter Adapts the value of a BooleanState to the visibility of a JComponent.
JTextComponentEditableBooleanStateAdapter Adapts the value of a BooleanState to the editable state of a JTextComponent.