|
||||||||||
| 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.SitesInGriddedRectangularRegionGuiBean
public class SitesInGriddedRectangularRegionGuiBean
Title:SitesInGriddedRectangularRegionGuiBean
Description: This creates the Gridded Region parameter Editor with Site Params for the selected Attenuation Relationship in the Application.
| 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
|
static String |
DEFAULT
|
static String |
GRID_SPACING
|
static String |
GRIDDED_SITE_PARAMS
|
static String |
MAX_LATITUDE
|
static String |
MAX_LONGITUDE
|
static String |
MIN_LATITUDE
|
static String |
MIN_LONGITUDE
Latitude and longitude are added to the site attenRelImplmeters |
static String |
SET_ALL_SITES
|
static String |
SET_SITE_USING_WILLS_SITE_TYPE
|
static String |
SET_SITES_USING_SCEC_CVM
|
static String |
SITE_PARAM_NAME
|
static String |
USE_SITE_DATA
|
| Fields inherited from class org.opensha.commons.param.editor.impl.ParameterListEditor |
|---|
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 | |
|---|---|
SitesInGriddedRectangularRegionGuiBean()
constuctor which builds up mapping between IMRs and their related sites |
|
SitesInGriddedRectangularRegionGuiBean(OrderedSiteDataGUIBean dataGuiBean)
constuctor which builds up mapping between IMRs and their related sites |
|
| Method Summary | |
|---|---|
void |
addSiteParams(Iterator it)
This function adds the site params to the existing list. |
void |
addSiteParamsClone(Iterator it)
This function adds the site params to the existing list. |
SitesInGriddedRegion |
getGriddedRegionSite()
|
Iterator<Site> |
getSitesClone()
get the clone of site object from the site params |
String |
openConnectionToServer()
This function creates a Region object on the server and save it there. |
void |
parameterChange(ParameterChangeEvent e)
This function is called when value a parameter is changed |
void |
parameterChangeFailed(ParameterChangeFailEvent e)
Shown when a Constraint error is thrown on a ParameterEditor |
void |
replaceSiteParams(Iterator it)
This function removes the previous site parameters and adds as passed in iterator |
| 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 |
|---|
protected static final String C
public static final String MIN_LONGITUDE
public static final String MAX_LONGITUDE
public static final String MIN_LATITUDE
public static final String MAX_LATITUDE
public static final String GRID_SPACING
public static final String SITE_PARAM_NAME
public static final String DEFAULT
public static final String GRIDDED_SITE_PARAMS
public static final String SET_ALL_SITES
public static final String USE_SITE_DATA
public static final String SET_SITE_USING_WILLS_SITE_TYPE
public static final String SET_SITES_USING_SCEC_CVM
| Constructor Detail |
|---|
public SitesInGriddedRectangularRegionGuiBean()
public SitesInGriddedRectangularRegionGuiBean(OrderedSiteDataGUIBean dataGuiBean)
| Method Detail |
|---|
public void addSiteParams(Iterator it)
it - : Iterator over the site params in the IMRpublic void addSiteParamsClone(Iterator it)
it - : Iterator over the site params in the IMRpublic void replaceSiteParams(Iterator it)
it - public Iterator<Site> getSitesClone()
public void parameterChangeFailed(ParameterChangeFailEvent e)
parameterChangeFailed in interface ParameterChangeFailListenere - Description of the Parameterpublic void parameterChange(ParameterChangeEvent e)
parameterChange in interface ParameterChangeListenere - Description of the parameterpublic SitesInGriddedRegion getGriddedRegionSite()
public String openConnectionToServer()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||