|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensha.sha.gui.controls.ControlPanel
org.opensha.sha.gui.controls.ERF_EpistemicListControlPanel
public class ERF_EpistemicListControlPanel
Title: ERF Epistemic List Control Panel
Description: This window will allow the user to select the fractile to be plotted for the ERF list
Copyright: Copyright (c) 2002
Company:
| Field Summary | |
|---|---|
static String |
CUSTOM_FRACTILE
|
static String |
NAME
|
static String |
NO_PERCENTILE
|
| Constructor Summary | |
|---|---|
ERF_EpistemicListControlPanel(HazardCurveApplication api,
Component parentComponent)
|
|
| Method Summary | |
|---|---|
void |
doinit()
This method will be called the first time the control panel is displayed. |
Window |
getComponent()
|
ArrayList<Double> |
getSelectedFractileValues()
|
void |
parameterChangeFailed(ParameterChangeFailEvent e)
Shown when a Constraint error is thrown on Disaggregation ParameterEditor |
void |
setCustomFractileValues(ArrayList<Double> values)
If user wants to set the custom values for fractiles from application |
| Methods inherited from class org.opensha.sha.gui.controls.ControlPanel |
|---|
getName, init, isInitialized, showControlPanel |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String NAME
public static final String NO_PERCENTILE
public static final String CUSTOM_FRACTILE
| Constructor Detail |
|---|
public ERF_EpistemicListControlPanel(HazardCurveApplication api,
Component parentComponent)
api - : the calling class. It should implement the ERF_EpistemicListControlPanelAPIparentComponent - | Method Detail |
|---|
public void doinit()
ControlPanel
doinit in class ControlPanelpublic void parameterChangeFailed(ParameterChangeFailEvent e)
parameterChangeFailed in interface ParameterChangeFailListenere - Description of the Parameterpublic void setCustomFractileValues(ArrayList<Double> values)
values - public ArrayList<Double> getSelectedFractileValues()
public Window getComponent()
getComponent in class ControlPanel
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||