|
||||||||||
| 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
ucar.unidata.ui.ChooserPanel
ucar.unidata.idv.chooser.IdvChooser
ucar.unidata.idv.chooser.TimesChooser
ucar.unidata.idv.chooser.TDSRadarChooser1
public class TDSRadarChooser1
Created by IntelliJ IDEA. User: yuanho Date: Jan 16, 2008 Time: 11:17:51 AM To change this template use File | Settings | File Templates.
| 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 |
CMD_CONNECT
Command for connecting |
protected static String |
LABEL_SELECT
Selection label text |
static String[] |
level3_ExName
_more_ |
| Fields inherited from class ucar.unidata.idv.chooser.TimesChooser |
|---|
LABEL_TIMES, MSG_TIMES, selectedDriver, timesComponents, timesContainer |
| Fields inherited from class ucar.unidata.idv.chooser.IdvChooser |
|---|
ATTR_ID, ATTR_SHOWDETAILS, dirHistoryCbx, ignoreDirHistory, NULL_PROPERTIES, NULL_STRING, PREF_ADDESERVERS, PREF_CATALOGLIST, PREF_DEFAULTDIR, PREF_IMAGEDESCLIST, PREF_POLLINGINFO, PREF_RADARDESCLIST, PREF_TDSPOINTOBSERVER, PREF_TDSRADARSERVER, PROP_CHOOSER_MAPS, PROP_CHOOSER_PROJECTION_BOUNDS, PROP_CHOOSERCLASSNAME, PROP_STATUS_BACKGROUND, PROP_STATUS_FOREGROUND, PROP_STATUS_TEMPLATE, stationMap |
| Fields inherited from class ucar.unidata.ui.ChooserPanel |
|---|
cancelButton, CMD_LOAD, contents, GRID_INSETS, GRID_SPACING, GRID_SPACING_H, GRID_SPACING_V, haveData, helpPath, loadButton, MAP_COLOR, simpleMode, statusLabel |
| 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 | |
|---|---|
TDSRadarChooser1(IdvChooserManager mgr,
Element root)
Create the RadarChooser |
|
| Method Summary | |
|---|---|
protected JComponent |
addLevel3ServerComp(JComponent comp)
Add a component that needs to have a valid server |
protected JComponent |
addServerComp(JComponent comp)
Add a component that needs to have a valid server |
void |
doLoadInThread()
Load the data |
protected JComponent |
doMakeContents()
Make the contents |
void |
doUpdate()
Handle the update event. |
void |
initializeCollection(String url)
Make the collection. |
void |
initializeLevel3Collection(String url)
_more_ |
protected void |
newSelectedStations(List stations)
Handle when there are newly selected stations |
protected void |
productChanged()
_more_ |
org.jdom.Element |
readElements(org.jdom.Element elem,
String eleName)
Read the elements |
protected boolean |
shouldDoUpdateOnFirstDisplay()
Should we update on first display |
void |
stationOrProductChanged()
Handle when the user has selected a new station |
protected void |
updateStatus()
Update the status of the gui |
| Methods inherited from class ucar.unidata.ui.ChooserPanel |
|---|
actionPerformed, addPropertyChangeListener, canDoUpdate, clearWaitCursor, doHelp, doLoad, firePropertyChange, getButtonLabels, getDefaultButtons, getHaveData, getLoadCommandName, getLoadToolTip, getMessageTemplate, getSimpleMode, getStatusComponent, getUpdateToolTip, padLabel, registerStatusComp, revalidate, setHaveData, setHelpPath, setMessageTemplate, setStatus, setStatus, showNormalCursor, showWaitCursor |
| 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 CMD_CONNECT
public static final String[] level3_ExName
protected static final String LABEL_SELECT
| Constructor Detail |
|---|
public TDSRadarChooser1(IdvChooserManager mgr,
Element root)
mgr - The IdvChooserManagerroot - The xml root that defines this chooser| Method Detail |
|---|
public void doUpdate()
doUpdate in class ChooserPanelprotected void updateStatus()
updateStatus in class TimesChooserprotected void newSelectedStations(List stations)
newSelectedStations in class IdvChooserstations - list of newly selected stationsprotected JComponent doMakeContents()
doMakeContents in class ChooserPanelprotected void productChanged()
protected boolean shouldDoUpdateOnFirstDisplay()
shouldDoUpdateOnFirstDisplay in class IdvChooserprotected JComponent addServerComp(JComponent comp)
comp - the component
protected JComponent addLevel3ServerComp(JComponent comp)
comp - the component
public org.jdom.Element readElements(org.jdom.Element elem,
String eleName)
elem - elementeleName - element name
public void initializeCollection(String url)
url - URL for the collectionpublic void initializeLevel3Collection(String url)
url - _more_public void stationOrProductChanged()
public void doLoadInThread()
doLoadInThread in class ChooserPanel
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||