|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
org.opensha.commons.gui.LabeledBoxPanel
org.opensha.commons.param.editor.impl.ParameterListEditor
org.opensha.sha.gui.beans.IMT_GuiBean
public class IMT_GuiBean
Title: IMT_GuiBean
Description: this dispalys the various IMTs supported by the selected IMR
Copyright: Copyright (c) 2002
Company:
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.JPanel |
|---|
JPanel.AccessibleJPanel |
| Nested classes/interfaces inherited from class javax.swing.JComponent |
|---|
JComponent.AccessibleJComponent |
| Nested classes/interfaces inherited from class java.awt.Container |
|---|
Container.AccessibleAWTContainer |
| Nested classes/interfaces inherited from class java.awt.Component |
|---|
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy |
| Field Summary | |
|---|---|
static String |
IMT_EDITOR_TITLE
|
static String |
IMT_PARAM_NAME
|
| Fields inherited from class org.opensha.commons.param.editor.impl.ParameterListEditor |
|---|
C, D, parameterEditors, parameterList, parametersName |
| Fields inherited from class org.opensha.commons.gui.LabeledBoxPanel |
|---|
addDefault, borderColor, editorPanel, GBL, headerLabel, headerPanel, headerPanelBackgroundColor, jScrollPane1, title |
| Fields inherited from class javax.swing.JComponent |
|---|
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
| Fields inherited from class java.awt.Component |
|---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface java.awt.image.ImageObserver |
|---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
|---|---|
IMT_GuiBean(ArrayList<ScalarIMR> multipleIMRs)
constructor: accepts AttenuationRelationshipAPI and supprtedIntensity Measure type |
|
IMT_GuiBean(ScalarIMR imr,
Iterator<Parameter<?>> supportedIntensityMeasureIt)
constructor: accepts AttenuationRelationshipAPI and supprtedIntensity Measure type |
|
| Method Summary | |
|---|---|
Parameter |
getIntensityMeasure()
gets the selected Intensity Measure Parameter and its dependent Parameter |
String |
getParameterListMetadataString()
|
String |
getSelectedIMT()
It will return the IMT selected by the user |
void |
parameterChange(ParameterChangeEvent event)
This is the main function of this interface. |
void |
setIM(ArrayList<ScalarIMR> multipleIMRs)
This function accepts AttenuationRelationshipAPI and supprtedIntensity Measure type |
void |
setIM(ScalarIMR imr,
Iterator<Parameter<?>> supportedIntensityMeasureIt)
This function accepts AttenuationRelationshipAPI and supprtedIntensity Measure type |
void |
setIMT()
set the IMT parameter in IMR |
| Methods inherited from class org.opensha.commons.param.editor.impl.ParameterListEditor |
|---|
addParameters, getParameterEditor, getParameterList, getVisibleParameters, getVisibleParametersCloned, refreshParamEditor, replaceParameterForEditor, setEnabled, setParameterList, setParameterVisible |
| Methods inherited from class org.opensha.commons.gui.LabeledBoxPanel |
|---|
add, add, add, add, add, addPanel, getBorderColor, getHeaderPanelBackgroundColor, getTitle, jbInit, remove, remove, removeAll, setHeaderPanelBackgroundColor, setLayout, setTitle |
| Methods inherited from class javax.swing.JPanel |
|---|
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String IMT_PARAM_NAME
public static final String IMT_EDITOR_TITLE
| Constructor Detail |
|---|
public IMT_GuiBean(ScalarIMR imr,
Iterator<Parameter<?>> supportedIntensityMeasureIt)
imr - Choosen AttenuationRelationshipsupportedIntensityMeasureIt - Supported Intensity Measure Iteratorpublic IMT_GuiBean(ArrayList<ScalarIMR> multipleIMRs)
imr - Choosen AttenuationRelationshipsupportedIntensityMeasureIt - Supported Intensity Measure Iterator| Method Detail |
|---|
public void setIM(ScalarIMR imr,
Iterator<Parameter<?>> supportedIntensityMeasureIt)
imr - Choosen AttenuationRelationshipsupportedIntensityMeasureIt - Supported Intensity Measure Iteratorpublic void setIM(ArrayList<ScalarIMR> multipleIMRs)
imr - Choosen AttenuationRelationshipsupportedIntensityMeasureIt - Supported Intensity Measure Iteratorpublic void parameterChange(ParameterChangeEvent event)
parameterChange in interface ParameterChangeListenerevent - public String getSelectedIMT()
public void setIMT()
public Parameter getIntensityMeasure()
public String getParameterListMetadataString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||