org.opensha.sha.gui.controls
Class CalculationSettingsControlPanel
java.lang.Object
org.opensha.commons.gui.ControlPanel
org.opensha.sha.gui.controls.CalculationSettingsControlPanel
- All Implemented Interfaces:
- Named
public class CalculationSettingsControlPanel
- extends ControlPanel
Title: CalculationSettingsControlPanel
Description: This class takes the adjustable parameters from the calculators
like ScenarioshakeMapCalc and HazardMapCalc and show it in the control panel.
- Version:
- 1.0
- Author:
- : Ned Field, Nitin Gupta and Vipin Gupta
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NAME
public static final String NAME
- See Also:
- Constant Field Values
CalculationSettingsControlPanel
public CalculationSettingsControlPanel(Component parentComponent,
CalculationSettingsControlPanelAPI api)
- Parameters:
api - : Instance of the class using this control panel and implmenting
the CalculationSettingsControlPanelAPI.
doinit
public void doinit()
- Description copied from class:
ControlPanel
- This method will be called the first time the control panel is displayed. All
setup should be in this method and not in the constructor, so that the apps can
start quickly.
- Specified by:
doinit in class ControlPanel
getParameterValue
public Object getParameterValue(String paramName)
getAdjustableCalcParams
public ParameterList getAdjustableCalcParams()
getComponent
public Window getComponent()
- Specified by:
getComponent in class ControlPanel