|
|||||||||||
| 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.ButtonModelSelectedBooleanState
A BooleanState representing the selection state of an ButtonModel.
| Constructor Summary | |
ButtonModelSelectedBooleanState(javax.swing.ButtonModel buttonModel)
Constructs the BooleanState
representing the selection state of the given ButtonModel. |
|
ButtonModelSelectedBooleanState(javax.swing.ButtonModel buttonModel,
java.lang.String name)
Constructs the BooleanState
representing the selection state of the given ButtonModel. |
|
| Method Summary | |
void |
stateChanged(javax.swing.event.ChangeEvent 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 ButtonModelSelectedBooleanState(javax.swing.ButtonModel buttonModel)
BooleanState
representing the selection state of the given ButtonModel.
buttonModel - the ButtonModel we use as selection source
public ButtonModelSelectedBooleanState(javax.swing.ButtonModel buttonModel,
java.lang.String name)
BooleanState
representing the selection state of the given ButtonModel.
buttonModel - the ButtonModel we use as selection sourcename - name of the state| Method Detail |
public void stateChanged(javax.swing.event.ChangeEvent pEvent)
stateChanged in interface javax.swing.event.ChangeListener
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||