|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.Observable
brain.gui.Observables.ObservableVariable<Type>
public class ObservableVariable<Type>
Constructor Summary | |
---|---|
ObservableVariable()
|
|
ObservableVariable(Type value)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object otherValue)
|
Type |
getValue()
|
void |
setValue(Type value)
|
Methods inherited from class java.util.Observable |
---|
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ObservableVariable()
public ObservableVariable(Type value)
Method Detail |
---|
public void setValue(Type value)
public Type getValue()
public boolean equals(java.lang.Object otherValue)
equals
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |