com.yobotics.simulationconstructionset.gui
Interface YoVariableEntryContainer
- All Known Implementing Classes:
- YoEnumEntryContainer, YoTextEntryContainer
public interface YoVariableEntryContainer
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)