Uses of Package
com.sdm.quasar.client.core.states

Packages that use com.sdm.quasar.client.core.states
com.sdm.quasar.client.core.commands   
com.sdm.quasar.client.core.data.plugins   
com.sdm.quasar.client.core.data.plugins.impl   
com.sdm.quasar.client.core.server   
com.sdm.quasar.client.core.server.impl   
com.sdm.quasar.client.core.states   
com.sdm.quasar.client.showcase.swing.allinone.emplDetail   
com.sdm.quasar.client.swing.commands.adapters   
com.sdm.quasar.client.swing.states   
com.sdm.quasar.client.swing.states.adapters   
com.sdm.util.model.states   
 

Classes in com.sdm.quasar.client.core.states used by com.sdm.quasar.client.core.commands
BooleanState
          A boolean State interface.
 

Classes in com.sdm.quasar.client.core.states used by com.sdm.quasar.client.core.data.plugins
BooleanState
          A boolean State interface.
 

Classes in com.sdm.quasar.client.core.states used by com.sdm.quasar.client.core.data.plugins.impl
BooleanState
          A boolean State interface.
MutableBooleanState
          A very simple implementation of BooleanState.
ORBooleanState
          A BooleanState that combines a set of other boolean states with the logical OR operation.
 

Classes in com.sdm.quasar.client.core.states used by com.sdm.quasar.client.core.server
BooleanState
          A boolean State interface.
 

Classes in com.sdm.quasar.client.core.states used by com.sdm.quasar.client.core.server.impl
BooleanState
          A boolean State interface.
 

Classes in com.sdm.quasar.client.core.states used by com.sdm.quasar.client.core.states
AbstractBooleanState
          An abstract BooleanState implementation, that manages the enabled state as boolean, that subclasses can directly set.
AbstractCombinedBooleanState
          Abstract base class for boolean states that perform boolean operations on a set of other boolean states.
AbstractState
          A abstract uncomplete implementation of State which support listeners and adds a AbstractState.fireStateChanged() method to notify them.
AcceptorBooleanState
          A BooleanState, that adapts an object to the own boolean state value (see BooleanState.isValueTrue()) using an Acceptor: The BooleanState is true, if the Acceptor accepts the object.
ANDBooleanState
          A BooleanState that combines a set of other boolean states with the logical AND operation.
BooleanState
          A boolean State interface.
BooleanStateAdapter
          The BooleanStateAdapter observes a State (see #setBooleanState(State)), and adapts it's value to something.
NOTBooleanState
          A BooleanState, that negates it's source state.
ORBooleanState
          A BooleanState that combines a set of other boolean states with the logical OR operation.
State
          A basic state interface.
StateListener
          A listener to get notified on changes of the values of States.
XORBooleanState
          A BooleanState that combines a set of other boolean states with the logical XOR operation.
 

Classes in com.sdm.quasar.client.core.states used by com.sdm.quasar.client.showcase.swing.allinone.emplDetail
AbstractBooleanStateAdapter
          An abstract BooleanStateAdapter implementation, which supports more than one target object to adapt.
BooleanState
          A boolean State interface.
BooleanStateAdapter
          The BooleanStateAdapter observes a State (see #setBooleanState(State)), and adapts it's value to something.
 

Classes in com.sdm.quasar.client.core.states used by com.sdm.quasar.client.swing.commands.adapters
BooleanState
          A boolean State interface.
 

Classes in com.sdm.quasar.client.core.states used by com.sdm.quasar.client.swing.states
AbstractBooleanState
          An abstract BooleanState implementation, that manages the enabled state as boolean, that subclasses can directly set.
AbstractState
          A abstract uncomplete implementation of State which support listeners and adds a AbstractState.fireStateChanged() method to notify them.
BooleanState
          A boolean State interface.
State
          A basic state interface.
 

Classes in com.sdm.quasar.client.core.states used by com.sdm.quasar.client.swing.states.adapters
AbstractBooleanStateAdapter
          An abstract BooleanStateAdapter implementation, which supports more than one target object to adapt.
BooleanState
          A boolean State interface.
BooleanStateAdapter
          The BooleanStateAdapter observes a State (see #setBooleanState(State)), and adapts it's value to something.
 

Classes in com.sdm.quasar.client.core.states used by com.sdm.util.model.states
AbstractBooleanState
          An abstract BooleanState implementation, that manages the enabled state as boolean, that subclasses can directly set.
AbstractState
          A abstract uncomplete implementation of State which support listeners and adds a AbstractState.fireStateChanged() method to notify them.
AcceptorBooleanState
          A BooleanState, that adapts an object to the own boolean state value (see BooleanState.isValueTrue()) using an Acceptor: The BooleanState is true, if the Acceptor accepts the object.
BooleanState
          A boolean State interface.
State
          A basic state interface.