|
||||||||||
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.adde.AddeChooser
edu.wisc.ssec.mcidasv.chooser.adde.AddeChooser
edu.wisc.ssec.mcidasv.chooser.adde.AddeImageChooser
edu.wisc.ssec.mcidasv.chooser.adde.AddeBasicImageChooser
public class AddeBasicImageChooser
Widget to select images from a remote ADDE server Displays a list of the descriptors (names) of the image datasets available for a particular ADDE group on the remote server.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class edu.wisc.ssec.mcidasv.chooser.adde.AddeChooser |
---|
AddeChooser.GroupComparator, AddeChooser.ServerComparator |
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 |
---|
Fields inherited from class edu.wisc.ssec.mcidasv.chooser.adde.AddeImageChooser |
---|
ALL, ALLBANDS, ALLUNITS, archiveDay, archiveDayBtn, archiveDayLabel, ATTR_NAME, ATTR_PATTERN, bandComboBox, bandTable, centerElementFld, centerLineFld, elementMagLbl, elementMagSlider, FILE_SATBAND, imageDescriptors, latLonWidget, lineMagLbl, lineMagSlider, MAX_BANDS, mineBtn, navComboBox, numElementsFld, numLinesFld, PROP_BAND, PROP_ID, PROP_KEY, PROP_LATLON, PROP_LINELE, PROP_LOC, PROP_MAG, PROP_NAV, PROP_NUM, PROP_PLACE, PROP_SIZE, PROP_SPAC, PROP_UNIT, sizeLbl, TAG_DEFAULT, unitComboBox, VALUE_DEFAULT |
Fields inherited from class edu.wisc.ssec.mcidasv.chooser.adde.AddeChooser |
---|
allServersFlag, cb, CMD_MANAGER, commentList, compsThatNeedDescriptor, connectButton, DESCRIPTOR_TABLE, descriptorComboBox, descriptorLabel, descriptorList, descriptorNames, descriptorTable, ignoreDescriptorChange, LABEL_SELECT, manageButton, nameSeparator, parameterButton, publicButton, restoreElement, separator, serverManager |
Fields inherited from class ucar.unidata.idv.chooser.TimesChooser |
---|
drivercbx, 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 |
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 | |
---|---|
AddeBasicImageChooser(IdvChooserManager mgr,
Element root)
Construct an Adde image selection widget |
Method Summary | |
---|---|
void |
doLoadInThread()
User said go, we go. |
JComponent |
doMakeContents()
Make the UI for this selector. |
protected String |
getDefault(String property,
String dflt)
Get the default value for a key |
protected void |
setAvailableUnits(AreaDirectory ad,
int band)
Set the available units in the unit selector |
Methods inherited from class ucar.unidata.idv.chooser.adde.AddeChooser |
---|
addServerComp, addTopComponents, addTopComponents, appendKeyValue, canDoCancel, doConnect, doUpdate, getConnectButton, getDataSetName, getGroupUrl, getLoadToolTip, getMiscKeyProps, getMiscKeywords, getPort, getState, getUrl, handleConnectFromThread, handleUpdateFromThread, readGroups, readTextLines, removeGroup, removeServer, setGroups, setState |
Methods inherited from class ucar.unidata.ui.ChooserPanel |
---|
addPropertyChangeListener, canDoUpdate, clearWaitCursor, doHelp, firePropertyChange, getButtonLabels, getDefaultButtons, getHaveData, getLoadCommandName, getMessageTemplate, getSimpleMode, getStatusComponent, getUpdateToolTip, padLabel, registerStatusComp, revalidate, setHelpPath, setMessageTemplate, 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 |
Constructor Detail |
---|
public AddeBasicImageChooser(IdvChooserManager mgr, Element root)
mgr
- The chooser managerroot
- The chooser.xml nodeMethod Detail |
---|
protected String getDefault(String property, String dflt)
getDefault
in class AddeImageChooser
property
- property (key type)dflt
- default value
protected void setAvailableUnits(AreaDirectory ad, int band)
setAvailableUnits
in class AddeImageChooser
ad
- AreaDirectory for the imageband
- band to use for unitspublic void doLoadInThread()
doLoadInThread
in class AddeImageChooser
public JComponent doMakeContents()
doMakeContents
in class AddeImageChooser
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |