|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.virtuosotechnologies.lib.util.ValueWrapper
com.virtuosotechnologies.lib.util.ValueWrapper.BooleanWrapper
Wrapper object for a settable boolean value. Useful for passing objects out of anonymous callbacks.
| Nested Class Summary |
| Nested classes inherited from class com.virtuosotechnologies.lib.util.ValueWrapper |
ValueWrapper.BooleanWrapper, ValueWrapper.IntWrapper, ValueWrapper.ObjectWrapper, ValueWrapper.StringWrapper |
| Constructor Summary | |
ValueWrapper.BooleanWrapper()
Constructs a wrapper with false as the value |
|
ValueWrapper.BooleanWrapper(boolean value)
Constructs a wrapper with the given value |
|
| Method Summary | |
boolean |
getValue()
Returns the current value |
void |
setValue(boolean value)
Sets the current value |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ValueWrapper.BooleanWrapper(boolean value)
value - initial valuepublic ValueWrapper.BooleanWrapper()
| Method Detail |
public final boolean getValue()
public final void setValue(boolean value)
value - new value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||