phenote.gui
Class ComparisonCharacterGui
java.lang.Object
phenote.gui.ComparisonCharacterGui
class ComparisonCharacterGui
- extends java.lang.Object
a gui box for characters - cant type in it but can drop characters from main table
in it. this is for subject & object characters of comparison gui
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComparisonCharacterGui
ComparisonCharacterGui(java.lang.String name)
getComponent
javax.swing.JComponent getComponent()
getCharacter
CharacterI getCharacter()
setCharacter
void setCharacter(CharacterI c)
addObserver
void addObserver(java.util.Observer o)
getObservable
public phenote.gui.ComparisonCharacterGui.CharDropObservable getObservable()
- Send out notification when a new char has been dropped, used by ComparisonGui
which then updates comparison model
charString
public static java.lang.String charString(CharacterI c)