com.yobotics.simulationconstructionset.gui
Class YoTextEntryContainer

java.lang.Object
  extended by com.yobotics.simulationconstructionset.gui.YoTextEntryContainer
All Implemented Interfaces:
YoVariableEntryContainer

public class YoTextEntryContainer
extends java.lang.Object
implements YoVariableEntryContainer


Method Summary
 void actionPerformed(YoEntryBox yoEntryBox, java.awt.event.ActionEvent evt)
           
 void bindToVariable(YoEntryBox yoEntryBox, YoVariable variable)
           
 void focusGained(YoEntryBox yoEntryBox)
           
 void focusLost(YoEntryBox yoEntryBox)
           
 YoVariable getVariable()
           
 boolean isEventSource(YoEntryBox yoEntryBox, java.awt.event.FocusEvent evt)
           
 void removeVariable(YoVariable variable)
           
 void setup(YoEntryBox yoEntryBox)
           
 void shutdown(YoEntryBox yoEntryBox)
           
 void update(YoEntryBox yoEntryBox)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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