Uses of Class
com.yobotics.simulationconstructionset.ExtraPanelConfiguration

Packages that use ExtraPanelConfiguration
com.yobotics.simulationconstructionset   
com.yobotics.simulationconstructionset.gui   
com.yobotics.simulationconstructionset.gui.config   
 

Uses of ExtraPanelConfiguration in com.yobotics.simulationconstructionset
 

Methods in com.yobotics.simulationconstructionset with parameters of type ExtraPanelConfiguration
 void SimulationConstructionSet.setupExtraPanel(ExtraPanelConfiguration panelConfiguration)
           
 

Uses of ExtraPanelConfiguration in com.yobotics.simulationconstructionset.gui
 

Methods in com.yobotics.simulationconstructionset.gui with parameters of type ExtraPanelConfiguration
 void StandardSimulationGUI.setupExtraPanels(ExtraPanelConfiguration panelConfiguration)
           
 

Uses of ExtraPanelConfiguration in com.yobotics.simulationconstructionset.gui.config
 

Methods in com.yobotics.simulationconstructionset.gui.config that return ExtraPanelConfiguration
 ExtraPanelConfiguration ExtraPanelConfigurationList.getExtraPanelConfiguration(java.lang.String name)
           
 

Methods in com.yobotics.simulationconstructionset.gui.config with parameters of type ExtraPanelConfiguration
 void ExtraPanelConfigurationList.addExtraPanelConfiguration(ExtraPanelConfiguration panel)