Uses of Class
com.sdm.quasar.client.swing.states.adapters.AbstractSwingBooleanStateAdapter

Packages that use AbstractSwingBooleanStateAdapter
com.sdm.quasar.client.showcase.swing.allinone.emplDetail   
com.sdm.quasar.client.swing.states.adapters   
 

Uses of AbstractSwingBooleanStateAdapter in com.sdm.quasar.client.showcase.swing.allinone.emplDetail
 

Subclasses of AbstractSwingBooleanStateAdapter in com.sdm.quasar.client.showcase.swing.allinone.emplDetail
 class EmplDetailPresentation.JComponentMarkedBooleanStateAdapter
           
 

Uses of AbstractSwingBooleanStateAdapter in com.sdm.quasar.client.swing.states.adapters
 

Subclasses of AbstractSwingBooleanStateAdapter in com.sdm.quasar.client.swing.states.adapters
 class ActionEnabledBooleanStateAdapter
          Adapts the value of a BooleanState to the enabled state of a Action.
 class 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.
 class JComponentEnabledBooleanStateAdapter
          Adapts the value of a BooleanState to the enabled state of a JComponent.
 class JComponentVisibleBooleanStateAdapter
          Adapts the value of a BooleanState to the visibility of a JComponent.
 class JTextComponentEditableBooleanStateAdapter
          Adapts the value of a BooleanState to the editable state of a JTextComponent.