Serialized Form


Package edu.wisc.ssec.mcidasv

Class edu.wisc.ssec.mcidasv.McIdasPreferenceManager.IconCellRenderer extends DefaultListCellRenderer implements Serializable


Package edu.wisc.ssec.mcidasv.chooser

Class edu.wisc.ssec.mcidasv.chooser.FileChooser extends FileChooser implements Serializable

Serialized Fields

defaultDataSourceId

String defaultDataSourceId
Default data source ID for this chooser. Defaults to null.


selectDefaultDataSource

boolean selectDefaultDataSource
Whether or not to select the data source corresponding to FileChooser.defaultDataSourceId within the JComboBox returned by FileChooser.getDataSourcesComponent(). Defaults to false.


defaultDataSourceName

String defaultDataSourceName
If there is a default data source ID, get the combo box display value


sourceComboBox

JComboBox sourceComboBox
Different subclasses can use the combobox of data source ids


fileChooser

JFileChooser fileChooser
Get a handle on the actual file chooser


path

String path
Extending classes may need to manipulate the path


topPanel

JPanel topPanel
The panels that might need to be enabled/disabled


centerPanel

JPanel centerPanel

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)


idv

IntegratedDataViewer idv
Get a handle on the IDV


statusLabel

JLabel statusLabel

Class edu.wisc.ssec.mcidasv.chooser.FlatFileChooser extends IdvChooser implements Serializable

Serialized Fields

maxDefDim

int maxDefDim
Set default stride to keep dimensions within this


dataFile

File dataFile

dataFileText

JTextField dataFileText

dataFileButton

JButton dataFileButton

dataFileDescription

JLabel dataFileDescription

textDescription

JLabel textDescription

textElements

JTextField textElements

textLines

JTextField textLines

textBands

JTextField textBands

textUnit

JTextField textUnit

textStride

JTextField textStride

checkTranspose

JCheckBox checkTranspose

bandNames

List<E> bandNames

bandFiles

List<E> bandFiles

radioLatLonFiles

JRadioButton radioLatLonFiles

radioLatLonBounds

JRadioButton radioLatLonBounds

latFile

File latFile

lonFile

File lonFile

textLatFile

JLabel textLatFile

buttonLatFile

JButton buttonLatFile

textLonFile

JLabel textLonFile

buttonLonFile

JButton buttonLonFile

panelLatLonFiles

JPanel panelLatLonFiles

textLatUL

JTextField textLatUL

textLonUL

JTextField textLonUL

textLatLR

JTextField textLatLR

textLonLR

JTextField textLonLR

panelLatLonBounds

JPanel panelLatLonBounds

textLatLonScale

JTextField textLatLonScale

checkEastPositive

JCheckBox checkEastPositive

radioBinary

JRadioButton radioBinary

radioASCII

JRadioButton radioASCII

radioImage

JRadioButton radioImage

radioEndianLittle

JRadioButton radioEndianLittle

radioEndianBig

JRadioButton radioEndianBig

comboByteFormat

JComboBox comboByteFormat

comboInterleave

JComboBox comboInterleave

textOffset

JTextField textOffset

panelBinary

JPanel panelBinary

textDelimiter

JTextField textDelimiter

panelASCII

JPanel panelASCII

panelImage

JPanel panelImage

textMissing

JTextField textMissing

listByteFormat

List<E> listByteFormat

listInterleave

List<E> listInterleave

statusLabel

JLabel statusLabel

idv

IntegratedDataViewer idv
Get a handle on the IDV

Class edu.wisc.ssec.mcidasv.chooser.FrameChooser extends ChooserPanel implements Serializable

Serialized Fields

ignoreStateChangedEvents

boolean ignoreStateChangedEvents
flag for ignoring combobox changes


WIDGET_MUTEX

Object WIDGET_MUTEX
Used to synchronize access to widgets (eg: disabling, setting state, etc).


framesList

ChooserList framesList
frames list


doLoop

boolean doLoop
Keep track of when are are doing a frame loop


loopRB

JRadioButton loopRB
Frame loop radio button


curRB

JRadioButton curRB
Refresh current frame radio button

Class edu.wisc.ssec.mcidasv.chooser.HRITChooser extends FileChooser implements Serializable

serialVersionUID: 1L

Serialized Fields

hf

HRITChooser.HRITFilter hf

channelLabel

JLabel channelLabel

Class edu.wisc.ssec.mcidasv.chooser.HRITChooser.HRITFileChooser extends JFileChooser implements Serializable

serialVersionUID: 1L

Class edu.wisc.ssec.mcidasv.chooser.HRITChooser.ImageTypeChooser extends JComboBox implements Serializable

serialVersionUID: 1L

Serialized Fields

jfc

JFileChooser jfc

Class edu.wisc.ssec.mcidasv.chooser.HydraChooser extends IdvChooser implements Serializable

Serialized Fields

chooserNode

Element chooserNode

fileChooser

JFileChooser fileChooser

idv

IntegratedDataViewer idv

dfltDataSourceId

String dfltDataSourceId
The chooser xml can specify a datasourceid attribute.

Class edu.wisc.ssec.mcidasv.chooser.HydraChooser.MyFileChooser extends JFileChooser implements Serializable

Class edu.wisc.ssec.mcidasv.chooser.Level2RadarChooser extends FileChooser implements Serializable

Serialized Fields

stationsCbx

JComboBox stationsCbx
Holds the predefined list of nexrad stations


nexradStations

List<E> nexradStations
List of predefined nexrad stations


typeCbx

JCheckBox typeCbx
checkbox for switching data types

Class edu.wisc.ssec.mcidasv.chooser.Level2RadarChooser.Level2RadarFileChooser extends FileChooser.MyFileChooser implements Serializable

Serialized Fields

myChooser

Level2RadarChooser myChooser
my chooser


lastDirectory

File lastDirectory
Keeps track of the last directory the user chose

Class edu.wisc.ssec.mcidasv.chooser.McIdasBridgeChooser extends IdvChooser implements Serializable

Serialized Fields

hostLine

JTextField hostLine
A widget for the command line text


portLine

JTextField portLine

keyLine

JTextField keyLine

mcidasxInfo

McIdasXInfo mcidasxInfo

statusLabel

JLabel statusLabel
Make the GUI

Class edu.wisc.ssec.mcidasv.chooser.PolarOrbitTrackChooser extends AddeChooser implements Serializable

serialVersionUID: 1L

Serialized Fields

tlefc

TLEFileChooser tlefc

localFile

File localFile

connectButton

JButton connectButton
Connect button--we need to be able to disable this


manageButton

JButton manageButton
Manage button


publicButton

JButton publicButton
Public button--we need to draw a menu from this


serverSelector

JComboBox serverSelector

addeBtn

JRadioButton addeBtn

urlBtn

JRadioButton urlBtn

descLabel

JLabel descLabel

addeList

List<E> addeList

prefList

PreferenceList prefList
Manages the pull down list of urls


box

JComboBox box
The list of urls


boxEditor

JTextField boxEditor

Class edu.wisc.ssec.mcidasv.chooser.PollingFileChooser extends FileChooser implements Serializable

Serialized Fields

pollingInfo

PollingInfo pollingInfo
polling info


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


directoryCount

int directoryCount

fileCount

int fileCount

Class edu.wisc.ssec.mcidasv.chooser.PollingFileChooser.MyDirectoryChooser extends FileChooser.MyFileChooser implements Serializable

Class edu.wisc.ssec.mcidasv.chooser.RaobChooser extends RaobChooser implements Serializable

Serialized Fields

statusLabel

JLabel statusLabel

Class edu.wisc.ssec.mcidasv.chooser.SuomiNPPChooser extends FileChooser implements Serializable

serialVersionUID: 1L

Class edu.wisc.ssec.mcidasv.chooser.SuomiNPPFileChooser extends JFileChooser implements Serializable

serialVersionUID: 1L

Serialized Fields

snppc

SuomiNPPChooser snppc
ref to caller

Class edu.wisc.ssec.mcidasv.chooser.TDSGridChooser extends XmlChooser implements Serializable

Class edu.wisc.ssec.mcidasv.chooser.TDSRadarChooser extends TimesChooser implements Serializable

Serialized Fields

collection

TDSRadarDatasetCollection collection
The collection


selectedStation

NamedStation selectedStation
The currently selected station


selectedProduct

String selectedProduct
The currently selected level3 product


serverUrl

String serverUrl
Those urls we connect to


collectionSelector

JComboBox collectionSelector
Component to hold collections


productComboBox

JComboBox productComboBox
Component to hold product list


productPanel

JPanel productPanel
Level 3 panel that can be hidden


compsThatNeedServer

List<E> compsThatNeedServer
components that need a server for activation


level3CompsThatNeedServer

List<E> level3CompsThatNeedServer
components that need a server for activation


urlListHandler

PreferenceList urlListHandler
persistent holder for catalog URLS


urlBox

JComboBox urlBox
catalog URL holder


okToDoUrlListEvents

boolean okToDoUrlListEvents
ok flag


datasetList

List<E> datasetList
dataset list


isLevel3

boolean isLevel3
_more_


ignoreProductChange

boolean ignoreProductChange
Flag to keep from infinite looping


timesCardPanelExtra

GuiUtils.CardLayoutPanel timesCardPanelExtra
Card panel to hold extra relative and absolute time components


innerPanel

JPanel innerPanel
Make the UI for this selector. Thank you NetBeans for helping with the layout!


statusLabel

JLabel statusLabel

Class edu.wisc.ssec.mcidasv.chooser.TLEFileChooser extends JFileChooser implements Serializable

serialVersionUID: 1L

Serialized Fields

potc

PolarOrbitTrackChooser potc

Class edu.wisc.ssec.mcidasv.chooser.UrlChooser extends UrlChooser implements Serializable

Serialized Fields

prefList

PreferenceList prefList
Manages the pull down list of urls


box

JComboBox box
The list of urls


boxEditor

JTextField boxEditor

textArea

JTextArea textArea
The text area for multi-line urls


textScroller

JScrollPane textScroller
text scroller


urlPanel

JPanel urlPanel
Holds the combo box


textPanel

JPanel textPanel
Holds the text area


showBox

boolean showBox
Are we showing the combo box


switchBtn

JButton switchBtn
Swtich


cardLayoutPanel

GuiUtils.CardLayoutPanel cardLayoutPanel
panel


idv

IntegratedDataViewer idv
Get a handle on the IDV


statusLabel

JLabel statusLabel

Class edu.wisc.ssec.mcidasv.chooser.XmlChooser extends XmlChooser implements Serializable

Serialized Fields

catalogPanel

JPanel catalogPanel
Catalog browser panel


labelHistoryIdx

int labelHistoryIdx
Catalog browser panel label history


labelHistory

List<E> labelHistory

statusLabel

JLabel statusLabel

Package edu.wisc.ssec.mcidasv.chooser.adde

Class edu.wisc.ssec.mcidasv.chooser.adde.AddeBasicImageChooser extends AddeImageChooser implements Serializable

Class edu.wisc.ssec.mcidasv.chooser.adde.AddeChooser extends AddeChooser implements Serializable

Serialized Fields

serverSelector

JComboBox serverSelector

descList

PreferenceList descList
List of descriptors


descriptorTable

Hashtable<K,V> descriptorTable
Descriptor/name hashtable


descriptorList

List<E> descriptorList
List of available descriptors.


commentList

List<E> commentList
List of comments associated with list of descriptors.


connectButton

JButton connectButton
Connect button--we need to be able to disable this


parameterButton

JButton parameterButton
Parameter button--we need to be able to disable this


manageButton

JButton manageButton
Manage button


publicButton

JButton publicButton
Public button--we need to draw a menu from this


descriptorLabel

JLabel descriptorLabel
descriptor label


descriptorComboBox

JComboBox descriptorComboBox
A widget for the list of dataset descriptors


descriptorNames

String[] descriptorNames
The descriptor names


ignoreDescriptorChange

boolean ignoreDescriptorChange
Flag to keep from infinite looping


compsThatNeedDescriptor

ArrayList<E> compsThatNeedDescriptor
List of JComponent-s that depend on a descriptor being selected to be enabled


LABEL_SELECT

String LABEL_SELECT
Selection label text


serverManager

EntryStore serverManager
Reference back to the server manager


allServersFlag

boolean allServersFlag

lastBadServer

String lastBadServer

lastBadGroup

String lastBadGroup

lastServerName

String lastServerName

lastServerGroup

String lastServerGroup

lastServerUser

String lastServerUser

lastServerProj

String lastServerProj

lastServer

AddeServer lastServer

addeServers

List<E> addeServers

restoreTimes

List<E> restoreTimes

restoreElement

Element restoreElement

shouldAddSource

boolean shouldAddSource

cb

JCheckBox cb

parameterTrees

Hashtable<K,V> parameterTrees
Maps favorite type to the BundleTree that shows the Manage window for the type


addingServer

boolean addingServer

timesCardPanelExtra

GuiUtils.CardLayoutPanel timesCardPanelExtra
Card panel to hold extra relative and absolute time components


innerPanel

JPanel innerPanel
Make the UI for this selector. Thank you NetBeans for helping with the layout!


statusLabel

JLabel statusLabel

Class edu.wisc.ssec.mcidasv.chooser.adde.AddeFrontChooser extends AddeChooser implements Serializable

Serialized Fields

timesList

ChooserList timesList
for gui


forecastBtn

JRadioButton forecastBtn
for gui


observedBtn

JRadioButton observedBtn
for gui

Class edu.wisc.ssec.mcidasv.chooser.adde.AddeImageChooser extends AddeChooser implements Serializable

Serialized Fields

amSettingProperties

boolean amSettingProperties
flag for setting properties


readTimesTask

Object readTimesTask
Are we currently reading times


archiveDay

String archiveDay
archive date


propPanel

JPanel propPanel
Holds the properties


archiveDayLabel

JLabel archiveDayLabel
archive day button and label


archiveDayBtn

JButton archiveDayBtn

propToComps

Hashtable<K,V> propToComps
Maps the PROP_ property name to the gui component


resourceMaps

List<E> resourceMaps
This is a list of hashtables, one per imagedefaults resource. The Hashtables map the pattern to the xml node


addeDefaults

XmlResourceCollection addeDefaults
Holds the subsetting defaults


archiveDayFormatter

SimpleDateFormat archiveDayFormatter
archive date formatter


latLonWidget

LatLonWidget latLonWidget
Input for lat/lon center point


lineMagSlider

JSlider lineMagSlider
Widget for the line magnfication in the advanced section


lineMagLbl

JLabel lineMagLbl
Label for the line mag. in the advanced section


elementMagSlider

JSlider elementMagSlider
Widget for the element magnfication in the advanced section


elementMagLbl

JLabel elementMagLbl
Label for the element mag. in the advanced section


baseNumLines

double baseNumLines
base number of lines


sizeLbl

JLabel sizeLbl
size label


baseNumElements

double baseNumElements
base number of lines


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


centerLineFld

JTextField centerLineFld
Widget for the line center point in the advanced section


centerElementFld

JTextField centerElementFld
Widget for the element center point in the advanced section


lockBtn

JToggleButton lockBtn
_more_


fullResBtn

JButton fullResBtn
full resolution button


MAX_BANDS

int MAX_BANDS
Identifier for the maximum number of bands


lastAD

AreaDirectory lastAD
The last AreaDirectory we have seen.


propertiesAD

AreaDirectory propertiesAD
The current AreaDirectory used for properties


prevPropertiesAD

AreaDirectory prevPropertiesAD
The previous AreaDirectory used for properties


bandTable

Hashtable<K,V> bandTable
Mapping of area directory to list of BandInfos


imageDescriptors

Vector<E> imageDescriptors
The list of currently loaded AddeImageDescriptor-s


unitComboBox

JComboBox unitComboBox
Widget for selecting image units


placeLbl

JLabel placeLbl
place label


place

String place
the place string


locationPanel

GuiUtils.CardLayoutPanel locationPanel
location panel


navComboBox

JComboBox navComboBox
Widget for selecting image nav type


sensorToBandToName

Hashtable<K,V> sensorToBandToName
Mapping of sensor id (String) to hashtable that maps Integer band number to name


useSatBandInfo

boolean useSatBandInfo
A flag so we can debug the new way of processing sat band file


satBandInfo

AddeSatBands satBandInfo
Used to parse the sat band file


bandComboBox

JComboBox bandComboBox
Widget for selecting the band


linesToElements

double linesToElements
Keep track of the lines to element ratio


bandInfos

List<E> bandInfos
the list of band infos


MUTEX

Object MUTEX
locking mutex

Class edu.wisc.ssec.mcidasv.chooser.adde.AddeImageParameterChooser extends AddeImageChooser implements Serializable

Class edu.wisc.ssec.mcidasv.chooser.adde.AddeLightningDataChooser extends AddePointDataChooser implements Serializable

Class edu.wisc.ssec.mcidasv.chooser.adde.AddePointDataChooser extends AddeChooser implements Serializable

Serialized Fields

readTimesTask

Object readTimesTask
Are we currently reading times


relTimeIncLabel

JLabel relTimeIncLabel
box and label for the relative time


relTimeIncBox

JComboBox relTimeIncBox

relativeTimeIncrement

float relativeTimeIncrement
the relative time increment


archiveDay

String archiveDay
archive date


archiveDayLabel

JLabel archiveDayLabel
archive day button and label


archiveDayBtn

JButton archiveDayBtn

archiveDayFormatter

SimpleDateFormat archiveDayFormatter
archive date formatter


stationModelManager

StationModelManager stationModelManager
station model manager


descriptorsAllowPrefix

String descriptorsAllowPrefix
allowed descriptor prefix


firstTime

boolean firstTime

retry

boolean retry

gotObs

boolean gotObs
Possibly ask for times a second time if the first sampling doesn't get any


tryWithoutSampling

boolean tryWithoutSampling

MUTEX

Object MUTEX
locking mutex

Class edu.wisc.ssec.mcidasv.chooser.adde.AddeProfilerDataChooser extends AddePointDataChooser implements Serializable

Serialized Fields

stationResources

XmlResourceCollection stationResources
collection of station tables

Class edu.wisc.ssec.mcidasv.chooser.adde.AddeRadarChooser extends AddeImageChooser implements Serializable

Serialized Fields

readingStations

boolean readingStations
Am I currently reading the stations


readStationTask

Object readStationTask
handle on the station update task


nexradStations

List<E> nexradStations
station table

Class edu.wisc.ssec.mcidasv.chooser.adde.AddeRaobChooser extends AddePointDataChooser implements Serializable

Serialized Fields

descriptorTable2

Hashtable<K,V> descriptorTable2
Significant level objects corresponding to mandatory level objects


descriptorComboBox2

JComboBox descriptorComboBox2

descriptorNames2

String[] descriptorNames2

LABEL_SELECT2

String LABEL_SELECT2

showAll

JCheckBox showAll

readSatelliteTask

Object readSatelliteTask

satelliteSounding

boolean satelliteSounding
This flag keeps track of observed/satellite soundings


satelliteTimeLabel

JLabel satelliteTimeLabel
Selector for times when pointing to satellite data (required field)


satelliteTimePanel

JPanel satelliteTimePanel

satelliteTimeButton

JButton satelliteTimeButton

satelliteTimeComboBox

JComboBox satelliteTimeComboBox

satellitePixelTextField

JTextField satellitePixelTextField

satelliteTime

String satelliteTime

satellitePixel

String satellitePixel

satelliteTimes

List<E> satelliteTimes

mainHoursCbx

JCheckBox mainHoursCbx
We need to be able to enable/disable this based on sounding type


connectionStep

int connectionStep
This is a virtual timestamp that tracks if the threaded adde connection should be aborted or not


readStationTask

Object readStationTask
handle on the station update task


timesList

JList timesList
list of times


obsList

JList obsList
list of observations


selectedObs

Vector<E> selectedObs
selected observations


soundingAdapter

AddeSoundingAdapter soundingAdapter
sounding adapter used by this selector


showMainHoursOnly

boolean showMainHoursOnly
flag for 0 and 12z only


Package edu.wisc.ssec.mcidasv.control

Class edu.wisc.ssec.mcidasv.control.LambertAEA extends MapProjection implements Serializable

Serialized Fields

cs

CoordinateSystem cs

rect

Rectangle2D rect

earthRadius

float earthRadius

Class edu.wisc.ssec.mcidasv.control.MultiSpectralControl.ColorEditor extends AbstractCellEditor implements Serializable

Serialized Fields

currentColor

Color currentColor

button

JButton button

colorChooser

JColorChooser colorChooser

dialog

JDialog dialog

Class edu.wisc.ssec.mcidasv.control.MultiSpectralControl.ColorRenderer extends JLabel implements Serializable

Serialized Fields

unselectedBorder

Border unselectedBorder

selectedBorder

Border selectedBorder

isBordered

boolean isBordered

Package edu.wisc.ssec.mcidasv.control.cyclone

Class edu.wisc.ssec.mcidasv.control.cyclone.StormTrackTableModel extends AbstractTableModel implements Serializable

serialVersionUID: 1L

Serialized Fields

stormDisplayState

StormDisplayState stormDisplayState
_more_


track

ucar.unidata.data.storm.StormTrack track
_more_


points

List<E> points
_more_


params

List<E> params
_more_


Package edu.wisc.ssec.mcidasv.data

Class edu.wisc.ssec.mcidasv.data.BadNetCDFWidget.BadNetCDFDialog extends JDialog implements Serializable

Class edu.wisc.ssec.mcidasv.data.McIDASVLatLonProjection extends ucar.unidata.geoloc.projection.LatLonProjection implements Serializable

serialVersionUID: -4939597425144220140L

Class edu.wisc.ssec.mcidasv.data.StatsTable extends AbstractTableModel implements Serializable

Serialized Fields

data

String[][] data

table

JTable table

statsWindow

JFrame statsWindow

total_area

double total_area

numCols

int numCols

isShowing

boolean isShowing

coltab

Color[] coltab

maxCols

int maxCols

colNames

String[] colNames

maxRows

int maxRows

rowNames

String[] rowNames

saveStats

boolean saveStats

Package edu.wisc.ssec.mcidasv.data.adde

Class edu.wisc.ssec.mcidasv.data.adde.AddeSoundingAdapter extends SoundingAdapterImpl implements Serializable

Serialized Fields

satelliteSounding

boolean satelliteSounding
observed or satellite sounding?


satelliteTime

String satelliteTime
these are only really used for satellite soundings


satellitePixel

String satellitePixel

serverProperty

NonVetoableProperty serverProperty
server propert


mandatoryDatasetProperty

NonVetoableProperty mandatoryDatasetProperty
mandatory data set property


significantDatasetProperty

NonVetoableProperty significantDatasetProperty
significant data set property


stationsProperty

NonVetoableProperty stationsProperty
stations property


soundingTimesProperty

NonVetoableProperty soundingTimesProperty
sounding times property


manGroup

String manGroup
mandatory data group name


manDescriptor

String manDescriptor
mandatory data descriptor


sigGroup

String sigGroup
sig data group name


sigDescriptor

String sigDescriptor
sig data descriptor


mainHours

boolean mainHours
use main hours only


prMandPVar

String prMandPVar
name of mandP pressure variable


htMandPVar

String htMandPVar
name of mandP height variable


tpMandPVar

String tpMandPVar
name of mandP temp variable


tdMandPVar

String tdMandPVar
name of mandP dewpoint variable


spdMandPVar

String spdMandPVar
name of mandP wind speed variable


dirMandPVar

String dirMandPVar
name of mandP wind dir variable


dayVar

String dayVar
name of day variable


timeVar

String timeVar
name of time 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


eleVar

String eleVar
name of station elevation variable


server

String server
server name


mandDataset

String mandDataset
mandatory dataset name


sigDataset

String sigDataset
significant dataset name


defaultServer

String defaultServer
default server


defaultMandDataset

String defaultMandDataset
default mandatory data set


defaultSigDataset

String defaultSigDataset
default significant dataset


firstTime

boolean firstTime

retry

boolean retry

addeChooser

AddeChooser addeChooser
Used to grab accounting information for a currently selected server.


Package edu.wisc.ssec.mcidasv.data.adde.sgp4

Class edu.wisc.ssec.mcidasv.data.adde.sgp4.AbstractSatellite extends Object implements Serializable

Class edu.wisc.ssec.mcidasv.data.adde.sgp4.SatelliteTleSGP4 extends AbstractSatellite implements Serializable

Serialized Fields

tle

TLE tle

sgp4SatData

SGP4SatData sgp4SatData

currentJulianDate

double currentJulianDate

tleEpochJD

double tleEpochJD

j2kPos

double[] j2kPos

j2kVel

double[] j2kVel

posTEME

double[] posTEME

velTEME

double[] velTEME

lla

double[] lla

plot2d

boolean plot2d

plot2DFootPrint

boolean plot2DFootPrint

fillFootPrint

boolean fillFootPrint

numPtsFootPrint

int numPtsFootPrint

showGroundTrack

boolean showGroundTrack

grnTrkPointsPerPeriod

int grnTrkPointsPerPeriod

groundTrackLeadPeriodMultiplier

double groundTrackLeadPeriodMultiplier

groundTrackLagPeriodMultiplier

double groundTrackLagPeriodMultiplier

latLongLead

double[][] latLongLead

latLongLag

double[][] latLongLag

temePosLead

double[][] temePosLead

temePosLag

double[][] temePosLag

timeLead

double[] timeLead

timeLag

double[] timeLag

groundTrackIni

boolean groundTrackIni

showName2D

boolean showName2D

show3DOrbitTrace

boolean show3DOrbitTrace

show3DFootprint

boolean show3DFootprint

show3DName

boolean show3DName

show3D

boolean show3D

showGroundTrack3d

boolean showGroundTrack3d

show3DOrbitTraceECI

boolean show3DOrbitTraceECI

use3dModel

boolean use3dModel

threeDModelPath

String threeDModelPath

threeDModelSizeFactor

double threeDModelSizeFactor

Class edu.wisc.ssec.mcidasv.data.adde.sgp4.SGP4SatData extends Object implements Serializable

Serialized Fields

satnum

int satnum

epochyr

int epochyr

epochtynumrev

int epochtynumrev

error

int error

operationmode

char operationmode

init

char init

method

char method

gravconsttype

SGP4unit.Gravconsttype gravconsttype

isimp

int isimp

aycof

double aycof

con41

double con41

cc1

double cc1

cc4

double cc4

cc5

double cc5

d2

double d2

d3

double d3

d4

double d4

delmo

double delmo

eta

double eta

argpdot

double argpdot

omgcof

double omgcof

sinmao

double sinmao

t

double t

t2cof

double t2cof

t3cof

double t3cof

t4cof

double t4cof

t5cof

double t5cof

x1mth2

double x1mth2

x7thm1

double x7thm1

mdot

double mdot

nodedot

double nodedot

xlcof

double xlcof

xmcof

double xmcof

nodecf

double nodecf

irez

int irez

d2201

double d2201

d2211

double d2211

d3210

double d3210

d3222

double d3222

d4410

double d4410

d4422

double d4422

d5220

double d5220

d5232

double d5232

d5421

double d5421

d5433

double d5433

dedt

double dedt

del1

double del1

del2

double del2

del3

double del3

didt

double didt

dmdt

double dmdt

dnodt

double dnodt

domdt

double domdt

e3

double e3

ee2

double ee2

peo

double peo

pgho

double pgho

pho

double pho

pinco

double pinco

plo

double plo

se2

double se2

se3

double se3

sgh2

double sgh2

sgh3

double sgh3

sgh4

double sgh4

sh2

double sh2

sh3

double sh3

si2

double si2

si3

double si3

sl2

double sl2

sl3

double sl3

sl4

double sl4

gsto

double gsto

xfact

double xfact

xgh2

double xgh2

xgh3

double xgh3

xgh4

double xgh4

xh2

double xh2

xh3

double xh3

xi2

double xi2

xi3

double xi3

xl2

double xl2

xl3

double xl3

xl4

double xl4

xlamo

double xlamo

zmol

double zmol

zmos

double zmos

atime

double atime

xli

double xli

xni

double xni

a

double a

altp

double altp

alta

double alta

epochdays

double epochdays

jdsatepoch

double jdsatepoch

nddot

double nddot

ndot

double ndot

bstar

double bstar

rcse

double rcse

inclo

double inclo

nodeo

double nodeo

ecco

double ecco

argpo

double argpo

mo

double mo

no

double no

name

String name

line1

String line1

line2

String line2

tleDataOk

boolean tleDataOk

classification

String classification

intldesg

String intldesg

nexp

int nexp

ibexp

int ibexp

numb

int numb

elnum

long elnum

revnum

long revnum

Class edu.wisc.ssec.mcidasv.data.adde.sgp4.Time extends Object implements Serializable

Serialized Fields

currentTime

GregorianCalendar currentTime

mjd

double mjd

mjde

double mjde

dateFormat

DateFormat dateFormat

tzStringFormat

TimeZone tzStringFormat

Class edu.wisc.ssec.mcidasv.data.adde.sgp4.TLE extends Object implements Serializable

Serialized Fields

line0

String line0

line1

String line1

line2

String line2

Package edu.wisc.ssec.mcidasv.data.dateChooser

Class edu.wisc.ssec.mcidasv.data.dateChooser.JCalendar extends JPanel implements Serializable

serialVersionUID: 8913369762644440133L

Serialized Fields

calendar

Calendar calendar

dayChooser

JDayChooser dayChooser
the day chooser


initialized

boolean initialized

weekOfYearVisible

boolean weekOfYearVisible
indicates if weeks of year shall be visible


locale

Locale locale
the locale


monthChooser

JMonthChooser monthChooser
the month chooser


monthYearPanel

JPanel monthYearPanel

yearChooser

JYearChooser yearChooser
the year chhoser


minSelectableDate

Date minSelectableDate

maxSelectableDate

Date maxSelectableDate

Class edu.wisc.ssec.mcidasv.data.dateChooser.JDateChooser extends JPanel implements Serializable

serialVersionUID: -4306412745720670722L

Serialized Fields

dateEditor

IDateEditor dateEditor

calendarButton

JButton calendarButton

jcalendar

JCalendar jcalendar

popup

JPopupMenu popup

isInitialized

boolean isInitialized

dateSelected

boolean dateSelected

lastSelectedDate

Date lastSelectedDate

changeListener

ChangeListener changeListener

Class edu.wisc.ssec.mcidasv.data.dateChooser.JDayChooser extends JPanel implements Serializable

serialVersionUID: 5876398337018781820L

Serialized Fields

days

JButton[] days

weeks

JButton[] weeks

selectedDay

JButton selectedDay

weekPanel

JPanel weekPanel

dayPanel

JPanel dayPanel

day

int day

oldDayBackgroundColor

Color oldDayBackgroundColor

selectedColor

Color selectedColor

sundayForeground

Color sundayForeground

weekdayForeground

Color weekdayForeground

decorationBackgroundColor

Color decorationBackgroundColor

dayNames

String[] dayNames

calendar

Calendar calendar

today

Calendar today

locale

Locale locale

initialized

boolean initialized

weekOfYearVisible

boolean weekOfYearVisible

decorationBackgroundVisible

boolean decorationBackgroundVisible

decorationBordersVisible

boolean decorationBordersVisible

dayBordersVisible

boolean dayBordersVisible

alwaysFireDayProperty

boolean alwaysFireDayProperty

minSelectableDate

Date minSelectableDate

maxSelectableDate

Date maxSelectableDate

defaultMinSelectableDate

Date defaultMinSelectableDate

defaultMaxSelectableDate

Date defaultMaxSelectableDate

maxDayCharacters

int maxDayCharacters

Class edu.wisc.ssec.mcidasv.data.dateChooser.JMonthChooser extends JPanel implements Serializable

serialVersionUID: -2028361332231218527L

Serialized Fields

hasSpinner

boolean hasSpinner
true, if the month chooser has a spinner component


locale

Locale locale

month

int month

oldSpinnerValue

int oldSpinnerValue

dayChooser

JDayChooser dayChooser

yearChooser

JYearChooser yearChooser

comboBox

JComboBox comboBox

spinner

JSpinner spinner

initialized

boolean initialized

localInitialize

boolean localInitialize

Class edu.wisc.ssec.mcidasv.data.dateChooser.JSpinField extends JPanel implements Serializable

serialVersionUID: 1694904792717740650L

Serialized Fields

spinner

JSpinner spinner

textField

JTextField textField
the text (number) field


min

int min

max

int max

value

int value

darkGreen

Color darkGreen

Class edu.wisc.ssec.mcidasv.data.dateChooser.JTextFieldDateEditor extends JFormattedTextField implements Serializable

serialVersionUID: -8901842591101625304L

Serialized Fields

date

Date date

dateFormatter

SimpleDateFormat dateFormatter

maskFormatter

MaskFormatter maskFormatter

datePattern

String datePattern

maskPattern

String maskPattern

placeholder

char placeholder

darkGreen

Color darkGreen

dateUtil

DateUtil dateUtil

isMaskVisible

boolean isMaskVisible

ignoreDatePatternChange

boolean ignoreDatePatternChange

hours

int hours

minutes

int minutes

seconds

int seconds

millis

int millis

calendar

Calendar calendar

Class edu.wisc.ssec.mcidasv.data.dateChooser.JYearChooser extends com.toedter.components.JSpinField implements Serializable

serialVersionUID: 2648810220491090064L

Serialized Fields

dayChooser

JDayChooser dayChooser

oldYear

int oldYear

startYear

int startYear

endYear

int endYear

Package edu.wisc.ssec.mcidasv.data.hydra

Class edu.wisc.ssec.mcidasv.data.hydra.LongitudeLatitudeCoordinateSystem extends CoordinateSystem implements Serializable

Serialized Fields

domainSet

Linear2DSet domainSet

subSet

Linear2DSet subSet

gset

Gridded2DSet gset

neg180pos180

boolean neg180pos180

Package edu.wisc.ssec.mcidasv.jython

Class edu.wisc.ssec.mcidasv.jython.ConsoleAction extends TextAction implements Serializable

Serialized Fields

console

Console console

Package edu.wisc.ssec.mcidasv.monitors

Class edu.wisc.ssec.mcidasv.monitors.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 extends MonitorEvent implements Serializable

Serialized Fields

color

Color color

readout

String readout

toStr

String toStr

Class edu.wisc.ssec.mcidasv.monitors.memory.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 extends MonitorEvent implements Serializable

Serialized Fields

output

String output

toStr

String toStr

Class edu.wisc.ssec.mcidasv.monitors.time.TimePanel extends JPanel implements Serializable

Serialized Fields

timeLabel

JLabel timeLabel

Package edu.wisc.ssec.mcidasv.probes

Class edu.wisc.ssec.mcidasv.probes.ProbeEvent extends EventObject implements Serializable

Serialized Fields

oldValue

Object oldValue
Previous value of the probe.


newValue

Object newValue
Current value of the probe.


Package edu.wisc.ssec.mcidasv.servermanager

Class edu.wisc.ssec.mcidasv.servermanager.ImportUrl extends JDialog implements Serializable

Serialized Fields

serverManagerGui

TabbedAddeManager serverManagerGui

serverManager

EntryStore serverManager

userLabel

JLabel userLabel

projLabel

JLabel projLabel

acctBox

JCheckBox acctBox

mctableField

JTextField mctableField

userField

JTextField userField

projField

JTextField projField

okButton

JButton okButton

cancelButton

JButton cancelButton

contentPanel

JPanel contentPanel

Class edu.wisc.ssec.mcidasv.servermanager.LocalEntryEditor extends JDialog implements Serializable

Serialized Fields

managerController

TabbedAddeManager managerController
The server manager GUI. Be aware that this can be null.


entryStore

EntryStore entryStore
Reference back to the server manager.


currentEntry

LocalAddeEntry currentEntry

selectedPath

String selectedPath
Either the path to an ADDE directory as selected by the user or an empty String.


editorAction

AddeEntry.EditorAction editorAction
The last dialog action performed by the user.


datasetText

String datasetText

datasetField

JTextField datasetField

directoryField

JTextField directoryField

formatComboBox

JComboBox formatComboBox

typeField

JTextField typeField

Class edu.wisc.ssec.mcidasv.servermanager.LocalEntryShortcut extends JDialog implements Serializable

Serialized Fields

managerController

TabbedAddeManager managerController
The server manager GUI. Be aware that this can be null.


entryStore

EntryStore entryStore
Reference back to the server manager.


currentEntry

LocalAddeEntry currentEntry

selectedPath

String selectedPath
Either the path to an ADDE directory as selected by the user or an empty String.


editorAction

AddeEntry.EditorAction editorAction
The last dialog action performed by the user.


datasetText

String datasetText

datasetField

JTextField datasetField

directoryField

JTextField directoryField

formatComboBox

JComboBox formatComboBox

typeField

JTextField typeField

Class edu.wisc.ssec.mcidasv.servermanager.RemoteEntryEditor extends JDialog implements Serializable

Serialized Fields

badFields

Set<E> badFields
Contains any JTextFields that may be in an invalid (to McIDAS-V) state.


entryStore

EntryStore entryStore
Reference back to the server manager.


currentEntries

Set<E> currentEntries
Current contents of the editor.


editorAction

AddeEntry.EditorAction editorAction
The last dialog action performed by the user.


serverText

String serverText
Initial contents of RemoteEntryEditor.serverField. Be aware that null is allowed.


datasetText

String datasetText
Initial contents of RemoteEntryEditor.datasetField. Be aware that null is allowed.


inErrorState

boolean inErrorState
Whether or not the editor is prompting the user to adjust input.


acctBox

JCheckBox acctBox

addServer

JButton addServer

cancelButton

JButton cancelButton

capBox

JCheckBox capBox

datasetField

McVTextField datasetField

datasetLabel

JLabel datasetLabel

entryPanel

JPanel entryPanel

gridBox

JCheckBox gridBox

imageBox

JCheckBox imageBox

navBox

JCheckBox navBox

pointBox

JCheckBox pointBox

projField

JTextField projField

projLabel

JLabel projLabel

radarBox

JCheckBox radarBox

serverField

JTextField serverField

serverLabel

JLabel serverLabel

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.RemoteEntryShortcut extends JDialog implements Serializable

Serialized Fields

badFields

Set<E> badFields
Contains any JTextFields that may be in an invalid (to McIDAS-V) state.


entryStore

EntryStore entryStore
Reference back to the server manager.


currentEntries

Set<E> currentEntries
Current contents of the editor.


editorAction

AddeEntry.EditorAction editorAction
The last dialog action performed by the user.


serverText

String serverText
Initial contents of RemoteEntryShortcut.serverField. Be aware that null is allowed.


datasetText

String datasetText
Initial contents of RemoteEntryShortcut.datasetField. Be aware that null is allowed.


inErrorState

boolean inErrorState
Whether or not the editor is prompting the user to adjust input.


acctBox

JCheckBox acctBox

addServer

JButton addServer

cancelButton

JButton cancelButton

capBox

JCheckBox capBox

datasetField

McVTextField datasetField

datasetLabel

JLabel datasetLabel

entryPanel

JPanel entryPanel

gridBox

JCheckBox gridBox

imageBox

JCheckBox imageBox

navBox

JCheckBox navBox

pointBox

JCheckBox pointBox

projField

JTextField projField

projLabel

JLabel projLabel

radarBox

JCheckBox radarBox

serverField

JTextField serverField

serverLabel

JLabel serverLabel

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 extends JFrame implements Serializable

Serialized Fields

serverManager

EntryStore serverManager
Reference to the actual server manager.


selectedRemoteEntries

List<E> selectedRemoteEntries

selectedLocalEntries

List<E> selectedLocalEntries

importUser

JTextField importUser

importProject

JTextField importProject

guiInitialized

boolean guiInitialized
Whether or not TabbedAddeManager.initComponents() has been called.


contentPane

JPanel contentPane

remoteTable

JTable remoteTable

localTable

JTable localTable

tabbedPane

JTabbedPane tabbedPane

statusLabel

JLabel statusLabel

newRemoteButton

JButton newRemoteButton

editRemoteButton

JButton editRemoteButton

removeRemoteButton

JButton removeRemoteButton

importRemoteButton

JButton importRemoteButton

newLocalButton

JButton newLocalButton

editLocalButton

JButton editLocalButton

removeLocalButton

JButton removeLocalButton

okButton

JButton okButton

editMenuItem

JMenuItem editMenuItem

removeMenuItem

JMenuItem removeMenuItem

importAccountBox

JCheckBox importAccountBox

system

Icon system
Icon for datasets that are part of a default McIDAS-V install.


mctable

Icon mctable
Icon for datasets that originate from a MCTABLE.TXT.


user

Icon user
Icon for datasets that the user has provided.


invalid

Icon invalid
Icon for invalid datasets.


unverified

Icon unverified
Icon for datasets that have not been verified.

Class edu.wisc.ssec.mcidasv.servermanager.TabbedAddeManager.EntrySourceRenderer extends DefaultTableCellRenderer implements Serializable

Class edu.wisc.ssec.mcidasv.servermanager.TabbedAddeManager.EntryValidityRenderer extends DefaultTableCellRenderer implements Serializable

Class edu.wisc.ssec.mcidasv.servermanager.TabbedAddeManager.TextRenderer extends DefaultTableCellRenderer implements Serializable

Serialized Fields

bold

Font bold

boldItalic

Font boldItalic

Package edu.wisc.ssec.mcidasv.startupmanager

Class edu.wisc.ssec.mcidasv.startupmanager.StartupManager.IconCellRenderer extends DefaultListCellRenderer implements Serializable

Class edu.wisc.ssec.mcidasv.startupmanager.StartupManager.TreeCellRenderer extends DefaultTreeCellRenderer implements Serializable


Package edu.wisc.ssec.mcidasv.supportform

Class edu.wisc.ssec.mcidasv.supportform.SupportForm extends JFrame implements Serializable

Serialized Fields

store

IdvObjectStore store

collector

StateCollector collector

listener

SupportForm.CancelListener listener

contentPane

JPanel contentPane

userField

JTextField userField

emailField

JTextField emailField

confirmField

JTextField confirmField

organizationField

JTextField organizationField

subjectField

JTextField subjectField

attachmentOneField

JTextField attachmentOneField

attachmentTwoField

JTextField attachmentTwoField

descriptionArea

JTextArea descriptionArea

bundleCheckBox

JCheckBox bundleCheckBox

ccCheckBox

JCheckBox ccCheckBox

sendButton

JButton sendButton

cancelButton

JButton cancelButton

helpButton

JButton helpButton

Package edu.wisc.ssec.mcidasv.ui

Class edu.wisc.ssec.mcidasv.ui.AboutFrame extends JFrame implements Serializable

Serialized Fields

mcv

McIDASV mcv

mcvPanel

JPanel mcvPanel

mcvTab

JPanel mcvTab

sysScrollPane

JScrollPane sysScrollPane

sysTab

JPanel sysTab

sysTextArea

JTextArea sysTextArea

tabbedPanel

JTabbedPane tabbedPanel

Class edu.wisc.ssec.mcidasv.ui.BetterJTable extends JTable implements Serializable

Class edu.wisc.ssec.mcidasv.ui.BetterJTable.StripedViewport extends JViewport implements Serializable

Serialized Fields

fTable

JTable fTable

Class edu.wisc.ssec.mcidasv.ui.ComponentPopup extends JWindow implements Serializable

serialVersionUID: 7394231585407030118L

Serialized Fields

ourHideAdapter

MouseAdapter ourHideAdapter
Determines if the mouse is on me.


parentsHideAdapter

MouseAdapter parentsHideAdapter
Determines if the mouse is on my dad.


parentsCompAdapter

ComponentAdapter parentsCompAdapter
What to do if the parent compoentn state changes.


parent

Component parent

Class edu.wisc.ssec.mcidasv.ui.DraggableTabbedPane extends JTabbedPane implements Serializable

serialVersionUID: -5710302260509445686L

Serialized Fields

INDICATOR

Image INDICATOR
The actual image that we'll use to display the index indications.


sourceIndex

int sourceIndex
The tab index where the drag started.


overIndex

int overIndex
The tab index that the user is currently over.


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.


window

IdvWindow window
The IDV window that contains this tabbed pane.


idv

IntegratedDataViewer idv
Keep around this reference so that we can access the UI Manager.


currentTabColor

String currentTabColor

Class edu.wisc.ssec.mcidasv.ui.HeavyTabbedPane extends JTabbedPane implements Serializable

serialVersionUID: -3903797547171213551L

Serialized Fields

heavyWeightDelay

long heavyWeightDelay
Delay in milliseconds for ChangeEvents. This prevents some re-draw issues that popup with the heavy weight components.


comps

List<E> comps
Components, in tab index order, that will be displayed when a tab is selected.


blanks

List<E> 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.

Class edu.wisc.ssec.mcidasv.ui.JPanelImage extends JPanel implements Serializable

Serialized Fields

theImage

Image theImage

aa

boolean aa

Class edu.wisc.ssec.mcidasv.ui.LayerAnimationWindow extends JFrame implements Serializable

Serialized Fields

contentPane

JPanel contentPane

fieldCurrentDwell

JTextField fieldCurrentDwell

tglbtnEnableAnimation

JToggleButton tglbtnEnableAnimation

btnSlower

JButton btnSlower

btnFaster

JButton btnFaster

lblDwell

JLabel lblDwell

statusLabel

JLabel statusLabel

Class edu.wisc.ssec.mcidasv.ui.McIdasFrameDisplay extends JPanel implements Serializable

Serialized Fields

startStopBtn

AbstractButton startStopBtn
The start/stop button


displayRateFld

JTextField displayRateFld
display rate field


frameNumber

Integer frameNumber

frameIndex

Integer frameIndex

frameNumbers

List<E> frameNumbers

images

Hashtable<K,V> images

theImage

Image theImage

pi

JPanelImage pi

indicator

JComboBox indicator

d

Dimension d

loopThread

Thread loopThread

isLooping

boolean isLooping

loopDwell

int loopDwell

antiAlias

boolean antiAlias

Class edu.wisc.ssec.mcidasv.ui.McvHelpTipDialog extends JDialog implements Serializable

Serialized Fields

helpTips

List<E> helpTips
list of tips


resources

XmlResourceCollection resources
resources


idx

int idx
index


counterText

JLabel counterText
count


titleText

JLabel titleText
label


messageText

JEditorPane messageText
message


showCbx

JCheckBox showCbx
checkbox


store

XmlObjectStore store
store


actionListener

ActionListener actionListener
action listener

Class edu.wisc.ssec.mcidasv.ui.McvSplash extends JWindow implements Serializable

Serialized Fields

idv

IntegratedDataViewer idv

splashLbl

JLabel splashLbl
The JLabel to show messages


splashTitle

String splashTitle
The text to use in the splash screen


splashIcon

ImageIcon splashIcon
The icon to use in the splash screen


splashRolloverIcon

ImageIcon splashRolloverIcon
The icon to use when the mouse rolls over the splash icon


splashProgressBar

RovingProgress splashProgressBar
Keep the splash progress bar around to tell it to stop.

Class edu.wisc.ssec.mcidasv.ui.ParameterTree extends DndTree implements Serializable

Serialized Fields

frame

JFrame frame
The window


parameterType

String parameterType
What is the type of the parameter set we are showing


treeRoot

DefaultMutableTreeNode treeRoot
The root of the tree


treeModel

DefaultTreeModel treeModel
The tree model


nodeToData

Hashtable<K,V> nodeToData
A mapping from tree node to, either, category or ParameterSet


uiManager

UIManager uiManager
The ui manager


persistenceManager

PersistenceManager persistenceManager
The persistence manager


categoryIcon

ImageIcon categoryIcon
Icon to use for categories


parameterIcon

ImageIcon parameterIcon
Icon to use for parameters

Class edu.wisc.ssec.mcidasv.ui.PartialLineBorder extends LineBorder implements Serializable

Serialized Fields

_sides

int _sides

_roundedCornerSize

int _roundedCornerSize

Package edu.wisc.ssec.mcidasv.util

Class edu.wisc.ssec.mcidasv.util.McVGuiUtils.IconPanel extends JPanel implements Serializable

Serialized Fields

img

Image img

Class edu.wisc.ssec.mcidasv.util.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 extends JLabel implements Serializable

Serialized Fields

component

JTextComponent component

document

Document document

focus

McVTextField.Prompt.FocusBehavior focus

showPromptOnce

boolean showPromptOnce

focusLost

int focusLost

Class edu.wisc.ssec.mcidasv.util.MemoryMonitor extends JPanel implements Serializable

Serialized Fields

running

boolean running
flag for running


sleepInterval

long sleepInterval
sleep interval


thread

Thread thread
a thread


percentThreshold

int percentThreshold
percent threshold


timesAboveThreshold

int timesAboveThreshold
number of times above the threshold


percentCancel

int percentCancel
percent cancel


triedToCancel

boolean triedToCancel
have we tried to cancel the load yet


label

JLabel label
the label


stateManager

StateManager stateManager

memoryString

String memoryString

mbString

String mbString

showClock

boolean showClock

Class edu.wisc.ssec.mcidasv.util.TreePanel extends JPanel implements Serializable

Serialized Fields

root

DefaultMutableTreeNode root
The root.


treeModel

DefaultTreeModel treeModel
The model.


tree

JTree tree
The tree.


treeView

JScrollPane treeView
The scroller.


panel

GuiUtils.CardLayoutPanel panel
The panel.


emptyPanel

JPanel emptyPanel
_more_


catComponents

Map<K,V> catComponents
_more_


catToNode

Map<K,V> catToNode
Maps categories to tree node.


compToNode

Map<K,V> compToNode
Maps components to tree node.


okToUpdateTree

boolean okToUpdateTree
Okay to respond to selection changes.


okToSave

boolean okToSave
Whether or not it is okay to save.

Class edu.wisc.ssec.mcidasv.util.WelcomeWindow extends JFrame implements Serializable

Serialized Fields

contents

URL contents
Java-friendly location of the path to the welcome message.


buttonPanel

JPanel buttonPanel

logoLabel

JLabel logoLabel

logoPanel

JPanel logoPanel

mainPanel

JPanel mainPanel

quitButton

JButton quitButton

scrollPane

JScrollPane scrollPane

startButton

JButton startButton

textPane

JTextPane textPane

Package edu.wisc.ssec.mcidasv.util.trie

Class edu.wisc.ssec.mcidasv.util.trie.AddeEntryKeyAnalyzer extends Object implements Serializable

Class edu.wisc.ssec.mcidasv.util.trie.CharSequenceKeyAnalyzer extends Object implements Serializable

serialVersionUID: -7032449491269434877L

Class edu.wisc.ssec.mcidasv.util.trie.PatriciaTrie extends AbstractMap<K,V> implements Serializable

serialVersionUID: 110232526181493307L

Serialized Fields

root

PatriciaTrie.TrieEntry<K,V> root
The root element of the Trie.


size

int size
The current size (total number of elements) of the Trie.


keyAnalyzer

PatriciaTrie.KeyAnalyzer<K> keyAnalyzer
The keyAnalyzer used to analyze bit values of keys.

Class edu.wisc.ssec.mcidasv.util.trie.StringListKeyAnalyzer extends Object implements Serializable