com.yobotics.simulationconstructionset.gui
Class YoTextEntryContainer
java.lang.Object
com.yobotics.simulationconstructionset.gui.YoTextEntryContainer
- All Implemented Interfaces:
- YoVariableEntryContainer
public class YoTextEntryContainer
- extends java.lang.Object
- implements YoVariableEntryContainer
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getVariable
public YoVariable getVariable()
- Specified by:
getVariable
in interface YoVariableEntryContainer
update
public void update(YoEntryBox yoEntryBox)
- Specified by:
update
in interface YoVariableEntryContainer
actionPerformed
public void actionPerformed(YoEntryBox yoEntryBox,
java.awt.event.ActionEvent evt)
- Specified by:
actionPerformed
in interface YoVariableEntryContainer
removeVariable
public void removeVariable(YoVariable variable)
- Specified by:
removeVariable
in interface YoVariableEntryContainer
setup
public void setup(YoEntryBox yoEntryBox)
- Specified by:
setup
in interface YoVariableEntryContainer
shutdown
public void shutdown(YoEntryBox yoEntryBox)
- Specified by:
shutdown
in interface YoVariableEntryContainer
bindToVariable
public void bindToVariable(YoEntryBox yoEntryBox,
YoVariable variable)
- Specified by:
bindToVariable
in interface YoVariableEntryContainer
isEventSource
public boolean isEventSource(YoEntryBox yoEntryBox,
java.awt.event.FocusEvent evt)
- Specified by:
isEventSource
in interface YoVariableEntryContainer
focusLost
public void focusLost(YoEntryBox yoEntryBox)
- Specified by:
focusLost
in interface YoVariableEntryContainer
focusGained
public void focusGained(YoEntryBox yoEntryBox)
- Specified by:
focusGained
in interface YoVariableEntryContainer