|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.sdm.quasar.client.core.states.AbstractBooleanStateAdapter
com.sdm.quasar.client.swing.states.adapters.AbstractSwingBooleanStateAdapter
The base class for all BooleanStateAdapters,
that adapt the boolean state value to some swing-element. The main reason
for this class is to ensure that the code manipulating swing elements is
executed in the swing event dispatch thread.
| Constructor Summary | |
AbstractSwingBooleanStateAdapter()
Creates a new AbstractSwingBooleanStateAdapter. |
|
AbstractSwingBooleanStateAdapter(BooleanState state)
Creates a new AbstractBooleanStateAdapter. |
|
AbstractSwingBooleanStateAdapter(java.lang.String name)
Creates a new AbstractSwingBooleanStateAdapter. |
|
AbstractSwingBooleanStateAdapter(java.lang.String name,
BooleanState state)
Creates a new AbstractBooleanStateAdapter. |
|
| Method Summary | |
void |
updateAdaptedValue()
Forces an update of the current state value to the adapted objects. |
| Methods inherited from class com.sdm.quasar.client.core.states.AbstractBooleanStateAdapter |
addTarget, addTarget, addTargetInverse, dispose, getBooleanState, getName, removeTarget, setAdaptedValue, setAdaptedValue, setBooleanState, setName |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AbstractSwingBooleanStateAdapter()
AbstractSwingBooleanStateAdapter.
public AbstractSwingBooleanStateAdapter(java.lang.String name)
AbstractSwingBooleanStateAdapter.
name - public AbstractSwingBooleanStateAdapter(BooleanState state)
AbstractBooleanStateAdapter.
state - the state to set
public AbstractSwingBooleanStateAdapter(java.lang.String name,
BooleanState state)
AbstractBooleanStateAdapter.
name - the name to setstate - the state to set| Method Detail |
public final void updateAdaptedValue()
AbstractBooleanStateAdapter
updateAdaptedValue in class AbstractBooleanStateAdapterAbstractBooleanStateAdapter.updateAdaptedValue()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||