|
||||||||||
| 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.sha.gui.beans.EqkRupSelectorGuiBean
public class EqkRupSelectorGuiBean
Title: Eqk Rupture Selector GuiBean
Description: This class will show ERF and its parameters. It will also allow the user to select a particular rupture for scenario maps.
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 | |
|---|---|
protected static String |
C
Name of the class |
static String |
CREATE_RUPTURE
|
protected static boolean |
D
|
static String |
RUPTURE_FROM_EXISTING_ERF
|
static String |
RUPTURE_SELECTOR_PARAM_NAME
|
| 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 | |
|---|---|
EqkRupSelectorGuiBean()
|
|
EqkRupSelectorGuiBean(BaseERF erf,
ERF_Ref... erfRefs)
|
|
EqkRupSelectorGuiBean(BaseERF erf,
List<ERF_Ref> erfRefs)
|
|
EqkRupSelectorGuiBean(BaseERF erf,
Set<ERF_Ref> erfRefSet)
|
|
EqkRupSelectorGuiBean(ERF_Ref... erfRefs)
|
|
EqkRupSelectorGuiBean(List<ERF_Ref> erfRefs)
Constructor : It accepts the classNames of the ERFs to be shown in the editor |
|
EqkRupSelectorGuiBean(Set<ERF_Ref> erfRefSet)
|
|
| Method Summary | |
|---|---|
EqkRupSelectorGuiBeanAPI |
getEqkRuptureSelectorPanel()
|
Location |
getHypocenterLocation()
|
Parameter |
getParameter(String paramName)
|
ParameterEditor |
getParameterEditor(String paramName)
|
String |
getParameterListMetadataString()
|
EqkRupture |
getRupture()
|
ERF |
getSelectedEqkRupForecastModel()
Returns the instance of the EqkRupForecast from EqkRupFromERFSelector Panel |
ProbEqkSource |
getSource()
This method has been added to view the selected source in Geo3D project. |
String |
getTimespanMetadataString()
|
ParameterList |
getVisibleParameterList()
|
ParameterListEditor |
getVisibleParameterListEditor()
|
boolean |
isCustomRuptureSelected()
Checks if custom rupture is selected |
void |
parameterChange(ParameterChangeEvent event)
This is the main function of this interface. |
void |
setEqkRupForecastModel(BaseERF forecast)
Sets the forecast model from the application inside this ERF_RupSelectorGuiBean to get the rupture. |
| 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 |
|---|
protected static final String C
protected static final boolean D
public static final String RUPTURE_SELECTOR_PARAM_NAME
public static final String RUPTURE_FROM_EXISTING_ERF
public static final String CREATE_RUPTURE
| Constructor Detail |
|---|
public EqkRupSelectorGuiBean(BaseERF erf,
ERF_Ref... erfRefs)
throws InvocationTargetException
InvocationTargetException
public EqkRupSelectorGuiBean(BaseERF erf,
Set<ERF_Ref> erfRefSet)
throws InvocationTargetException
InvocationTargetException
public EqkRupSelectorGuiBean(BaseERF erf,
List<ERF_Ref> erfRefs)
throws InvocationTargetException
InvocationTargetException
public EqkRupSelectorGuiBean(ERF_Ref... erfRefs)
throws InvocationTargetException
InvocationTargetException
public EqkRupSelectorGuiBean(Set<ERF_Ref> erfRefSet)
throws InvocationTargetException
InvocationTargetException
public EqkRupSelectorGuiBean(List<ERF_Ref> erfRefs)
throws InvocationTargetException
erfClassNames -
InvocationTargetException
public EqkRupSelectorGuiBean()
throws InvocationTargetException
InvocationTargetException| Method Detail |
|---|
public void parameterChange(ParameterChangeEvent event)
parameterChange in interface ParameterChangeListenerevent - public void setEqkRupForecastModel(BaseERF forecast)
forecast - EqkRupForecastAPIpublic Location getHypocenterLocation()
public EqkRupture getRupture()
public ProbEqkSource getSource()
public String getTimespanMetadataString()
public String getParameterListMetadataString()
public Parameter getParameter(String paramName)
paramName -
public ParameterEditor getParameterEditor(String paramName)
paramName -
public EqkRupSelectorGuiBeanAPI getEqkRuptureSelectorPanel()
public boolean isCustomRuptureSelected()
public ERF getSelectedEqkRupForecastModel()
public ParameterList getVisibleParameterList()
public ParameterListEditor getVisibleParameterListEditor()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||