Uses of Class
com.yobotics.simulationconstructionset.gui.SelectedVariableHolder

Packages that use SelectedVariableHolder
com.yobotics.simulationconstructionset.gui   
 

Uses of SelectedVariableHolder in com.yobotics.simulationconstructionset.gui
 

Methods in com.yobotics.simulationconstructionset.gui that return SelectedVariableHolder
 SelectedVariableHolder YoGraph.getSelectedVariableHolder()
           
 SelectedVariableHolder YoEntryBox.getSelectedVariableHolder()
           
 SelectedVariableHolder BookmarkedVariablesPanel.getSelectedVariableHolder()
           
 SelectedVariableHolder VarPanel.getVariableHolder()
           
 

Constructors in com.yobotics.simulationconstructionset.gui with parameters of type SelectedVariableHolder
BookmarkedVariablesPanel(java.lang.String name, SelectedVariableHolder holder, BookmarkedVariablesHolder bookmarkedVariablesHolder)
           
BookmarkedVariablesPanel(java.lang.String name, SelectedVariableHolder holder, GraphArrayPanel graphArrayPanel, EntryBoxArrayPanel entryBoxArrayPanel, BookmarkedVariablesHolder bookmarkedVariablesHolder, CombinedVarPanel combinedVarPanel)
           
BookmarkedVariablesPanel(VarList list, SelectedVariableHolder holder, BookmarkedVariablesHolder bookmarkedVariablesHolder)
           
BookmarkedVariablesPanel(VarList list, SelectedVariableHolder holder, GraphArrayPanel graphArrayPanel, EntryBoxArrayPanel entryBoxArrayPanel, BookmarkedVariablesHolder bookmarkedVariablesHolder, CombinedVarPanel combinedVarPanel)
           
CombinedVarPanel(YoVariableDoubleClickListener yoVariableDoubleClickListener, javax.swing.JFrame frame, BookmarkedVariablesHolder bookmarkedVariablesHolder, SelectedVariableHolder selectedVariableHolder, EntryBoxArrayPanel entryBoxArrayPanel, SimulationConstructionSet sim, YoVariableRegistry rootRegistry)
           
EntryBoxArrayPanel(java.awt.Container frame, SelectedVariableHolder holder, DoubleYoVariable[] varsToEnter, javax.swing.JButton plusButton, javax.swing.JButton minusButton)
           
GraphArrayPanel(SelectedVariableHolder holder, DataBuffer buffer, DoubleYoVariable[] varsToGraph, javax.swing.JFrame frame, StandardSimulationGUI myGui)
           
GraphArrayWindow(SimulationConstructionSet sim, Robot[] robots, VarGroupList varGroupList, StandardSimulationGraphics mySimulationGraphics, AboutEditorPane aboutEditorPane, StandardSimulationGUI myGUI, ConfigurationList configurationList, GraphGroupList graphGroupList, java.lang.String graphGroupName, GraphConfigurationList graphConfigurationList, SelectedVariableHolder selectedVariableHolder, DataBuffer dataBuffer, DoubleYoVariable[] varsToGraph, StandardGUIActions mainGUIActions, int screenID, boolean maximizeWindow)
           
VariableSearchPanel(SelectedVariableHolder holder, DataBuffer dataBuffer, GraphArrayPanel graphArrayPanel, EntryBoxArrayPanel entryBoxArrayPanel, BookmarkedVariablesHolder bookmarkedVariablesHolder, CombinedVarPanel combinedVarPanel)
           
VarListVarPanel(java.lang.String name, SelectedVariableHolder holder, VarPanelJPopupMenu varPanelJPopupMenu)
           
VarListVarPanel(VarList list, SelectedVariableHolder holder, VarPanelJPopupMenu varPanelJPopupMenu)
           
VarPanel(java.lang.String name, SelectedVariableHolder holder, VarPanelJPopupMenu varPanelJPopupMenu)
           
VarPanel(VarList list, SelectedVariableHolder holder, VarPanelJPopupMenu varPanelJPopupMenu)
           
VarPanelJPopupMenu(GraphArrayPanel graphArrayPanel, EntryBoxArrayPanel entryBoxArrayPanel, SelectedVariableHolder selectedVariableHolder, CombinedVarPanel combinedVarPanel, BookmarkedVariablesHolder bookmarkedVariablesHolder)
           
VarPanelJPopupMenu(SelectedVariableHolder selectedVariableHolder)
           
YoEntryBox(EntryBoxArrayPanel entryBoxArrayPanel, SelectedVariableHolder holder)
           
YoGraph(GraphArrayPanel graphArrayPanel, SelectedVariableHolder holder, DataBuffer buffer, javax.swing.JFrame frame)
           
YoVariableRegistryVarPanel(YoVariableRegistry registry, SelectedVariableHolder holder, VarPanelJPopupMenu varPanelJPopupMenu)