com.yobotics.simulationconstructionset.gui
Interface YoVariableEntryContainer

All Known Implementing Classes:
YoEnumEntryContainer, YoTextEntryContainer

public interface 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)
           
 

Method Detail

update

void update(YoEntryBox yoEntryBox)

setup

void setup(YoEntryBox yoEntryBox)

shutdown

void shutdown(YoEntryBox yoEntryBox)

getVariable

YoVariable getVariable()

actionPerformed

void actionPerformed(YoEntryBox yoEntryBox,
                     java.awt.event.ActionEvent evt)

bindToVariable

void bindToVariable(YoEntryBox yoEntryBox,
                    YoVariable variable)

isEventSource

boolean isEventSource(YoEntryBox yoEntryBox,
                      java.awt.event.FocusEvent evt)

focusGained

void focusGained(YoEntryBox yoEntryBox)

focusLost

void focusLost(YoEntryBox yoEntryBox)

removeVariable

void removeVariable(YoVariable variable)