Serialized Form
-
Package edu.wisc.ssec.mcidasv
-
Class edu.wisc.ssec.mcidasv.McIdasPreferenceManager.IconCellRenderer
class IconCellRenderer extends DefaultListCellRenderer implements Serializable
-
-
Package edu.wisc.ssec.mcidasv.chooser
-
Class edu.wisc.ssec.mcidasv.chooser.FileChooser
class FileChooser extends FileChooser implements Serializable-
Serialized Fields
-
bottomPanel
JPanel bottomPanel
-
buttonPressed
Boolean buttonPressed
Boolean to tell if the load was initiated from the load button (as opposed to typing in a filename... we need to capture that) -
centerPanel
JPanel centerPanel
-
defaultDataSourceId
String defaultDataSourceId
Default data source ID for this chooser. Defaults tonull
. -
defaultDataSourceName
String defaultDataSourceName
If there is a default data source ID, get the combo box display value -
fileChooser
JFileChooser fileChooser
Get a handle on the actual file chooser. -
idv
IntegratedDataViewer idv
Get a handle on the IDV. -
selectDefaultDataSource
boolean selectDefaultDataSource
Whether or not to select the data source corresponding toFileChooser.defaultDataSourceId
within theJComboBox
returned byFileChooser.getDataSourcesComponent()
. Defaults tofalse
. -
sourceComboBox
JComboBox sourceComboBox
Different subclasses can use the combobox of data source ids -
statusLabel
JLabel statusLabel
-
topPanel
JPanel topPanel
Panels that might need to be enabled/disabled. -
trulyVisible
boolean trulyVisible
Value is controlled viaFileChooser.ancestorAdded(AncestorEvent)
andFileChooser.ancestorRemoved(AncestorEvent)
-
watchListener
OnFileChangeListener watchListener
This is mostly used to preemptively null-out the listener.
-
-
-
Class edu.wisc.ssec.mcidasv.chooser.FlatFileChooser
class FlatFileChooser extends IdvChooser implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
bandFiles
List<String> bandFiles
-
bandNames
List<String> bandNames
-
buttonLatFile
JButton buttonLatFile
-
buttonLonFile
JButton buttonLonFile
-
checkEastPositive
AbstractButton checkEastPositive
-
checkTranspose
AbstractButton checkTranspose
-
comboByteFormat
JComboBox<TwoFacedObject> comboByteFormat
-
comboInterleave
JComboBox<TwoFacedObject> comboInterleave
-
dataFile
File dataFile
-
dataFileButton
JButton dataFileButton
-
dataFileDescription
JLabel dataFileDescription
-
dataFileText
JTextField dataFileText
-
idv
IntegratedDataViewer idv
Handle to the IDV. -
latFile
File latFile
-
listByteFormat
List<TwoFacedObject> listByteFormat
-
listInterleave
List<TwoFacedObject> listInterleave
-
lonFile
File lonFile
-
maxDefDim
int maxDefDim
Set default stride to keep dimensions within this -
panelASCII
JPanel panelASCII
-
panelBinary
JPanel panelBinary
-
panelImage
JPanel panelImage
-
panelLatLonBounds
JPanel panelLatLonBounds
-
panelLatLonFiles
JPanel panelLatLonFiles
-
radioASCII
JToggleButton radioASCII
-
radioBinary
JToggleButton radioBinary
-
radioEndianBig
JToggleButton radioEndianBig
-
radioEndianLittle
JToggleButton radioEndianLittle
-
radioImage
JToggleButton radioImage
-
radioLatLonBounds
JToggleButton radioLatLonBounds
-
radioLatLonFiles
JToggleButton radioLatLonFiles
-
statusLabel
JLabel statusLabel
-
textBands
JTextComponent textBands
-
textDelimiter
JTextComponent textDelimiter
-
textDescription
JLabel textDescription
-
textElements
JTextComponent textElements
-
textLatFile
JLabel textLatFile
-
textLatLonScale
JTextComponent textLatLonScale
-
textLatLR
JTextComponent textLatLR
-
textLatUL
JTextComponent textLatUL
-
textLines
JTextComponent textLines
-
textLonFile
JLabel textLonFile
-
textLonLR
JTextComponent textLonLR
-
textLonUL
JTextComponent textLonUL
-
textMissing
JTextComponent textMissing
-
textOffset
JTextComponent textOffset
-
textStride
JTextComponent textStride
-
textUnit
JTextComponent textUnit
-
-
Class edu.wisc.ssec.mcidasv.chooser.FrameChooser
class FrameChooser extends ChooserPanel implements Serializable-
Serialized Fields
-
curRB
JRadioButton curRB
Refresh current frame radio button -
doLoop
boolean doLoop
Keep track of when are are doing a frame loop -
framesList
ChooserList framesList
frames list -
ignoreStateChangedEvents
boolean ignoreStateChangedEvents
flag for ignoring combobox changes -
loopRB
JRadioButton loopRB
Frame loop radio button -
WIDGET_MUTEX
Object WIDGET_MUTEX
Used to synchronize access to widgets (eg: disabling, setting state, etc).
-
-
-
Class edu.wisc.ssec.mcidasv.chooser.HRITChooser
class HRITChooser extends FileChooser implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
channelLabel
JLabel channelLabel
-
hf
HRITChooser.HRITFilter hf
-
-
Class edu.wisc.ssec.mcidasv.chooser.HRITChooser.HRITFileChooser
class HRITFileChooser extends JFileChooser implements Serializable- serialVersionUID:
- 1L
-
Class edu.wisc.ssec.mcidasv.chooser.HRITChooser.ImageTypeChooser
class ImageTypeChooser extends JComboBox implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
jfc
JFileChooser jfc
-
-
Class edu.wisc.ssec.mcidasv.chooser.HydraChooser
class HydraChooser extends IdvChooser implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
chooserNode
Element chooserNode
-
dfltDataSourceId
String dfltDataSourceId
The chooser xml can specify a datasourceid attribute. -
fileChooser
JFileChooser fileChooser
-
idv
IntegratedDataViewer idv
-
-
Class edu.wisc.ssec.mcidasv.chooser.HydraChooser.MyFileChooser
class MyFileChooser extends JFileChooser implements Serializable -
Class edu.wisc.ssec.mcidasv.chooser.Level2RadarChooser
class Level2RadarChooser extends FileChooser implements Serializable -
Class edu.wisc.ssec.mcidasv.chooser.Level2RadarChooser.Level2RadarFileChooser
class Level2RadarFileChooser extends FileChooser.MyFileChooser implements Serializable-
Serialized Fields
-
lastDirectory
File lastDirectory
Keeps track of the last directory the user chose -
myChooser
Level2RadarChooser myChooser
my chooser
-
-
-
Class edu.wisc.ssec.mcidasv.chooser.McIdasBridgeChooser
class McIdasBridgeChooser extends IdvChooser implements Serializable-
Serialized Fields
-
hostLine
JTextField hostLine
A widget for the command line text -
keyLine
JTextField keyLine
-
mcidasxInfo
McIdasXInfo mcidasxInfo
-
portLine
JTextField portLine
-
statusLabel
JLabel statusLabel
-
-
-
Class edu.wisc.ssec.mcidasv.chooser.PolarOrbitTrackChooser
class PolarOrbitTrackChooser extends AddeChooser implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
addeBtn
JRadioButton addeBtn
-
addeList
List<JComponent> addeList
-
box
JComboBox box
List of URLs. -
boxEditor
JTextField boxEditor
-
connectButton
JButton connectButton
Connect button--we need to be able to disable this. -
descLabel
JLabel descLabel
-
localBtn
JRadioButton localBtn
-
manageButton
JButton manageButton
Manage button. -
prefList
PreferenceList prefList
Manages the pull down list of URLs. -
propsOk
boolean propsOk
-
serverSelector
JComboBox serverSelector
-
tlefc
TLEFileChooser tlefc
-
urlBtn
JRadioButton urlBtn
-
-
Class edu.wisc.ssec.mcidasv.chooser.PollingFileChooser
class PollingFileChooser extends FileChooser implements Serializable-
Serialized Fields
-
directoryCount
int directoryCount
-
fileCount
int fileCount
-
filePathWidget
JTextField filePathWidget
file path widget accessible to everyone -
filePatternWidget
JTextField filePatternWidget
file pattern widget accessible to everyone -
isDirectory
boolean isDirectory
Keep track of what was selected and update status accordingly -
pollingCbx
JCheckBox pollingCbx
Reference to the "refresh" checkbox. -
pollingInfo
PollingInfo pollingInfo
polling info
-
-
-
Class edu.wisc.ssec.mcidasv.chooser.PollingFileChooser.MyDirectoryChooser
class MyDirectoryChooser extends FileChooser.MyFileChooser implements Serializable -
Class edu.wisc.ssec.mcidasv.chooser.RaobChooser
class RaobChooser extends RaobChooser implements Serializable-
Serialized Fields
-
statusLabel
JLabel statusLabel
-
-
-
Class edu.wisc.ssec.mcidasv.chooser.SuomiNPPChooser
class SuomiNPPChooser extends FileChooser implements Serializable- serialVersionUID:
- 1L
-
Class edu.wisc.ssec.mcidasv.chooser.SuomiNPPFileChooser
class SuomiNPPFileChooser extends JFileChooser implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
snppc
SuomiNPPChooser snppc
ref to caller
-
-
Class edu.wisc.ssec.mcidasv.chooser.TDSGridChooser
class TDSGridChooser extends XmlChooser implements Serializable -
Class edu.wisc.ssec.mcidasv.chooser.TDSRadarChooser
class TDSRadarChooser extends TimesChooser implements Serializable-
Serialized Fields
-
collection
TDSRadarDatasetCollection collection
The collection -
collectionSelector
JComboBox collectionSelector
Component to hold collections -
compsThatNeedServer
List compsThatNeedServer
components that need a server for activation -
datasetList
List datasetList
dataset list -
ignoreProductChange
boolean ignoreProductChange
Flag to keep from infinite looping -
innerPanel
JPanel innerPanel
-
isLevel3
boolean isLevel3
_more_ -
level3CompsThatNeedServer
List level3CompsThatNeedServer
components that need a server for activation -
okToDoUrlListEvents
boolean okToDoUrlListEvents
ok flag -
productComboBox
JComboBox productComboBox
Component to hold product list -
productPanel
JPanel productPanel
Level 3 panel that can be hidden -
relativeTimes
int relativeTimes
Number of relative time steps to load -
selectedProduct
String selectedProduct
The currently selected level3 product -
selectedStation
NamedStation selectedStation
The currently selected station -
serverUrl
String serverUrl
Those urls we connect to -
statusLabel
JLabel statusLabel
-
timesCardPanelExtra
GuiUtils.CardLayoutPanel timesCardPanelExtra
Card panel to hold extra relative and absolute time components -
urlBox
JComboBox urlBox
catalog URL holder -
urlListHandler
PreferenceList urlListHandler
persistent holder for catalog URLS
-
-
-
Class edu.wisc.ssec.mcidasv.chooser.TLEFileChooser
class TLEFileChooser extends JFileChooser implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
potc
PolarOrbitTrackChooser potc
-
trulyVisible
boolean trulyVisible
Value is controlled viaTLEFileChooser.ancestorAdded(AncestorEvent)
andTLEFileChooser.ancestorRemoved(AncestorEvent)
-
watchListener
OnFileChangeListener watchListener
This is mostly used to preemptively null-out the listener.
-
-
Class edu.wisc.ssec.mcidasv.chooser.UrlChooser
class UrlChooser extends UrlChooser implements Serializable-
Serialized Fields
-
box
JComboBox box
List of URLs. -
boxEditor
JTextField boxEditor
-
cardLayoutPanel
GuiUtils.CardLayoutPanel cardLayoutPanel
Panel that allows switching betweenUrlChooser.urlPanel
andUrlChooser.textPanel
. -
prefList
PreferenceList prefList
Manages the pull down list of URLs. -
showBox
boolean showBox
Are we showingUrlChooser.textPanel
? -
statusLabel
JLabel statusLabel
-
textArea
JTextArea textArea
Text area for multi-line URLs. -
textPanel
JPanel textPanel
Holds the text area. -
textScroller
JScrollPane textScroller
Text scroller. -
urlPanel
JPanel urlPanel
Holds the combo box.
-
-
-
Class edu.wisc.ssec.mcidasv.chooser.XmlChooser
class XmlChooser extends XmlChooser implements Serializable
-
-
Package edu.wisc.ssec.mcidasv.chooser.adde
-
Class edu.wisc.ssec.mcidasv.chooser.adde.AddeBasicImageChooser
class AddeBasicImageChooser extends AddeImageChooser implements Serializable -
Class edu.wisc.ssec.mcidasv.chooser.adde.AddeChooser
class AddeChooser extends AddeChooser implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
addeServers
List<AddeServer> addeServers
-
addingServer
boolean addingServer
-
allServersFlag
boolean allServersFlag
-
archiveBegTime
String archiveBegTime
archive date -
archiveDay
String archiveDay
archive date -
archiveDayBtn
JButton archiveDayBtn
Archive day selector button. -
archiveEndTime
String archiveEndTime
archive date -
cb
JCheckBox cb
-
commentList
List<String> commentList
List of comments associated with list of descriptors. -
compsThatNeedDescriptor
ArrayList compsThatNeedDescriptor
List of JComponent-s that depend on a descriptor being selected to be enabled -
connectButton
JButton connectButton
Connect button--we need to be able to disable this -
descList
PreferenceList descList
List of descriptors -
descriptorComboBox
JComboBox descriptorComboBox
A widget for the list of dataset descriptors -
descriptorLabel
JLabel descriptorLabel
descriptor label -
descriptorList
List<String> descriptorList
List of available descriptors. -
descriptorNames
String[] descriptorNames
The descriptor names -
descriptorTable
Hashtable descriptorTable
Descriptor/name hashtable -
ignoreDescriptorChange
boolean ignoreDescriptorChange
Flag to keep from infinite looping -
innerPanel
JPanel innerPanel
-
LABEL_SELECT
String LABEL_SELECT
Selection label text -
lastBadGroup
String lastBadGroup
-
lastBadServer
String lastBadServer
-
lastServer
AddeServer lastServer
-
lastServerGroup
String lastServerGroup
-
lastServerName
String lastServerName
-
lastServerProj
String lastServerProj
-
lastServerUser
String lastServerUser
-
manageButton
JButton manageButton
Manage button -
parameterButton
JButton parameterButton
Parameter button--we need to be able to disable this -
parameterTrees
Hashtable parameterTrees
Maps favorite type to the BundleTree that shows the Manage window for the type -
publicButton
JButton publicButton
Public button--we need to draw a menu from this -
relativeTimes
int relativeTimes
Number of relative time steps to load -
restoreElement
Element restoreElement
-
restoreTimes
List restoreTimes
-
serverManager
EntryStore serverManager
Reference back to the server manager -
serverSelector
JComboBox serverSelector
-
shouldAddSource
boolean shouldAddSource
-
statusLabel
JLabel statusLabel
-
timesCardPanelExtra
GuiUtils.CardLayoutPanel timesCardPanelExtra
Card panel to hold extra relative and absolute time components
-
-
Class edu.wisc.ssec.mcidasv.chooser.adde.AddeFrontChooser
class AddeFrontChooser extends AddeChooser implements Serializable-
Serialized Fields
-
forecastBtn
JRadioButton forecastBtn
for gui -
observedBtn
JRadioButton observedBtn
for gui -
timesList
ChooserList timesList
for gui
-
-
-
Class edu.wisc.ssec.mcidasv.chooser.adde.AddeImageChooser
class AddeImageChooser extends AddeChooser implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
addeDefaults
XmlResourceCollection addeDefaults
Holds the subsetting defaults -
amSettingProperties
boolean amSettingProperties
flag for setting properties -
archiveDayFormatter
SimpleDateFormat archiveDayFormatter
archive date formatter -
bandComboBox
JComboBox bandComboBox
Widget for selecting the band -
bandDirs
Hashtable bandDirs
Mapping of band index toAreaDirectory
. -
bandInfos
List<BandInfo> bandInfos
the list of band infos -
bandTable
Hashtable bandTable
Mapping of area directory to list of BandInfos -
baseNumElements
double baseNumElements
base number of lines -
baseNumLines
double baseNumLines
base number of lines -
centerElementFld
JTextField centerElementFld
Widget for the element center point in the advanced section -
centerLineFld
JTextField centerLineFld
Widget for the line center point in the advanced section -
elementMagLbl
JLabel elementMagLbl
Label for the element mag. in the advanced section -
elementMagSlider
JSlider elementMagSlider
Widget for the element magnfication in the advanced section -
fullResBtn
JButton fullResBtn
full resolution button -
imageCountTextField
JTextField imageCountTextField
-
imageDescriptors
Vector imageDescriptors
The list of currently loaded AddeImageDescriptor-s -
isError
boolean isError
McIDAS Inquiry #2696-3141 -
lastAD
AreaDirectory lastAD
The last AreaDirectory we have seen. -
latLonWidget
LatLonWidget latLonWidget
Input for lat/lon center point -
lineMagLbl
JLabel lineMagLbl
Label for the line mag. in the advanced section -
lineMagSlider
JSlider lineMagSlider
Widget for the line magnification in the advanced section -
linesToElements
double linesToElements
Keep track of the lines to element ratio -
locationPanel
GuiUtils.CardLayoutPanel locationPanel
location panel -
lockBtn
JToggleButton lockBtn
_more_ -
MAX_BANDS
int MAX_BANDS
Identifier for the maximum number of bands -
MUTEX
Object MUTEX
locking mutex -
navComboBox
JComboBox navComboBox
Widget for selecting image nav type -
numElementsFld
JTextField numElementsFld
Widget to hold the number of elements in the advanced -
numLinesFld
JTextField numLinesFld
Widget to hold the number of lines in the advanced -
numTimes
String numTimes
number of image times to list -
place
String place
the place string -
placeLbl
JLabel placeLbl
place label -
prevPropertiesAD
AreaDirectory prevPropertiesAD
The previous AreaDirectory used for properties -
propertiesAD
AreaDirectory propertiesAD
The current AreaDirectory used for properties -
propPanel
JPanel propPanel
Holds the properties -
propToComps
Hashtable propToComps
Maps the PROP_ property name to the gui component -
readTimesTask
Object readTimesTask
Are we currently reading times -
resourceMaps
List resourceMaps
This is a list of hashtables, one per imagedefaults resource. The Hashtables map the pattern to the xml node -
satBandInfo
AddeSatBands satBandInfo
Used to parse the sat band file -
sensorToBandToName
Hashtable sensorToBandToName
Mapping of sensor id (String) to hashtable that maps Integer band number to name -
sizeLbl
JLabel sizeLbl
size label -
unitComboBox
JComboBox unitComboBox
Widget for selecting image units -
useSatBandInfo
boolean useSatBandInfo
A flag so we can debug the new way of processing sat band file
-
-
Class edu.wisc.ssec.mcidasv.chooser.adde.AddeImageParameterChooser
class AddeImageParameterChooser extends AddeImageChooser implements Serializable -
Class edu.wisc.ssec.mcidasv.chooser.adde.AddeLightningDataChooser
class AddeLightningDataChooser extends AddePointDataChooser implements Serializable -
Class edu.wisc.ssec.mcidasv.chooser.adde.AddePointDataChooser
class AddePointDataChooser extends AddeChooser implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
archiveDayBtn
JButton archiveDayBtn
-
archiveDayFormatter
SimpleDateFormat archiveDayFormatter
archive date formatter -
archiveDayLabel
JLabel archiveDayLabel
archive day button and label -
descriptorsAllowPrefix
String descriptorsAllowPrefix
allowed descriptor prefix -
dt
DateTime dt
Date will default to current -
firstTime
boolean firstTime
-
gotObs
boolean gotObs
Possibly ask for times a second time if the first sampling doesn't get any -
MUTEX
Object MUTEX
locking mutex -
previousServer
String previousServer
we reset the retry flag any time remote server changes -
readTimesTask
Object readTimesTask
Are we currently reading times -
relativeTimeIncrement
float relativeTimeIncrement
the relative time increment -
relTimeIncBox
JComboBox relTimeIncBox
-
relTimeIncLabel
JLabel relTimeIncLabel
box and label for the relative time -
retry
boolean retry
-
stationModelManager
StationModelManager stationModelManager
station model manager -
tryWithoutSampling
boolean tryWithoutSampling
-
-
Class edu.wisc.ssec.mcidasv.chooser.adde.AddeProfilerDataChooser
class AddeProfilerDataChooser extends AddePointDataChooser implements Serializable-
Serialized Fields
-
stationResources
XmlResourceCollection stationResources
collection of station tables
-
-
-
Class edu.wisc.ssec.mcidasv.chooser.adde.AddeRadarChooser
class AddeRadarChooser extends AddeImageChooser implements Serializable -
Class edu.wisc.ssec.mcidasv.chooser.adde.AddeRaobChooser
class AddeRaobChooser extends AddePointDataChooser implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
connectionStep
int connectionStep
This is a virtual timestamp that tracks if the threaded adde connection should be aborted or not -
descriptorComboBox2
JComboBox descriptorComboBox2
-
descriptorNames2
String[] descriptorNames2
-
descriptorTable2
Hashtable descriptorTable2
Significant level objects corresponding to mandatory level objects -
LABEL_SELECT2
String LABEL_SELECT2
-
mainHoursCbx
JCheckBox mainHoursCbx
We need to be able to enable/disable this based on sounding type -
obsList
JList obsList
list of observations -
readSatelliteTask
Object readSatelliteTask
-
readStationTask
Object readStationTask
handle on the station update task -
satellitePixel
String satellitePixel
-
satellitePixelTextField
JTextField satellitePixelTextField
-
satelliteSounding
boolean satelliteSounding
This flag keeps track of observed/satellite soundings -
satelliteTime
String satelliteTime
-
satelliteTimeButton
JButton satelliteTimeButton
-
satelliteTimeComboBox
JComboBox satelliteTimeComboBox
-
satelliteTimeLabel
JLabel satelliteTimeLabel
Selector for times when pointing to satellite data (required field) -
satelliteTimePanel
JPanel satelliteTimePanel
-
satelliteTimes
List satelliteTimes
-
selectedObs
Vector selectedObs
selected observations -
showAll
JCheckBox showAll
-
showMainHoursOnly
boolean showMainHoursOnly
flag for 0 and 12z only -
soundingAdapter
AddeSoundingAdapter soundingAdapter
sounding adapter used by this selector -
timesList
JList timesList
list of times
-
-
Class edu.wisc.ssec.mcidasv.chooser.adde.ImageChooser
class ImageChooser extends AddeImageChooser implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
previewBox
JCheckBox previewBox
-
-
-
Package edu.wisc.ssec.mcidasv.control
-
Class edu.wisc.ssec.mcidasv.control.LambertAEA
class LambertAEA extends MapProjection implements Serializable-
Serialized Fields
-
cs
CoordinateSystem cs
-
earthRadius
float earthRadius
-
rect
Rectangle2D rect
-
-
-
Class edu.wisc.ssec.mcidasv.control.MultiSpectralControl.ColorEditor
class ColorEditor extends AbstractCellEditor implements Serializable-
Serialized Fields
-
button
JButton button
-
colorChooser
JColorChooser colorChooser
-
currentColor
Color currentColor
-
dialog
JDialog dialog
-
-
-
Class edu.wisc.ssec.mcidasv.control.MultiSpectralControl.ColorRenderer
class ColorRenderer extends JLabel implements Serializable
-
-
Package edu.wisc.ssec.mcidasv.data
-
Class edu.wisc.ssec.mcidasv.data.BadNetCDFWidget.BadNetCDFDialog
class BadNetCDFDialog extends JDialog implements Serializable- serialVersionUID:
- 1L
-
Class edu.wisc.ssec.mcidasv.data.McIDASVLatLonProjection
class McIDASVLatLonProjection extends ucar.unidata.geoloc.projection.LatLonProjection implements Serializable- serialVersionUID:
- -4939597425144220140L
-
Class edu.wisc.ssec.mcidasv.data.StatsTable
class StatsTable extends AbstractTableModel implements Serializable-
Serialized Fields
-
-
-
Package edu.wisc.ssec.mcidasv.data.adde
-
Class edu.wisc.ssec.mcidasv.data.adde.AddeSoundingAdapter
class AddeSoundingAdapter extends SoundingAdapterImpl implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
addeChooser
AddeChooser addeChooser
Used to grab accounting information for a currently selected server. -
dayVar
String dayVar
name of day variable -
defaultMandDataset
String defaultMandDataset
default mandatory data set -
defaultServer
String defaultServer
default server -
defaultSigDataset
String defaultSigDataset
default significant dataset -
dirMandPVar
String dirMandPVar
name of mandP wind dir variable -
eleVar
String eleVar
name of station elevation variable -
firstTime
boolean firstTime
-
htMandPVar
String htMandPVar
name of mandP height variable -
idVar
String idVar
name of station id variable -
latVar
String latVar
name of station latitude variable -
lonVar
String lonVar
name of station longitude variable -
mainHours
boolean mainHours
use main hours only -
mandatoryDatasetProperty
NonVetoableProperty mandatoryDatasetProperty
mandatory data set property -
mandDataset
String mandDataset
mandatory dataset name -
manDescriptor
String manDescriptor
mandatory data descriptor -
manGroup
String manGroup
mandatory data group name -
prMandPVar
String prMandPVar
name of mandP pressure variable -
retry
boolean retry
-
satellitePixel
String satellitePixel
-
satelliteSounding
boolean satelliteSounding
observed or satellite sounding? -
satelliteTime
String satelliteTime
these are only really used for satellite soundings -
server
String server
server name -
serverProperty
NonVetoableProperty serverProperty
server property -
sigDataset
String sigDataset
significant dataset name -
sigDescriptor
String sigDescriptor
sig data descriptor -
sigGroup
String sigGroup
sig data group name -
significantDatasetProperty
NonVetoableProperty significantDatasetProperty
significant data set property -
soundingTimesProperty
NonVetoableProperty soundingTimesProperty
sounding times property -
spdMandPVar
String spdMandPVar
name of mandP wind speed variable -
stationsProperty
NonVetoableProperty stationsProperty
stations property -
tdMandPVar
String tdMandPVar
name of mandP dewpoint variable -
timeVar
String timeVar
name of time variable -
tpMandPVar
String tpMandPVar
name of mandP temp variable
-
-
-
Package edu.wisc.ssec.mcidasv.data.dateChooser
-
Class edu.wisc.ssec.mcidasv.data.dateChooser.JCalendar
class JCalendar extends JPanel implements Serializable- serialVersionUID:
- 8913369762644440133L
-
Serialized Fields
-
calendar
Calendar calendar
-
dayChooser
JDayChooser dayChooser
the day chooser -
initialized
boolean initialized
-
locale
Locale locale
the locale -
maxSelectableDate
Date maxSelectableDate
-
minSelectableDate
Date minSelectableDate
-
monthChooser
JMonthChooser monthChooser
the month chooser -
monthYearPanel
JPanel monthYearPanel
-
weekOfYearVisible
boolean weekOfYearVisible
indicates if weeks of year shall be visible -
yearChooser
JYearChooser yearChooser
the year chhoser
-
-
Class edu.wisc.ssec.mcidasv.data.dateChooser.JDateChooser
class JDateChooser extends JPanel implements Serializable- serialVersionUID:
- -4306412745720670722L
-
Serialized Fields
-
calendarButton
JButton calendarButton
-
changeListener
ChangeListener changeListener
-
dateEditor
IDateEditor dateEditor
-
dateSelected
boolean dateSelected
-
isInitialized
boolean isInitialized
-
jcalendar
JCalendar jcalendar
-
lastSelectedDate
Date lastSelectedDate
-
popup
JPopupMenu popup
-
-
Class edu.wisc.ssec.mcidasv.data.dateChooser.JDayChooser
class JDayChooser extends JPanel implements Serializable- serialVersionUID:
- 5876398337018781820L
-
Serialized Fields
-
alwaysFireDayProperty
boolean alwaysFireDayProperty
-
calendar
Calendar calendar
-
day
int day
-
dayBordersVisible
boolean dayBordersVisible
-
dayNames
String[] dayNames
-
dayPanel
JPanel dayPanel
-
days
JButton[] days
-
decorationBackgroundColor
Color decorationBackgroundColor
-
decorationBackgroundVisible
boolean decorationBackgroundVisible
-
decorationBordersVisible
boolean decorationBordersVisible
-
defaultMaxSelectableDate
Date defaultMaxSelectableDate
-
defaultMinSelectableDate
Date defaultMinSelectableDate
-
initialized
boolean initialized
-
locale
Locale locale
-
maxDayCharacters
int maxDayCharacters
-
maxSelectableDate
Date maxSelectableDate
-
minSelectableDate
Date minSelectableDate
-
oldDayBackgroundColor
Color oldDayBackgroundColor
-
selectedColor
Color selectedColor
-
selectedDay
JButton selectedDay
-
sundayForeground
Color sundayForeground
-
today
Calendar today
-
weekdayForeground
Color weekdayForeground
-
weekOfYearVisible
boolean weekOfYearVisible
-
weekPanel
JPanel weekPanel
-
weeks
JButton[] weeks
-
-
Class edu.wisc.ssec.mcidasv.data.dateChooser.JMonthChooser
class JMonthChooser extends JPanel implements Serializable- serialVersionUID:
- -2028361332231218527L
-
Serialized Fields
-
comboBox
JComboBox comboBox
-
dayChooser
JDayChooser dayChooser
-
hasSpinner
boolean hasSpinner
true, if the month chooser has a spinner component -
initialized
boolean initialized
-
locale
Locale locale
-
localInitialize
boolean localInitialize
-
month
int month
-
oldSpinnerValue
int oldSpinnerValue
-
spinner
JSpinner spinner
-
yearChooser
JYearChooser yearChooser
-
-
Class edu.wisc.ssec.mcidasv.data.dateChooser.JSpinField
class JSpinField extends JPanel implements Serializable- serialVersionUID:
- 1694904792717740650L
-
Serialized Fields
-
darkGreen
Color darkGreen
-
max
int max
-
min
int min
-
spinner
JSpinner spinner
-
textField
JTextField textField
the text (number) field -
value
int value
-
-
Class edu.wisc.ssec.mcidasv.data.dateChooser.JTextFieldDateEditor
class JTextFieldDateEditor extends JFormattedTextField implements Serializable- serialVersionUID:
- -8901842591101625304L
-
Serialized Fields
-
calendar
Calendar calendar
-
darkGreen
Color darkGreen
-
date
Date date
-
dateFormatter
SimpleDateFormat dateFormatter
-
datePattern
String datePattern
-
dateUtil
DateUtil dateUtil
-
hours
int hours
-
ignoreDatePatternChange
boolean ignoreDatePatternChange
-
isMaskVisible
boolean isMaskVisible
-
maskFormatter
MaskFormatter maskFormatter
-
maskPattern
String maskPattern
-
millis
int millis
-
minutes
int minutes
-
placeholder
char placeholder
-
seconds
int seconds
-
-
Class edu.wisc.ssec.mcidasv.data.dateChooser.JYearChooser
class JYearChooser extends com.toedter.components.JSpinField implements Serializable- serialVersionUID:
- 2648810220491090064L
-
Serialized Fields
-
dayChooser
JDayChooser dayChooser
-
endYear
int endYear
-
oldYear
int oldYear
-
startYear
int startYear
-
-
-
Package edu.wisc.ssec.mcidasv.data.hydra
-
Class edu.wisc.ssec.mcidasv.data.hydra.LongitudeLatitudeCoordinateSystem
class LongitudeLatitudeCoordinateSystem extends CoordinateSystem implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
domainSet
Linear2DSet domainSet
-
goodLinesSet
Gridded1DSet goodLinesSet
-
gset
Gridded2DSet gset
-
lonlat
float[][] lonlat
-
neg180pos180
boolean neg180pos180
-
projCS
CoordinateSystem projCS
-
projSet
Gridded2DSet projSet
-
subSet
Linear2DSet subSet
-
-
-
Package edu.wisc.ssec.mcidasv.jython
-
Class edu.wisc.ssec.mcidasv.jython.ConsoleAction
class ConsoleAction extends TextAction implements Serializable-
Serialized Fields
-
console
Console console
-
-
-
-
Package edu.wisc.ssec.mcidasv.monitors
-
Class edu.wisc.ssec.mcidasv.monitors.MonitorEvent
class MonitorEvent extends EventObject implements Serializable-
Serialized Fields
-
type
MonitorManager.MonitorType type
-
-
-
-
Package edu.wisc.ssec.mcidasv.monitors.memory
-
Class edu.wisc.ssec.mcidasv.monitors.memory.MemoryMonitorEvent
class MemoryMonitorEvent extends MonitorEvent implements Serializable -
Class edu.wisc.ssec.mcidasv.monitors.memory.MemoryPanel
class MemoryPanel extends JPanel implements Serializable-
Serialized Fields
-
memoryLabel
JLabel memoryLabel
-
-
-
-
Package edu.wisc.ssec.mcidasv.monitors.time
-
Class edu.wisc.ssec.mcidasv.monitors.time.TimeMonitorEvent
class TimeMonitorEvent extends MonitorEvent implements Serializable -
Class edu.wisc.ssec.mcidasv.monitors.time.TimePanel
class TimePanel extends JPanel implements Serializable-
Serialized Fields
-
timeLabel
JLabel timeLabel
-
-
-
-
Package edu.wisc.ssec.mcidasv.probes
-
Class edu.wisc.ssec.mcidasv.probes.ProbeEvent
class ProbeEvent extends EventObject implements Serializable
-
-
Package edu.wisc.ssec.mcidasv.servermanager
-
Class edu.wisc.ssec.mcidasv.servermanager.ImportUrl
class ImportUrl extends JDialog implements Serializable-
Serialized Fields
-
acctBox
JCheckBox acctBox
-
cancelButton
JButton cancelButton
-
contentPanel
JPanel contentPanel
-
mctableField
JTextField mctableField
-
okButton
JButton okButton
-
projField
JTextField projField
-
projLabel
JLabel projLabel
-
serverManager
EntryStore serverManager
-
serverManagerGui
TabbedAddeManager serverManagerGui
-
userField
JTextField userField
-
userLabel
JLabel userLabel
-
-
-
Class edu.wisc.ssec.mcidasv.servermanager.LocalEntryEditor
class LocalEntryEditor extends JDialog implements Serializable-
Serialized Fields
-
currentEntry
LocalAddeEntry currentEntry
-
datasetField
JTextField datasetField
-
datasetText
String datasetText
-
directoryField
JTextField directoryField
-
editorAction
AddeEntry.EditorAction editorAction
The last dialog action performed by the user. -
entryStore
EntryStore entryStore
Reference back to the server manager. -
formatComboBox
JComboBox<LocalAddeEntry.AddeFormat> formatComboBox
-
managerController
TabbedAddeManager managerController
The server manager GUI. Be aware that this can benull
. -
selectedPath
String selectedPath
Either the path to an ADDE directory as selected by the user or an emptyString
. -
typeField
JTextField typeField
-
-
-
Class edu.wisc.ssec.mcidasv.servermanager.RemoteEntryEditor
class RemoteEntryEditor extends JDialog implements Serializable-
Serialized Fields
-
acctBox
JCheckBox acctBox
-
addServer
JButton addServer
-
badFields
Set<JTextField> badFields
Contains anyJTextField
s that may be in an invalid (to McIDAS-V) state. -
cancelButton
JButton cancelButton
-
capBox
JCheckBox capBox
-
currentEntries
Set<RemoteAddeEntry> currentEntries
Current contents of the editor. -
datasetField
McVTextField datasetField
-
datasetLabel
JLabel datasetLabel
-
datasetText
String datasetText
Initial contents ofRemoteEntryEditor.datasetField
. Be aware thatnull
is allowed. -
editorAction
AddeEntry.EditorAction editorAction
The last dialog action performed by the user. -
entryPanel
JPanel entryPanel
-
entryStore
EntryStore entryStore
Reference back to the server manager. -
exec
ExecutorService exec
Allows for asynchronous verification of ADDE entries. May benull
. -
gridBox
JCheckBox gridBox
-
imageBox
JCheckBox imageBox
-
inErrorState
boolean inErrorState
Whether or not the editor is prompting the user to adjust input. -
manager
TabbedAddeManager manager
Server manager GUI. Value may benull
. -
navBox
JCheckBox navBox
-
pointBox
JCheckBox pointBox
-
projField
JTextField projField
-
projLabel
JLabel projLabel
-
radarBox
JCheckBox radarBox
-
serverField
JTextField serverField
-
serverLabel
JLabel serverLabel
-
serverText
String serverText
Initial contents ofRemoteEntryEditor.serverField
. Be aware thatnull
is allowed. -
statusLabel
JLabel statusLabel
-
statusPanel
JPanel statusPanel
-
textBox
JCheckBox textBox
-
typePanel
JPanel typePanel
-
userField
McVTextField userField
-
userLabel
JLabel userLabel
-
verifyAddButton
JButton verifyAddButton
-
verifyServer
JButton verifyServer
-
-
-
Class edu.wisc.ssec.mcidasv.servermanager.TabbedAddeManager
class TabbedAddeManager extends JFrame implements Serializable-
Serialized Fields
-
contentPane
JPanel contentPane
-
editLocalButton
JButton editLocalButton
-
editMenuItem
JMenuItem editMenuItem
-
editRemoteButton
JButton editRemoteButton
-
guiInitialized
boolean guiInitialized
Whether or notTabbedAddeManager.initComponents()
has been called. -
importAccountBox
JCheckBox importAccountBox
-
importProject
JTextField importProject
-
importRemoteButton
JButton importRemoteButton
-
importUser
JTextField importUser
-
invalid
Icon invalid
Icon for invalid datasets. -
localTable
JTable localTable
-
mctable
Icon mctable
Icon for datasets that originate from a MCTABLE.TXT. -
newLocalButton
JButton newLocalButton
-
newRemoteButton
JButton newRemoteButton
-
okButton
JButton okButton
-
remoteTable
JTable remoteTable
-
removeLocalButton
JButton removeLocalButton
-
removeMenuItem
JMenuItem removeMenuItem
-
removeRemoteButton
JButton removeRemoteButton
-
selectedLocalEntries
List<LocalAddeEntry> selectedLocalEntries
-
selectedRemoteEntries
List<RemoteAddeEntry> selectedRemoteEntries
-
serverManager
EntryStore serverManager
Reference to the actual server manager. -
statusLabel
JLabel statusLabel
-
system
Icon system
Icon for datasets that are part of a default McIDAS-V install. -
tabbedPane
JTabbedPane tabbedPane
-
unverified
Icon unverified
Icon for datasets that have not been verified. -
user
Icon user
Icon for datasets that the user has provided.
-
-
-
Class edu.wisc.ssec.mcidasv.servermanager.TabbedAddeManager.EntrySourceRenderer
class EntrySourceRenderer extends DefaultTableCellRenderer implements Serializable -
Class edu.wisc.ssec.mcidasv.servermanager.TabbedAddeManager.EntryValidityRenderer
class EntryValidityRenderer extends DefaultTableCellRenderer implements Serializable -
Class edu.wisc.ssec.mcidasv.servermanager.TabbedAddeManager.TextRenderer
class TextRenderer extends DefaultTableCellRenderer implements Serializable
-
-
Package edu.wisc.ssec.mcidasv.startupmanager
-
Class edu.wisc.ssec.mcidasv.startupmanager.StartupManager.IconCellRenderer
class IconCellRenderer extends DefaultListCellRenderer implements Serializable -
Class edu.wisc.ssec.mcidasv.startupmanager.StartupManager.TreeCellRenderer
class TreeCellRenderer extends DefaultTreeCellRenderer implements Serializable
-
-
Package edu.wisc.ssec.mcidasv.supportform
-
Class edu.wisc.ssec.mcidasv.supportform.SupportForm
class SupportForm extends JFrame implements Serializable-
Serialized Fields
-
attachmentOneField
JTextField attachmentOneField
-
attachmentTwoField
JTextField attachmentTwoField
-
bundleCheckBox
JCheckBox bundleCheckBox
-
cancelButton
JButton cancelButton
-
ccCheckBox
JCheckBox ccCheckBox
-
collector
StateCollector collector
-
confirmField
JTextField confirmField
-
contentPane
JPanel contentPane
-
descriptionArea
JTextArea descriptionArea
-
emailField
JTextField emailField
-
helpButton
JButton helpButton
-
listener
SupportForm.CancelListener listener
-
organizationField
JTextField organizationField
-
sendButton
JButton sendButton
-
store
IdvObjectStore store
-
subjectField
JTextField subjectField
-
userField
JTextField userField
-
-
-
-
Package edu.wisc.ssec.mcidasv.ui
-
Class edu.wisc.ssec.mcidasv.ui.BetterJTable
class BetterJTable extends JTable implements Serializable -
Class edu.wisc.ssec.mcidasv.ui.BetterJTable.StripedViewport
class StripedViewport extends JViewport implements Serializable -
Class edu.wisc.ssec.mcidasv.ui.ColorSwatchComponent
class ColorSwatchComponent extends JPanel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
clearBtn
JButton clearBtn
"Clear" button. -
color
Color color
Color of the swatch. -
doAlpha
boolean doAlpha
Flag for alpha. -
label
String label
Label -
setBtn
JButton setBtn
"Set" button. -
store
XmlObjectStore store
Application object store.
-
-
Class edu.wisc.ssec.mcidasv.ui.ComponentPopup
class ComponentPopup extends JWindow implements Serializable- serialVersionUID:
- 7394231585407030118L
-
Serialized Fields
-
ourHideAdapter
MouseAdapter ourHideAdapter
Determines if the mouse is on me. -
parent
Component parent
-
parentsCompAdapter
ComponentAdapter parentsCompAdapter
What to do if the parent compoentn state changes. -
parentsHideAdapter
MouseAdapter parentsHideAdapter
Determines if the mouse is on my dad.
-
-
Class edu.wisc.ssec.mcidasv.ui.DraggableTabbedPane
class DraggableTabbedPane extends JTabbedPane implements Serializable- serialVersionUID:
- -5710302260509445686L
-
Serialized Fields
-
currentTabColor
String currentTabColor
RGB string for the color of the current tab. -
draggedAtX
int draggedAtX
-
draggedAtY
int draggedAtY
-
dragSource
DragSource dragSource
Used for starting the dragging process. -
dropTarget
DropTarget dropTarget
Used for signaling that we'll accept drops (registers listeners). -
group
McvComponentGroup group
The component group holding our components. -
idv
IntegratedDataViewer idv
Keep around this reference so that we can access the UI Manager. -
INDICATOR
Image INDICATOR
The actual image that we'll use to display the index indications. -
overIndex
int overIndex
The tab index that the user is currently over. -
sourceIndex
int sourceIndex
The tab index where the drag started. -
window
IdvWindow window
The IDV window that contains this tabbed pane.
-
-
Class edu.wisc.ssec.mcidasv.ui.HeavyTabbedPane
class HeavyTabbedPane extends JTabbedPane implements Serializable- serialVersionUID:
- -3903797547171213551L
-
Serialized Fields
-
blanks
List<Component> blanks
Components, in tab index order, that will be displayed when a tab is not selected. These should never actually be visible to the user. -
comps
List<Component> comps
Components, in tab index order, that will be displayed when a tab is selected. -
heavyWeightDelay
long heavyWeightDelay
Delay in milliseconds forChangeEvents
. This prevents some re-draw issues that popup with the heavy weight components.
-
-
Class edu.wisc.ssec.mcidasv.ui.JCalendarDateEditor
class JCalendarDateEditor extends JFormattedTextField implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
badYearAndDay
SimpleDateFormat badYearAndDay
ParseYYDDD
dates. -
calendar
Calendar calendar
-
darkGreen
Color darkGreen
-
date
Date date
-
dateFormatter
SimpleDateFormat dateFormatter
-
datePattern
String datePattern
-
dateUtil
com.toedter.calendar.DateUtil dateUtil
-
dayOfYear
SimpleDateFormat dayOfYear
ParseDDD
dates (even if they are one or two digits). -
hours
int hours
-
ignoreDatePatternChange
boolean ignoreDatePatternChange
-
isMaskVisible
boolean isMaskVisible
-
maskFormatter
MaskFormatter maskFormatter
-
maskPattern
String maskPattern
-
millis
int millis
-
minutes
int minutes
-
placeholder
char placeholder
-
seconds
int seconds
-
yearAndDay
SimpleDateFormat yearAndDay
ParseYYYYDDD
dates.
-
-
Class edu.wisc.ssec.mcidasv.ui.JCalendarPicker
class JCalendarPicker extends JPanel implements Serializable-
Serialized Fields
-
dateChooser
com.toedter.calendar.JDateChooser dateChooser
Date chooser -
jc
com.toedter.calendar.JCalendar jc
JCalendar -
timeModel
SpinnerDateModel timeModel
SpinnerDateModel
-
-
-
Class edu.wisc.ssec.mcidasv.ui.JPanelImage
class JPanelImage extends JPanel implements Serializable-
Serialized Fields
-
antiAlias
boolean antiAlias
Whether or not anti-aliasing is being used. -
theImage
Image theImage
Image to draw within theJPanel
. May benull
.
-
-
-
Class edu.wisc.ssec.mcidasv.ui.JTimeRangePicker
class JTimeRangePicker extends JPanel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
beginTimeFld
JTextField beginTimeFld
-
cal
Calendar cal
-
defaultBegTime
String defaultBegTime
-
defaultEndTime
String defaultEndTime
-
endTimeFld
JTextField endTimeFld
-
-
Class edu.wisc.ssec.mcidasv.ui.JythonEditor.McvJythonTextArea
class McvJythonTextArea extends org.fife.ui.rsyntaxtextarea.RSyntaxTextArea implements Serializable -
Class edu.wisc.ssec.mcidasv.ui.LayerAnimationWindow
class LayerAnimationWindow extends JFrame implements Serializable-
Serialized Fields
-
btnFaster
JButton btnFaster
-
btnSlower
JButton btnSlower
-
contentPane
JPanel contentPane
-
fieldCurrentDwell
JTextField fieldCurrentDwell
-
lblDwell
JLabel lblDwell
-
statusLabel
JLabel statusLabel
-
tglbtnEnableAnimation
JToggleButton tglbtnEnableAnimation
-
-
-
Class edu.wisc.ssec.mcidasv.ui.McIdasFrameDisplay
class McIdasFrameDisplay extends JPanel implements Serializable-
Serialized Fields
-
antiAlias
boolean antiAlias
-
d
Dimension d
-
displayRateFld
JTextField displayRateFld
display rate field -
frameIndex
Integer frameIndex
-
frameNumber
Integer frameNumber
-
frameNumbers
List frameNumbers
-
images
Hashtable images
-
indicator
JComboBox indicator
-
isLooping
boolean isLooping
-
loopDwell
int loopDwell
-
loopThread
Thread loopThread
-
pi
JPanelImage pi
-
startStopBtn
AbstractButton startStopBtn
The start/stop button -
theImage
Image theImage
-
-
-
Class edu.wisc.ssec.mcidasv.ui.McvHelpTipDialog
class McvHelpTipDialog extends JDialog implements Serializable-
Serialized Fields
-
actionListener
ActionListener actionListener
action listener -
counterText
JLabel counterText
count -
helpTips
List helpTips
list of tips -
idx
int idx
index -
messageText
JEditorPane messageText
message -
resources
XmlResourceCollection resources
resources -
showCbx
JCheckBox showCbx
checkbox -
store
XmlObjectStore store
store -
titleText
JLabel titleText
label
-
-
-
Class edu.wisc.ssec.mcidasv.ui.McvSplash
class McvSplash extends JWindow implements Serializable-
Serialized Fields
-
idv
IntegratedDataViewer idv
-
splashIcon
ImageIcon splashIcon
The icon to use in the splash screen -
splashLbl
JLabel splashLbl
The JLabel to show messages -
splashProgressBar
RovingProgress splashProgressBar
Keep the splash progress bar around to tell it to stop. -
splashRolloverIcon
ImageIcon splashRolloverIcon
The icon to use when the mouse rolls over the splash icon -
splashTitle
String splashTitle
The text to use in the splash screen
-
-
-
Class edu.wisc.ssec.mcidasv.ui.ParameterTree
class ParameterTree extends DndTree implements Serializable-
Serialized Fields
-
categoryIcon
ImageIcon categoryIcon
Icon to use for categories -
frame
JFrame frame
The window -
nodeToData
Hashtable nodeToData
A mapping from tree node to, either, category or ParameterSet -
parameterIcon
ImageIcon parameterIcon
Icon to use for parameters -
parameterType
String parameterType
What is the type of the parameter set we are showing -
persistenceManager
PersistenceManager persistenceManager
The persistence manager -
treeModel
DefaultTreeModel treeModel
The tree model -
treeRoot
DefaultMutableTreeNode treeRoot
The root of the tree -
uiManager
UIManager uiManager
The ui manager
-
-
-
Class edu.wisc.ssec.mcidasv.ui.PartialLineBorder
class PartialLineBorder extends LineBorder implements Serializable-
Serialized Fields
-
_roundedCornerSize
int _roundedCornerSize
-
_sides
int _sides
-
-
-
Class edu.wisc.ssec.mcidasv.ui.PersistableSwatchChooserPanel
class PersistableSwatchChooserPanel extends AbstractColorChooserPanel implements Serializable-
Serialized Fields
-
mainPalette
PersistableSwatchChooserPanel.MainSwatchPanel mainPalette
The main panel that holds the set of choosable colors. -
mainSwatchKeyListener
KeyListener mainSwatchKeyListener
Main PaletteKeyListener
. -
mouseHandler
MouseListener mouseHandler
The mouse handlers for the panels. -
recentPalette
PersistableSwatchChooserPanel.RecentSwatchPanel recentPalette
A panel that holds the recent colors. -
recentSwatchKeyListener
KeyListener recentSwatchKeyListener
Recent paletteKeyListener
. -
tracker
PersistableSwatchChooserPanel.ColorTracker tracker
-
-
-
Class edu.wisc.ssec.mcidasv.ui.PopupMessage
class PopupMessage extends JFrame implements Serializable
-
-
Package edu.wisc.ssec.mcidasv.util
-
Class edu.wisc.ssec.mcidasv.util.LoudPyStringMap
class LoudPyStringMap extends org.python.core.PyStringMap implements Serializable -
Class edu.wisc.ssec.mcidasv.util.McVGuiUtils.IconPanel
class IconPanel extends JPanel implements Serializable-
Serialized Fields
-
img
Image img
-
-
-
Class edu.wisc.ssec.mcidasv.util.McVTextField
class McVTextField extends JTextField implements Serializable-
Serialized Fields
-
document
McVTextField.McVTextFieldDocument document
-
validPattern
Pattern validPattern
-
validStrings
String[] validStrings
-
-
-
Class edu.wisc.ssec.mcidasv.util.McVTextField.Prompt
class Prompt extends JLabel implements Serializable-
Serialized Fields
-
component
JTextComponent component
-
document
Document document
-
focus
McVTextField.Prompt.FocusBehavior focus
-
focusLost
int focusLost
-
showPromptOnce
boolean showPromptOnce
-
-
-
Class edu.wisc.ssec.mcidasv.util.MemoryMonitor
class MemoryMonitor extends JPanel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
isWarned
boolean isWarned
-
label
JLabel label
the label -
mbString
String mbString
-
memoryString
String memoryString
-
percentCancel
int percentCancel
percent cancel -
percentThreshold
int percentThreshold
percent threshold -
running
boolean running
flag for running -
showClock
boolean showClock
-
sleepInterval
long sleepInterval
sleep interval -
stateManager
StateManager stateManager
-
sustainTimer
int sustainTimer
-
thread
Thread thread
a thread -
timesAboveThreshold
int timesAboveThreshold
number of times above the threshold -
triedToCancel
boolean triedToCancel
have we tried to cancel the load yet -
warnTimer
int warnTimer
-
-
Class edu.wisc.ssec.mcidasv.util.TreePanel
class TreePanel extends JPanel implements Serializable-
Serialized Fields
-
catComponents
Map<String,
Component> catComponents _more_ -
catToNode
Map<String,
DefaultMutableTreeNode> catToNode Maps categories to tree node. -
compToNode
Map<Component,
DefaultMutableTreeNode> compToNode Maps components to tree node. -
emptyPanel
JPanel emptyPanel
_more_ -
okToSave
boolean okToSave
Whether or not it is okay to save. -
okToUpdateTree
boolean okToUpdateTree
Okay to respond to selection changes. -
panel
GuiUtils.CardLayoutPanel panel
The panel. -
root
DefaultMutableTreeNode root
The root. -
tree
JTree tree
The tree. -
treeModel
DefaultTreeModel treeModel
The model. -
treeView
JScrollPane treeView
The scroller.
-
-
-
Class edu.wisc.ssec.mcidasv.util.WelcomeWindow
class WelcomeWindow extends JDialog implements Serializable-
Serialized Fields
-
autoQuit
boolean autoQuit
Whether or not the window should automatically close. -
autoQuitDelay
long autoQuitDelay
Delay in milliseconds for auto-quitting. -
buttonPanel
JPanel buttonPanel
-
contents
URL contents
Java-friendly location of the path to the welcome message. -
logoLabel
JLabel logoLabel
-
logoPanel
JPanel logoPanel
-
mainPanel
JPanel mainPanel
-
quitButton
JButton quitButton
-
scrollPane
JScrollPane scrollPane
-
startButton
JButton startButton
-
textPane
JTextPane textPane
-
-
-