com.yobotics.simulationconstructionset.gui
Class YoEntryBoxNew.YoTextEntryBox

java.lang.Object
  extended by com.yobotics.simulationconstructionset.gui.YoEntryBoxNew.YoTextEntryBox
All Implemented Interfaces:
YoEntryBoxNew.YoEntryContainer, java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
YoEntryBoxNew

public class YoEntryBoxNew.YoTextEntryBox
extends java.lang.Object
implements YoEntryBoxNew.YoEntryContainer, java.awt.event.ActionListener


Constructor Summary
YoEntryBoxNew.YoTextEntryBox(YoEntryBoxNew entryBox, java.lang.String label)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent evt)
           
 void bindToVariable(YoVariable variable)
           
 void focusGained(java.awt.event.FocusEvent evt)
           
 void focusLost(java.awt.event.FocusEvent evt)
           
 javax.swing.JTextField getjTextField()
           
 javax.swing.JLabel getLabel()
           
 java.lang.String getToolTipText()
           
 void removeVariable()
           
 void setjTextField(javax.swing.JTextField jTextField)
           
 void setLabel(javax.swing.JLabel label)
           
 void setTextField()
           
 void update()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

YoEntryBoxNew.YoTextEntryBox

public YoEntryBoxNew.YoTextEntryBox(YoEntryBoxNew entryBox,
                                    java.lang.String label)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent evt)
Specified by:
actionPerformed in interface YoEntryBoxNew.YoEntryContainer
Specified by:
actionPerformed in interface java.awt.event.ActionListener

bindToVariable

public void bindToVariable(YoVariable variable)
Specified by:
bindToVariable in interface YoEntryBoxNew.YoEntryContainer

focusGained

public void focusGained(java.awt.event.FocusEvent evt)
Specified by:
focusGained in interface YoEntryBoxNew.YoEntryContainer

focusLost

public void focusLost(java.awt.event.FocusEvent evt)
Specified by:
focusLost in interface YoEntryBoxNew.YoEntryContainer

getjTextField

public javax.swing.JTextField getjTextField()

getLabel

public javax.swing.JLabel getLabel()

getToolTipText

public java.lang.String getToolTipText()
Specified by:
getToolTipText in interface YoEntryBoxNew.YoEntryContainer

removeVariable

public void removeVariable()
Specified by:
removeVariable in interface YoEntryBoxNew.YoEntryContainer

setjTextField

public void setjTextField(javax.swing.JTextField jTextField)

setLabel

public void setLabel(javax.swing.JLabel label)

update

public void update()
Specified by:
update in interface YoEntryBoxNew.YoEntryContainer

setTextField

public void setTextField()