Uses of Interface
com.sdm.quasar.client.core.states.BooleanStateAdapter

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

Uses of BooleanStateAdapter in com.sdm.quasar.client.core.states
 

Classes in com.sdm.quasar.client.core.states that implement BooleanStateAdapter
 class AbstractBooleanStateAdapter
          An abstract BooleanStateAdapter implementation, which supports more than one target object to adapt.
 

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

Classes in com.sdm.quasar.client.showcase.swing.allinone.emplDetail that implement BooleanStateAdapter
 class EmplDetailPresentation.JComponentMarkedBooleanStateAdapter
           
 

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

Classes in com.sdm.quasar.client.swing.states.adapters that implement BooleanStateAdapter
 class AbstractSwingBooleanStateAdapter
          The base class for all BooleanStateAdapters, that adapt the boolean state value to some swing-element.
 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.