|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.sdm.quasar.client.core.states.AbstractState
com.sdm.quasar.client.core.states.AbstractBooleanState
com.sdm.quasar.client.swing.states.ActionEnabledBooleanState
A BooleanState representing the enabled/disabled state of an Action.
| Constructor Summary | |
ActionEnabledBooleanState(javax.swing.Action action)
Constructs the BooleanState
representing the enabled/disabled state of the given Action. |
|
ActionEnabledBooleanState(javax.swing.Action action,
java.lang.String name)
Constructs the BooleanState
representing the enabled/disabled state of the given Action. |
|
| Method Summary | |
void |
propertyChange(java.beans.PropertyChangeEvent pEvent)
|
| Methods inherited from class com.sdm.quasar.client.core.states.AbstractBooleanState |
getValue, isValueTrue, setValue, setValueWithoutNotification |
| Methods inherited from class com.sdm.quasar.client.core.states.AbstractState |
addStateListener, appendParametersToString, dispose, fireStateChanged, getName, removeStateListener, setName, stateValueToString, toString, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.sdm.quasar.client.core.states.BooleanState |
isValueTrue |
| Methods inherited from interface com.sdm.quasar.client.core.states.State |
addStateListener, getName, getValue, removeStateListener, setName |
| Methods inherited from interface com.sdm.quasar.client.core.common.Disposable |
dispose |
| Constructor Detail |
public ActionEnabledBooleanState(javax.swing.Action action)
BooleanState
representing the enabled/disabled state of the given Action.
action - the Action we use as enable/disable source
public ActionEnabledBooleanState(javax.swing.Action action,
java.lang.String name)
BooleanState
representing the enabled/disabled state of the given Action.
action - the Action we use as enable/disable sourcename - name of the state| Method Detail |
public void propertyChange(java.beans.PropertyChangeEvent pEvent)
propertyChange in interface java.beans.PropertyChangeListener
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||