|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensha.nshmp.sha.gui.beans.DataSetSelectionGuiBean
public class DataSetSelectionGuiBean
Title: DataSetSelectionGuiBean
Description: Allows user to select from the choices of various analysis types.
| Field Summary | |
|---|---|
static String |
EDITION_PARAM_NAME
|
static String |
GEOGRAPHIC_REGION_SELECTION_PARAM_NAME
|
| Constructor Summary | |
|---|---|
DataSetSelectionGuiBean()
|
|
| Method Summary | |
|---|---|
void |
createDataSetEditor()
Creating the Editor for user to choose the Geographic Region and Data edition |
void |
createEditionSelectionParameter(ArrayList supportedEditionList)
Creates the Parameter that allows user to select the Editions based on the selected Analysis and choosen geographic region. |
void |
createGeographicRegionSelectionParameter(ArrayList supportedRegionList)
|
JPanel |
getDatasetSelectionEditor()
Returns the parameter list editor that holds the Parameter List |
ConstrainedStringParameterEditor |
getEditionEditor()
Returns the editionEditor |
Parameter |
getEditionSelectionParameter()
|
Parameter |
getGeographicRegionSelectionParameter()
|
ConstrainedStringParameterEditor |
getRegionEditor()
Returns the regionEditor |
String |
getSelectedDataSetEdition()
Returns the selected geographic region parameter |
String |
getSelectedGeographicRegion()
Returns the selected geographic region parameter |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String EDITION_PARAM_NAME
public static final String GEOGRAPHIC_REGION_SELECTION_PARAM_NAME
| Constructor Detail |
|---|
public DataSetSelectionGuiBean()
| Method Detail |
|---|
public void createDataSetEditor()
public JPanel getDatasetSelectionEditor()
public String getSelectedGeographicRegion()
public String getSelectedDataSetEdition()
public void createGeographicRegionSelectionParameter(ArrayList supportedRegionList)
public ConstrainedStringParameterEditor getEditionEditor()
public ConstrainedStringParameterEditor getRegionEditor()
public Parameter getGeographicRegionSelectionParameter()
public Parameter getEditionSelectionParameter()
public void createEditionSelectionParameter(ArrayList supportedEditionList)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||