com.yobotics.simulationconstructionset.gui
Interface YoEntryBoxNew.YoEntryContainer

All Known Implementing Classes:
YoEntryBoxNew.YoTextEntryBox
Enclosing class:
YoEntryBoxNew

public static interface YoEntryBoxNew.YoEntryContainer


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)
           
 java.lang.String getToolTipText()
           
 void removeVariable()
           
 void update()
           
 

Method Detail

bindToVariable

void bindToVariable(YoVariable variable)

focusGained

void focusGained(java.awt.event.FocusEvent evt)

focusLost

void focusLost(java.awt.event.FocusEvent evt)

update

void update()

getToolTipText

java.lang.String getToolTipText()

removeVariable

void removeVariable()

actionPerformed

void actionPerformed(java.awt.event.ActionEvent evt)