Serialized Form


Package ucar.unidata.beans

Class ucar.unidata.beans.InvisiblePropertiedBean extends Object implements Serializable

Serialized Fields

titleProperty

Property titleProperty
Title property.

 

propertySet

PropertySet propertySet
The set of JavaBean properties.

Class ucar.unidata.beans.PropertySet extends Object implements Serializable

Serialized Fields

propertyNameMap

Map<K,V> propertyNameMap
A name -> property map. This isn't synchronized because it should be completely established during construction of the containing object.

 

Package ucar.unidata.data

Class ucar.unidata.data.BadDataException extends WrapperException implements Serializable

Class ucar.unidata.data.DataCancelException extends RuntimeException implements Serializable

Class ucar.unidata.data.GeoSelectionPanel extends JPanel implements Serializable

Serialized Fields

extraComponent

JComponent extraComponent
This is the extra component at the top of the panel. It can be null. It is used for, e.g., to show the grid size


strideComponent

JComponent strideComponent
Shows the stride widgets


areaComponent

JComponent areaComponent
Shows the area widgets


geoSelection

GeoSelection geoSelection
The geo selection


xStrideBox

JComboBox xStrideBox
for properties


yStrideBox

JComboBox yStrideBox
for properties


zStrideBox

JComboBox zStrideBox
for properties


mapPanel

NavigatedMapPanel mapPanel
for properties


ulLatLon

LatLonWidget ulLatLon
for properties


lrLatLon

LatLonWidget lrLatLon
for properties


indexCbx

JCheckBox indexCbx
for gui


latLonPanel

JComponent latLonPanel
for properties


ignoreBoxChanges

boolean ignoreBoxChanges
for properties


enabled

boolean enabled
Are we enabled


lockBtn

JToggleButton lockBtn
for properties


enabledCbx

JCheckBox enabledCbx
for properties

Class ucar.unidata.data.GeoSelectionPanel.MyNavigatedMapPanel extends NavigatedMapPanel implements Serializable

Serialized Fields

geoPanel

GeoSelectionPanel geoPanel
The panel_


points

List<E> points
Points to draw


Package ucar.unidata.data.grid

Class ucar.unidata.data.grid.GeoGridDataSource.HugeSizeException extends Exception implements Serializable


Package ucar.unidata.data.point

Class ucar.unidata.data.point.PointObField extends FieldImpl implements Serializable

Serialized Fields

location

EarthLocation location
ob location


dateTime

DateTime dateTime
ob time


data

Data data
ob data

Class ucar.unidata.data.point.PointObTuple extends Tuple implements Serializable

Serialized Fields

location

EarthLocation location
location of ob


dateTime

DateTime dateTime
time of ob


data

Data data
ob data


components

Data[] components
The components

Class ucar.unidata.data.point.StationObTuple extends Tuple implements Serializable

Serialized Fields

station

NamedLocation station
station data


dateTime

DateTime dateTime
ob time


data

Data data
ob data


Package ucar.unidata.data.sounding

Class ucar.unidata.data.sounding.AddeSoundingAdapter extends SoundingAdapterImpl implements Serializable

Serialized Fields

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

Class ucar.unidata.data.sounding.CMASoundingAdapter extends SoundingAdapterImpl implements Serializable

Serialized Fields

filename

String filename
The filename


soundingLevels

List<E> soundingLevels
The list of levels


heightUnit

Unit heightUnit
Height unit


formats

List<E> formats

Class ucar.unidata.data.sounding.NetcdfSoundingAdapter extends SoundingAdapterImpl implements Serializable

Serialized Fields

filename

String filename
netCDF sounding filename


nc

ucar.netcdf.NetcdfFile nc
netCDF file


numStations

int numStations
number of stations in file


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 dewpt variable


spdMandPVar

String spdMandPVar
name of mandP wind speed variable


dirMandPVar

String dirMandPVar
name of mandP wind dir variable


htMandWVar

String htMandWVar
name of mandW height variable


spdMandWVar

String spdMandWVar
name of mandW wind speed variable


dirMandWVar

String dirMandWVar
name of mandW wind dir variable


prSigTVar

String prSigTVar
name of sig T pressure variable


tpSigTVar

String tpSigTVar
name of sig T temp variable


tdSigTVar

String tdSigTVar
name of sig T dewpt variable


htSigWVar

String htSigWVar
name of sig wind height variable


spdSigWVar

String spdSigWVar
name of sig wind wind speed variable


dirSigWVar

String dirSigWVar
name of sig wind wind dir variable


prMaxWVar

String prMaxWVar
name of max wind pressure variable


spdMaxWVar

String spdMaxWVar
name of max wind wind speed variable


dirMaxWVar

String dirMaxWVar
name of max wind wind dir variable


prTropVar

String prTropVar
name of tropopause pressure variable


tpTropVar

String tpTropVar
name of tropopause temp variable


tdTropVar

String tdTropVar
name of tropopause dewpt variable


spdTropVar

String spdTropVar
name of tropopause wind speed variable


dirTropVar

String dirTropVar
name of tropopause wind dir variable


stid

ucar.netcdf.Variable stid
station id


lat

ucar.netcdf.Variable lat
station latitude


lon

ucar.netcdf.Variable lon
station longitude


elev

ucar.netcdf.Variable elev
station elevation


time

ucar.netcdf.Variable time
sounding time


numMandP

ucar.netcdf.Variable numMandP
number mandatory pressure levels


numMandW

ucar.netcdf.Variable numMandW
number mandatory wind levels


numSigT

ucar.netcdf.Variable numSigT
number significant temp levels


numSigW

ucar.netcdf.Variable numSigW
number of significant wind levels


numMaxW

ucar.netcdf.Variable numMaxW
number of max wind levels


numTrop

ucar.netcdf.Variable numTrop
number of tropopause levels


hasMandP

boolean hasMandP
file has mandatory pressure data


hasMandW

boolean hasMandW
file has mandatory wind data


hasSigT

boolean hasSigT
file has significant temp data


hasSigW

boolean hasSigW
file has significant wind data


hasMaxW

boolean hasMaxW
file has max wind data


hasTrop

boolean hasTrop
file has tropopause data


oneTrop

boolean oneTrop
file has tropopause data in old format (only one)


dewpointIsDepression

boolean dewpointIsDepression
file stores dewpoint as value


missingValue

float missingValue
default missing value


timeUnit

Unit timeUnit
time Unit


timeFill

double timeFill
time fill


s

SoundingStation s
SoundingStation

Class ucar.unidata.data.sounding.RAOB extends InvisiblePropertiedBean implements Serializable

Serialized Fields

gravityProperty

ucar.unidata.data.sounding.RAOB.GravityProperty gravityProperty
The gravity property.

 

temperatureProfileProperty

ucar.unidata.data.sounding.RAOB.OutputProfileProperty temperatureProfileProperty
The temperature output-profile property.

 

dewPointProfileProperty

ucar.unidata.data.sounding.RAOB.OutputProfileProperty dewPointProfileProperty
The dew-point output-profile property.

 

windProfileProperty

ucar.unidata.data.sounding.RAOB.OutputProfileProperty windProfileProperty
The wind output-profile property.

 

mandatoryPressureProperty

ucar.unidata.data.sounding.RAOB.MandatoryPressureProperty mandatoryPressureProperty
The mandatory pressure input-profile property.

 

significantTemperatureProperty

ucar.unidata.data.sounding.RAOB.SignificantTemperatureProperty significantTemperatureProperty
The significant temperature input-profile property.

 

tropopauseProperty

ucar.unidata.data.sounding.RAOB.TropopauseProperty tropopauseProperty
The tropopause input-profile property.

 

maximumWindProperty

ucar.unidata.data.sounding.RAOB.MaximumWindProperty maximumWindProperty
The maximum wind input-profile property.

 

mandatoryWindProperty

ucar.unidata.data.sounding.RAOB.MandatoryWindProperty mandatoryWindProperty
The mandatory wind input-profile property.

 

significantWindProperty

ucar.unidata.data.sounding.RAOB.SignificantWindProperty significantWindProperty
The significant wind input-profile property.

 

pressureCoordinateSystem

ucar.unidata.data.sounding.RAOB.PressureCoordinateSystem pressureCoordinateSystem
The Pressure <-> Altitude coordinate system transformation property.

 

geopotentialAltitudeCoordinateSystem

ucar.unidata.data.sounding.RAOB.GeopotentialAltitudeCoordinateSystem geopotentialAltitudeCoordinateSystem
The GeopotentialAltitude <-> Altitude coordinate system transformation property.

 

mandatoryPressureCSHelper

ucar.unidata.data.sounding.RAOB.MandatoryPressureCSHelper mandatoryPressureCSHelper
The PressureCSHelper for the MandatoryPressureProfile.

 

temperatureProfileContributors

ucar.unidata.data.sounding.RAOB.OutputProfileContributors temperatureProfileContributors
Contributors to the output, temperature profile.


dewPointProfileContributors

ucar.unidata.data.sounding.RAOB.OutputProfileContributors dewPointProfileContributors
Contributors to the output, dew-point profile.


windProfileContributors

ucar.unidata.data.sounding.RAOB.OutputProfileContributors windProfileContributors
Contributors to the output, wind profile.


possibleLinks

LinkSet possibleLinks
All possible links between input profiles and output profiles.


activeLinks

LinkSet activeLinks
Currently active links between input profiles and output profiles.

Class ucar.unidata.data.sounding.RAOB.MandatoryPressureProfile extends ucar.unidata.data.sounding.RAOB.PressureProfile implements Serializable

Class ucar.unidata.data.sounding.RAOB.MandatoryWindProfile extends ucar.unidata.data.sounding.RAOB.GeopotentialWindProfile implements Serializable

Class ucar.unidata.data.sounding.RAOB.MaximumWindProfile extends ucar.unidata.data.sounding.RAOB.PressureProfile implements Serializable

Class ucar.unidata.data.sounding.RAOB.SignificantTemperatureProfile extends ucar.unidata.data.sounding.RAOB.PressureProfile implements Serializable

Class ucar.unidata.data.sounding.RAOB.SignificantWindProfile extends ucar.unidata.data.sounding.RAOB.GeopotentialWindProfile implements Serializable

Class ucar.unidata.data.sounding.RAOB.TropopauseProfile extends ucar.unidata.data.sounding.RAOB.PressureProfile implements Serializable

Class ucar.unidata.data.sounding.SoundingAdapterImpl extends InvisiblePropertiedBean implements Serializable

Serialized Fields

haveInitialized

boolean haveInitialized
Initialization flag


debug

boolean debug
Debug flag


defaults

Defaults defaults
Defaults for parameters


stations

List<E> stations
List of stations


soundings

List<E> soundings
List of soundings


times

List<E> times
List of times

Class ucar.unidata.data.sounding.SoundingStation extends NamedStationImpl implements Serializable


Package ucar.unidata.idv.chooser

Class ucar.unidata.idv.chooser.BundleChooser extends IdvChooser implements Serializable

Serialized Fields

tree

JTree tree
The JTree

Class ucar.unidata.idv.chooser.DqcRadarChooser extends TimesChooser implements Serializable

Serialized Fields

outerContents

JComponent outerContents
Holds the main gui contents. We keep this around so we can replace it with an error message when the connection to the service fails.


collection

DqcRadarDatasetCollection collection
The collection


selectedStation

NamedStation selectedStation
The currently selected station


collectionUrl

String collectionUrl
The fixed (for now) url we connect to

Class ucar.unidata.idv.chooser.FileChooser extends IdvChooser implements Serializable

Serialized Fields

recentFilesCbx

JComboBox recentFilesCbx
Como box for choosing relative files


allowDirectorySelectionCbx

JCheckBox allowDirectorySelectionCbx
allow directory selection checkbox


patternFld

JTextField patternFld
Holds the file pattern


patternLbl

JLabel patternLbl
File pattern lable


fileChooser

JFileChooser fileChooser
The file chooser


dfltDataSourceId

String dfltDataSourceId
The chooser xml can specify a datasourceid attribute. If set this file chooser uses that (instead of relying on the file name pattern matching).


doPollingCbx

JCheckBox doPollingCbx
Should we do polling

Class ucar.unidata.idv.chooser.FileChooser.MyFileChooser extends FileManager.MyFileChooser implements Serializable

Class ucar.unidata.idv.chooser.FrontChooser extends AddeFrontChooser implements Serializable

Class ucar.unidata.idv.chooser.IdvChooser extends ChooserPanel implements Serializable

Serialized Fields

id

String id
The chooser's id. Preference values are saved using the id


chooserManager

IdvChooserManager chooserManager
Reference to the IdvChooserManager


idv

IntegratedDataViewer idv
Reference to the IntegratedDataViewer


dataManager

DataManager dataManager
Reference to the DataManager


chooserNode

Element chooserNode
The xml node from choosers.xml that defines this chooser


dataSourcesCbx

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


dataSource

DataSource dataSource
_more_


hasContentsBeenPainted

boolean hasContentsBeenPainted
Have we painted ourselves at least once. We keep track of this so the choosers can initialize themselves the first time they are displayed.


ignoreDirHistory

boolean ignoreDirHistory
For the dir history


dirHistoryCbx

JComboBox dirHistoryCbx
For the dir history


autoCreateDisplayCbx

JCheckBox autoCreateDisplayCbx
Autocreate display checkbox


stationMap

StationLocationMap stationMap
station location map


selectedStations

List<E> selectedStations
selected stations


dataSourceListener

ActionListener dataSourceListener
data source listener

Class ucar.unidata.idv.chooser.ImageChooser extends AddeImageChooser implements Serializable

Class ucar.unidata.idv.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 ucar.unidata.idv.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 ucar.unidata.idv.chooser.LightningChooser extends AddeLightningDataChooser implements Serializable

Class ucar.unidata.idv.chooser.McidasImageChooser extends IdvChooser implements Serializable

Serialized Fields

gag

GetAreaGUI gag
widget

Class ucar.unidata.idv.chooser.MesoWestChooser extends IdvChooser implements Serializable

Serialized Fields

clatFld

JTextField clatFld
_more_


clonFld

JTextField clonFld
_more_


radiiCbx

JComboBox radiiCbx
_more_


dateTimePicker

DateTimePicker dateTimePicker
_more_


map

NavigatedMapPanel map
_more_


statusLbl

JLabel statusLbl
_more_


rawsBox

JComboBox rawsBox
_more_


minutesBox

JComboBox minutesBox
_more_


rangeBox

JComboBox rangeBox
_more_


mostRecentBtn

JRadioButton mostRecentBtn
_more_


dateBtn

JRadioButton dateBtn
_more_

Class ucar.unidata.idv.chooser.PointChooser extends AddePointDataChooser implements Serializable

Class ucar.unidata.idv.chooser.PollingFileChooser extends FileChooser implements Serializable

Serialized Fields

dfltDataSourceId

String dfltDataSourceId
The chooser xml can specify a datasourceid attribute. If set this file chooser uses that (instead of relying on the file name pattern matching).


pollingInfo

PollingInfo pollingInfo
polling info

Class ucar.unidata.idv.chooser.ProfilerChooser extends AddeProfilerDataChooser implements Serializable

Class ucar.unidata.idv.chooser.RadarChooser extends AddeRadarChooser implements Serializable

Class ucar.unidata.idv.chooser.RaobChooser extends IdvChooser implements Serializable

Serialized Fields

soundingChooser

SoundingSelector soundingChooser
Does most of the work

Class ucar.unidata.idv.chooser.RaobPointChooser extends AddeRaobPointDataChooser implements Serializable

Class ucar.unidata.idv.chooser.SkeletonChooser extends IdvChooser implements Serializable

Class ucar.unidata.idv.chooser.TDSPointObsChooser extends TimesChooser implements Serializable

Serialized Fields

outerContents

JComponent outerContents
Holds the main gui contents. We keep this around so we can replace it with an error message when the connection to the service fails.


serverUrl

String serverUrl
Those urls we connect to


collectionUrl

String collectionUrl
Those urls we connect to


collectionSelector

JComboBox collectionSelector
Component to hold collections


compsThatNeedServer

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


capabilitiesElement

Element capabilitiesElement
dataset list


ignoreProductChange

boolean ignoreProductChange
Flag to keep from infinite looping


REQ_CAPABILITIES

String REQ_CAPABILITIES
the capabilities request


TAG_LATLONBOX

String TAG_LATLONBOX
the lat/lon box tag


TAG_TIMESPAN

String TAG_TIMESPAN
the timespan tag


collectionDates

DateSelection collectionDates
date selection

Class ucar.unidata.idv.chooser.TDSRadarChooser extends TimesChooser implements Serializable

Serialized Fields

outerContents

JComponent outerContents
Holds the main gui contents. We keep this around so we can replace it with an error message when the connection to the service fails.


collection

IdvRadarDatasetCollection 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


productLabel

JComponent productLabel
descriptor label


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
is this level 3


ignoreProductChange

boolean ignoreProductChange
Flag to keep from infinite looping


readingTimes

boolean readingTimes
Flag to keep from multiple time reading


timeDriverEnabled

boolean timeDriverEnabled
_more_


timesPanel

JComponent timesPanel
_more_

Class ucar.unidata.idv.chooser.TDSRadarChooser1 extends TimesChooser implements Serializable

Serialized Fields

outerContents

JComponent outerContents
Holds the main gui contents. We keep this around so we can replace it with an error message when the connection to the service fails.


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


productLabel

JComponent productLabel
descriptor label


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

Class ucar.unidata.idv.chooser.TimesChooser extends IdvChooser implements Serializable

Serialized Fields

selectedDriver

TwoFacedObject selectedDriver
Selected driver


ignoreTimeChangedEvents

boolean ignoreTimeChangedEvents
flag for ignoring combobox changes


ignoreCnt

int ignoreCnt
count of those ignored


relTimesList

ChooserList relTimesList
relative times list


usingTimeline

boolean usingTimeline
using timeline flag


popupTimeline

IdvTimeline popupTimeline
The timeline we popup


timeline

IdvTimeline timeline
The in gui timeline


timesTab

JTabbedPane timesTab
the times tab


timesCardPanel

GuiUtils.CardLayoutPanel timesCardPanel
times card panel


timesContainer

JComponent timesContainer
times container


absTimesLbl

JLabel absTimesLbl
absolute times label


timesList

ChooserList timesList
times list


absoluteTimes

List<E> absoluteTimes
List of current absolute times


currentSelectedAbsoluteTimes

int[] currentSelectedAbsoluteTimes
current selected absolute times


doAbsoluteTimes

boolean doAbsoluteTimes
Keep track of when are are doing absolute times


timesMode

int timesMode
default times mode


timesComponents

List<E> timesComponents
times components


driverMenuList

List<E> driverMenuList
driver menu list


timeDrivers

List<E> timeDrivers
list of time drivers


doTimeDrivers

boolean doTimeDrivers
do time drivers flag


centerPopup

JComponent centerPopup
center popup


driverPopupMenu

JPopupMenu driverPopupMenu
driver popup menu


driverLbl

JLabel driverLbl
the time driver label


readingDrivers

boolean readingDrivers
true if reading time drivers


drivercbx

JCheckBox drivercbx
the time driver checkbox


timeDriverComp

JComponent timeDriverComp
the time driver component

Class ucar.unidata.idv.chooser.UrlChooser extends IdvChooser implements Serializable

Serialized Fields

prefList

PreferenceList prefList
Manages the pull down list of urls


box

JComboBox box
The list of urls


textArea

JTextArea textArea
The text area for multi-line urls


textScroller

JScrollPane textScroller
text scroller


urlPanel

JComponent urlPanel
Holds the combo box


textPanel

JComponent textPanel
Holds the text area


showBox

boolean showBox
Are we showing the combo box


switchBtn

JButton switchBtn
Swtich


cardLayoutPanel

GuiUtils.CardLayoutPanel cardLayoutPanel
panel


urlLabel

JLabel urlLabel
_more_

Class ucar.unidata.idv.chooser.XmlChooser extends IdvChooser implements Serializable

Serialized Fields

timestamp

int timestamp
Keeps track of the outstanding url request


handlers

List<E> handlers
List of XmlHandlers that we have create We keep this around so we can go back and forth in the list


document

Document document
The document we created the xml from


xmlContents

String xmlContents
The xml


historyIdx

int historyIdx
The current index into the handlers list


backBtn

JButton backBtn
Back history button


fwdBtn

JButton fwdBtn
Forward history button


urlListHandler

PreferenceList urlListHandler
A PreferenceList that manages the url list. Saving new entries as a user property, etc.


urlBox

JComboBox urlBox
Combobox of urls. We get this from the urlListHandler


okToDoUrlListEvents

boolean okToDoUrlListEvents
A flag to know when to ignore urlBox selection events


handlerHolder

JPanel handlerHolder
Holds the current XmlHandler GUI


myContents

JPanel myContents
The main gui contents


initialUrlPath

String initialUrlPath
The first url we have


dataSelector

DataSelector dataSelector
The data selector we use


Package ucar.unidata.idv.chooser.adde

Class ucar.unidata.idv.chooser.adde.AddeChooser extends TimesChooser implements Serializable

Serialized Fields

addeServers

List<E> addeServers
My servers


ignoreStateChangedEvents

boolean ignoreStateChangedEvents
flag for ignoring combobox changes


WIDGET_MUTEX

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


passwords

Hashtable<K,V> passwords
hashtable of passwords


state

int state
What is my state


serverSelector

JComboBox serverSelector
UI for selecting a server


myServerTimeStamp

int myServerTimeStamp
This represents this chooser's current version of the adde servers


groupSelector

JComboBox groupSelector
Widget for selecting the data group


compsThatNeedServer

List<E> compsThatNeedServer
List of Component-s that rely on being connected to a server. We have this here so we can enable/disable them

Class ucar.unidata.idv.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 ucar.unidata.idv.chooser.adde.AddeImageChooser extends AddeChooser implements Serializable

Serialized Fields

monoFont

Font monoFont
monospaced font


descriptorLabel

JComponent descriptorLabel
descriptor label


amSettingProperties

boolean amSettingProperties
flag for setting properties


readTimesTask

Object readTimesTask
Are we currently reading times


archiveDay

String archiveDay
archive date


descList

PreferenceList descList
List of descriptors


propPanel

JPanel propPanel
Holds the properties


archiveDayComponent

JComponent archiveDayComponent
archive day button


archiveDayLabel

JLabel archiveDayLabel
archive day button


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


centerPoint

String centerPoint
the center load point


archiveDayFormatter

SimpleDateFormat archiveDayFormatter
archive date formatter


compsThatNeedDescriptor

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


descriptorComboBox

JComboBox descriptorComboBox
A widget for the list of dataset descriptors


ignoreDescriptorChange

boolean ignoreDescriptorChange
Flag to keep from infinite looping


descriptorNames

String[] descriptorNames
The descriptor names


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


propertiesLabel

JLabel propertiesLabel
Label for the properties


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
lock button


fullResBtn

JButton fullResBtn
full resolution button


centerLineLbl

JLabel centerLineLbl
Label used for the line center


centerElementLbl

JLabel centerElementLbl
Label used for the element center


centerLatLbl

JLabel centerLatLbl
Label used for the center latitude


centerLonLbl

JLabel centerLonLbl
Label used for the center longitude


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


descriptorTable

Hashtable<K,V> descriptorTable
Descriptor/name hashtable


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


currentTimestep

int currentTimestep
Keep track of which image load we are on.


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 ucar.unidata.idv.chooser.adde.AddeLightningDataChooser extends AddePointDataChooser implements Serializable

Class ucar.unidata.idv.chooser.adde.AddePointDataChooser extends AddeChooser implements Serializable

Serialized Fields

dataTypes

JComboBox dataTypes
UI widget for selecting data types


stationModelBox

JComboBox stationModelBox
UI widget for selecting station models


levelBox

JComboBox levelBox
a selector for a particular level


stationModelManager

StationModelManager stationModelManager
station model manager


relTimeIncBox

JComboBox relTimeIncBox
box for the relative time


relTimeIncComp

JComponent relTimeIncComp
box for the relative time


relativeTimeIncrement

float relativeTimeIncrement
the relative time increment

Class ucar.unidata.idv.chooser.adde.AddeProfilerDataChooser extends AddeChooser implements Serializable

Serialized Fields

dataIntervalBox

JComboBox dataIntervalBox
UI for selecting data interval


stationResources

XmlResourceCollection stationResources
collection of station tables

Class ucar.unidata.idv.chooser.adde.AddeRadarChooser extends AddeImageChooser implements Serializable

Serialized Fields

readingStations

boolean readingStations
Am I currently reading the stations


readStationTask

Object readStationTask
read station object


nexradStations

List<E> nexradStations
station table

Class ucar.unidata.idv.chooser.adde.AddeRaobPointDataChooser extends AddePointDataChooser implements Serializable

Serialized Fields

levels

List<E> levels
List of levels


zeroAndTwelveZOnly

boolean zeroAndTwelveZOnly
flag for selecting 00 and 12Z data only


Package ucar.unidata.idv.control

Class ucar.unidata.idv.control.AppletFrame extends JComponent implements Serializable

Serialized Fields

theApplet

Applet theApplet
the applet for the control


baseDir

File baseDir
base directory for the applet


params

Hashtable<K,V> params
table of applet parameters

Class ucar.unidata.idv.control.DisplayControlImpl.SideLegendLabel extends DndImageButton implements Serializable

Serialized Fields

myControl

DisplayControlImpl myControl
The control


oldCursor

Cursor oldCursor
Old cursor


mouseDown

boolean mouseDown
Is mouse down


mouseIn

boolean mouseIn
Is mouse in


color

Color color
the foreground color

Class ucar.unidata.idv.control.FlatFieldTable extends JTable implements Serializable

Serialized Fields

model

TableModel model
The table model to use


displayedFlatField

FlatField displayedFlatField
The flat field we are displaying


rangeData

double[][] rangeData
The range data from the flat field


domainData

float[][] domainData
The lat/lon domain


numDomainCols

int numDomainCols
How many columns for the domain


numRangeCols

int numRangeCols
How many columns in the rannge


columnNames

String[] columnNames
The table column names

Class ucar.unidata.idv.control.FlatFieldTable.MyFlatField extends AbstractTableModel implements Serializable

Class ucar.unidata.idv.control.LayoutModelWidget extends PlotModelComponent implements Serializable

Class ucar.unidata.idv.control.ProbeControl.LevelEditor extends DefaultCellEditor implements Serializable

Class ucar.unidata.idv.control.ProbeControl.SamplingEditor extends DefaultCellEditor implements Serializable

Class ucar.unidata.idv.control.RangeColorPreview extends JPanel implements Serializable

Serialized Fields

forMain

boolean forMain
Is this widget for the main window or for a legend


legendType

int legendType
If for a legend is this for the side or bottom legend


displayConventions

DisplayConventions displayConventions
For formatting


previewMouseX

int previewMouseX
x position in mouse preview


mouseInPreview

boolean mouseInPreview
flag for whether mouse is in the preview


lowerLbl

JLabel lowerLbl
lower label


upperLbl

JLabel upperLbl
upper label


middleLbl

JLabel middleLbl
middle label


range

Range range
My range


myPreferredSize

Dimension myPreferredSize
preferred size


isTime

boolean isTime
is this a time range?


colors

List<E> colors
the list of colors

Class ucar.unidata.idv.control.SoundingTable extends JTable implements Serializable

Serialized Fields

model

AbstractTableModel model
The table model to use


sorter

TableSorter sorter
misc


soundings

Field[] soundings
The flat field we are displaying


rangeData

float[][] rangeData
The range data from the flat field


domainData

float[][] domainData
The domain


numDomainCols

int numDomainCols
How many columns for the domain


numRangeCols

int numRangeCols
How many columns in the rannge


columnNames

String[] columnNames
The table column names


currSounding

int currSounding
sounding index


showUAndV

boolean showUAndV
show winds as U and V


haveUV

boolean haveUV
is the data UV


transformWinds

boolean transformWinds
flag for tranforming winds


windTransform

CoordinateSystem windTransform
CoordinateSystem for transforming winds


csUnits

Unit[] csUnits
units of the input to the cs

Class ucar.unidata.idv.control.SoundingTable.SoundingTableModel extends AbstractTableModel implements Serializable

Class ucar.unidata.idv.control.TableNumberCellRenderer extends DefaultTableCellRenderer implements Serializable

Class ucar.unidata.idv.control.VerticalProfileControl.SamplingEditor extends DefaultCellEditor implements Serializable


Package ucar.unidata.idv.control.chart

Class ucar.unidata.idv.control.chart.ChartManager.FixedWidthLogarithmicAxis extends org.jfree.chart.axis.LogarithmicAxis implements Serializable

Class ucar.unidata.idv.control.chart.ChartManager.FixedWidthNumberAxis extends org.jfree.chart.axis.NumberAxis implements Serializable

Class ucar.unidata.idv.control.chart.MyHistogramDataset extends org.jfree.data.xy.AbstractIntervalXYDataset implements Serializable

serialVersionUID: -6341668077370231153L

Serialized Fields

list

List<E> list
A list of maps.


type

org.jfree.data.statistics.HistogramType type
The histogram type.

Class ucar.unidata.idv.control.chart.MyScatterPlot extends org.jfree.chart.plot.XYPlot implements Serializable

Serialized Fields

series

List<E> series
The data

Class ucar.unidata.idv.control.chart.MyTimeSeriesPlot extends org.jfree.chart.plot.XYPlot implements Serializable

Serialized Fields

timeseries

TimeSeriesChartWrapper timeseries
The chart wrapper


ignoreDataSetChanges

boolean ignoreDataSetChanges
ignore changes

Class ucar.unidata.idv.control.chart.MyXYPlot extends org.jfree.chart.plot.XYPlot implements Serializable

serialVersionUID: 7044148245716569264L

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException
Provides serialization support.

Throws:
IOException - if there is an I/O error.
ClassNotFoundException - if there is a classpath problem.

writeObject

private void writeObject(ObjectOutputStream stream)
                  throws IOException
Provides serialization support.

Throws:
IOException - if there is an I/O error.
Serialized Fields

orientation

org.jfree.chart.plot.PlotOrientation orientation
The plot orientation.


axisOffset

org.jfree.ui.RectangleInsets axisOffset
The offset between the data area and the axes.


domainAxes

org.jfree.util.ObjectList domainAxes
The domain axis / axes (used for the x-values).


domainAxisLocations

org.jfree.util.ObjectList domainAxisLocations
The domain axis locations.


rangeAxes

org.jfree.util.ObjectList rangeAxes
The range axis (used for the y-values).


rangeAxisLocations

org.jfree.util.ObjectList rangeAxisLocations
The range axis location.


datasets

org.jfree.util.ObjectList datasets
Storage for the datasets.


renderers

org.jfree.util.ObjectList renderers
Storage for the renderers.


datasetToDomainAxisMap

Map<K,V> datasetToDomainAxisMap
Storage for keys that map datasets/renderers to domain axes. If the map contains no entry for a dataset, it is assumed to map to the primary domain axis (index = 0).


datasetToRangeAxisMap

Map<K,V> datasetToRangeAxisMap
Storage for keys that map datasets/renderers to range axes. If the map contains no entry for a dataset, it is assumed to map to the primary domain axis (index = 0).


domainGridlinesVisible

boolean domainGridlinesVisible
A flag that controls whether the domain grid-lines are visible.


rangeGridlinesVisible

boolean rangeGridlinesVisible
A flag that controls whether the range grid-lines are visible.


rangeZeroBaselineVisible

boolean rangeZeroBaselineVisible
A flag that controls whether or not the zero baseline against the range axis is visible.


domainCrosshairVisible

boolean domainCrosshairVisible
A flag that controls whether or not a domain crosshair is drawn..


domainCrosshairValue

double domainCrosshairValue
The domain crosshair value.


domainCrosshairLockedOnData

boolean domainCrosshairLockedOnData
A flag that controls whether or not the crosshair locks onto actual data points.


rangeCrosshairVisible

boolean rangeCrosshairVisible
A flag that controls whether or not a range crosshair is drawn..


rangeCrosshairValue

double rangeCrosshairValue
The range crosshair value.


rangeCrosshairLockedOnData

boolean rangeCrosshairLockedOnData
A flag that controls whether or not the crosshair locks onto actual data points.


foregroundDomainMarkers

Map<K,V> foregroundDomainMarkers
A map of lists of foreground markers (optional) for the domain axes.


backgroundDomainMarkers

Map<K,V> backgroundDomainMarkers
A map of lists of background markers (optional) for the domain axes.


foregroundRangeMarkers

Map<K,V> foregroundRangeMarkers
A map of lists of foreground markers (optional) for the range axes.


backgroundRangeMarkers

Map<K,V> backgroundRangeMarkers
A map of lists of background markers (optional) for the range axes.


annotations

List<E> annotations
A (possibly empty) list of annotations for the plot. The list should be initialised in the constructor and never allowed to be null.


fixedDomainAxisSpace

org.jfree.chart.axis.AxisSpace fixedDomainAxisSpace
The fixed domain axis space.


fixedRangeAxisSpace

org.jfree.chart.axis.AxisSpace fixedRangeAxisSpace
The fixed range axis space.


datasetRenderingOrder

org.jfree.chart.plot.DatasetRenderingOrder datasetRenderingOrder
The order of the dataset rendering (REVERSE draws the primary dataset last so that it appears to be on top).


seriesRenderingOrder

org.jfree.chart.plot.SeriesRenderingOrder seriesRenderingOrder
The order of the series rendering (REVERSE draws the primary series last so that it appears to be on top).


weight

int weight
The weight for this plot (only relevant if this is a subplot in a combined plot).


fixedLegendItems

org.jfree.chart.LegendItemCollection fixedLegendItems
An optional collection of legend items that can be returned by the getLegendItems() method.

Class ucar.unidata.idv.control.chart.PlotWrapper.MyChartPanel extends org.jfree.chart.ChartPanel implements Serializable

Serialized Fields

lastEventX

int lastEventX
Last x


lastEventY

int lastEventY
Last y

Class ucar.unidata.idv.control.chart.ScatterPlotChartWrapper.MyRenderer extends org.jfree.chart.renderer.xy.XYLineAndShapeRenderer implements Serializable

Serialized Fields

shape

int shape
The shape

Class ucar.unidata.idv.control.chart.XYChartManager.CloudCoverageRenderer extends org.jfree.chart.renderer.xy.AbstractXYItemRenderer implements Serializable

Serialized Fields

scale

double scale
scale


lineState

LineState lineState
line info

Class ucar.unidata.idv.control.chart.XYChartManager.MyXYAreaRenderer extends org.jfree.chart.renderer.xy.XYAreaRenderer implements Serializable

Serialized Fields

lineState

LineState lineState
the line


shape

Shape shape
shape to draw


hasShape

boolean hasShape
Do we have a shape to draw


showLegend

boolean showLegend
_more_

Class ucar.unidata.idv.control.chart.XYChartManager.MyXYBarRenderer extends org.jfree.chart.renderer.xy.XYBarRenderer implements Serializable

Class ucar.unidata.idv.control.chart.XYChartManager.MyXYPlot extends org.jfree.chart.plot.XYPlot implements Serializable

Class ucar.unidata.idv.control.chart.XYChartManager.TextRenderer extends org.jfree.chart.renderer.xy.AbstractXYItemRenderer implements Serializable

Serialized Fields

textList

List<E> textList
List of strings to draw


lineState

LineState lineState
line state

Class ucar.unidata.idv.control.chart.XYChartManager.WindbarbRenderer extends org.jfree.chart.renderer.xy.AbstractXYItemRenderer implements Serializable

Serialized Fields

drawer

WindBarbSymbol.WindDrawer drawer
drawer


speedSeries

org.jfree.data.general.Series speedSeries
speed data


dirSeries

org.jfree.data.general.Series dirSeries
direction data


speedUnit

Unit speedUnit
unit


lineState

LineState lineState
line state


polarWind

boolean polarWind
Speed,Dir or U,V


isSouth

boolean isSouth
Is in Southern hemisphere?


Package ucar.unidata.idv.control.multi

Class ucar.unidata.idv.control.multi.DisplayTree extends DndTree implements Serializable

Serialized Fields

frame

JFrame frame
The window


treeRoot

ucar.unidata.idv.control.multi.DisplayTree.MyTreeNode treeRoot
The root of the tree


treeModel

DefaultTreeModel treeModel
The tree model


nodeToData

Hashtable<K,V> nodeToData
A mapping from tree node to component


displayControl

MultiDisplayHolder displayControl
The display control


groupIcon

ImageIcon groupIcon
Icon to use for categories


leafIcon

ImageIcon leafIcon
Icon to use for leafs


Package ucar.unidata.idv.flythrough

Class ucar.unidata.idv.flythrough.FlythroughTableModel extends AbstractTableModel implements Serializable

Serialized Fields

flythrough

Flythrough flythrough
_more_


Package ucar.unidata.idv.ui

Class ucar.unidata.idv.ui.BundleTree extends DndTree implements Serializable

Serialized Fields

frame

JFrame frame
The window


bundleType

int bundleType
What is the type of the bundles 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 SavedBundle


uiManager

IdvUIManager uiManager
The ui manager


categoryIcon

ImageIcon categoryIcon
Icon to use for categories


bundleIcon

ImageIcon bundleIcon
Icon to use for bundles

Class ucar.unidata.idv.ui.DataSelector.DataSourceWrapper extends JPanel implements Serializable

Serialized Fields

SEARCH_MUTEX

Object SEARCH_MUTEX
mutex for searching the data tree


dataSelector

DataSelector dataSelector
my parent


treePanel

JPanel treePanel
The JPanel the JTree is put in


searchBtn

JButton searchBtn
Search field button


searchPanel

JPanel searchPanel
holds search comps


searchFld

JTextField searchFld
search field


sortBtn

JButton sortBtn
sort button


searchFldPanel

JPanel searchFldPanel
holds search field


showingSearchFld

boolean showingSearchFld
Is search field shown


dataSource

DataSource dataSource
The data source


dcd

DataControlDialog dcd
the dcd


contents

JComponent contents
my contents


dataTree

DataTree dataTree
my tree


button

JToggleButton button
For showing this selector

Class ucar.unidata.idv.ui.DataTreeNode extends DefaultMutableTreeNode implements Serializable

Serialized Fields

dataTree

DataTree dataTree
The data tree I am part of


hasCreatedSubtree

boolean hasCreatedSubtree
Have I creatred my subtee. We have this here for the dynamically expanding composite data choices


object

Object object
The object this node holds


isDerived

boolean isDerived
Does this node hold a DerivedDataChoice as its object. The node itself doesn't use this information, just other code.

Class ucar.unidata.idv.ui.EarthNavPanel extends JPanel implements Serializable

Serialized Fields

showAddress

boolean showAddress
show the address field


ignoreChanges

boolean ignoreChanges
should ignore changes


viewManager

MapViewManager viewManager
My view manager


panelIcon

ImageIcon panelIcon
Sandra's icon


locations

List<E> locations
List of hotspots


label

JLabel label
The label to show the icon in


addressBox

JComboBox addressBox
go to address widget


masterTimeStamp

int[] masterTimeStamp
Use to kill threaded goto address calls


flythrough

Flythrough flythrough
_more_


handlingKey

boolean handlingKey
_more_


pressed

ucar.unidata.idv.ui.EarthNavPanel.Location pressed
location in icon


joystick

ucar.unidata.idv.ui.EarthNavPanel.Location joystick
location in icon


dragEvent

MouseEvent dragEvent
current drag event


isControlDown

boolean isControlDown
event flag


isShiftDown

boolean isShiftDown
event flag


timeStamp

int timeStamp
For threading

Class ucar.unidata.idv.ui.FormulaDialog extends JFrame implements Serializable

Serialized Fields

isDefaultCbx

JCheckBox isDefaultCbx
Is this a user's default derived formula


isEndUserCbx

JCheckBox isEndUserCbx
Is this formula for an end user


formulaField

JTextField formulaField
Text field that holds the formula string


nameField

JTextField nameField
Text field that holds the name string


descField

JTextField descField
Text field that holds the description string


operandsCategoriesFld

JTextField operandsCategoriesFld
gui widget


categories

List<E> categories
Holds all of the display categories


categoryBox

JComboBox categoryBox
Holds the group string


catComp

JComponent catComp
gui widget


advancedOpen

boolean advancedOpen
Is the advanced panel open


useAllBtn

JRadioButton useAllBtn
Should we ignore the entries in the controls list


needCompList

List<E> needCompList
for default derived settings


catCompList

List<E> catCompList
for default derived settings


cbxToCdMap

Hashtable<K,V> cbxToCdMap
A mapping from JCheckBox to ControlDescriptor


catPanels

List<E> catPanels
Holds the list of CategoryPanels for the displays list


formula

String formula
Formula string


name

String name
The name


description

String description
The description


category

String category
The group the formula is in


makingNewOne

boolean makingNewOne
Are we making a new formula


ddd

DerivedDataDescriptor ddd
The ddd we work on


idv

IntegratedDataViewer idv
Reference to the IDV


paramGroupComps

List<E> paramGroupComps
gui comps

Class ucar.unidata.idv.ui.IdvHelp extends javax.help.JHelp implements Serializable

Serialized Fields

helpSet

javax.help.HelpSet helpSet
The HelpSet

Class ucar.unidata.idv.ui.IdvSplash extends JWindow implements Serializable

Serialized Fields

idv

IntegratedDataViewer idv
Reference to the 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.


playedOnce

boolean playedOnce
done the audio once

Class ucar.unidata.idv.ui.IdvTimeline extends Timeline implements Serializable

Serialized Fields

sunriseLocation

ucar.unidata.geoloc.LatLonPoint sunriseLocation
_more_


sunriseLocations

List<E> sunriseLocations
_more_

Class ucar.unidata.idv.ui.ImageGenerator.MyBreakException extends Exception implements Serializable

Class ucar.unidata.idv.ui.ImageGenerator.MyContinueException extends Exception implements Serializable

Class ucar.unidata.idv.ui.ImageGenerator.MyQuitException extends Exception implements Serializable

Class ucar.unidata.idv.ui.ImageGenerator.MyReturnException extends Exception implements Serializable

Class ucar.unidata.idv.ui.ParamDefaultsEditor.ParamDefaultsTable extends JTable implements Serializable

Serialized Fields

label

String label
label


myParamInfos

List<E> myParamInfos
A list of ParamInfo objects.


isEditable

boolean isEditable
Does this represent the user's writable resource?


tableModel

AbstractTableModel tableModel
Keep the tableModel around

Class ucar.unidata.idv.ui.ParamGroupsEditor.ParamGroupsTable extends JTable implements Serializable

Serialized Fields

myDataGroups

List<E> myDataGroups
A list of DataGroup objects.


isEditable

boolean isEditable
Does this represent the user's writable resource?


tableModel

AbstractTableModel tableModel
Keep the tableModel around

Class ucar.unidata.idv.ui.PipPanel extends NavigatedMapPanel implements Serializable

Serialized Fields

mapViewManager

MapViewManager mapViewManager
the mvm


thePoints

List<E> thePoints
Draws the overview box


deltaFromOrigin

ucar.unidata.geoloc.ProjectionPointImpl deltaFromOrigin
Used when dragging rect


pendingRedraw

boolean pendingRedraw
Are we about to redraw

Class ucar.unidata.idv.ui.PlotModelComponent extends JPanel implements Serializable

Serialized Fields

idv

IntegratedDataViewer idv
calling object


plotModelListener

Object plotModelListener
the listener


method

Method method
the method to call on the listener


changeButton

JButton changeButton
widget


label

JLabel label
gui comp


plotModel

StationModel plotModel
station model to use


addNone

boolean addNone
???

Class ucar.unidata.idv.ui.QuicklinkPanel extends JEditorPane implements Serializable

Serialized Fields

idv

IntegratedDataViewer idv
The idv


label

JLabel label
status label


map

Hashtable<K,V> map
maps id to some object for the links


amLoading

boolean amLoading
am I currently loading


name

String name
The name


objectCnt

int objectCnt
unique counter


showMap

Hashtable<K,V> showMap
_more_

Class ucar.unidata.idv.ui.QuicklinkPanel.Bundle extends QuicklinkPanel implements Serializable

Serialized Fields

type

int type
which bundle type


typeName

String typeName
type name

Class ucar.unidata.idv.ui.QuicklinkPanel.Control extends QuicklinkPanel implements Serializable

Class ucar.unidata.idv.ui.QuicklinkPanel.FileHistory extends QuicklinkPanel implements Serializable

Class ucar.unidata.idv.ui.QuicklinkPanel.Html extends QuicklinkPanel implements Serializable

Serialized Fields

html

String html
the HTML


mouseOverString

String mouseOverString
the string for mouseover

Class ucar.unidata.idv.ui.SettingsTree extends DndTree implements Serializable

Serialized Fields

idv

IntegratedDataViewer idv
Reference to the idv


lastSettingsTimestamp

long lastSettingsTimestamp
Used to know when to update settings when we repaint


settingsRoot

DefaultMutableTreeNode settingsRoot
Tree stuff


settingsModel

DefaultTreeModel settingsModel
Tree stuff


settingsSP

JScrollPane settingsSP
Contains the jtree


showAllCbx

JCheckBox showAllCbx
SHow all settings


contents

JComponent contents
gui


lastCD

ControlDescriptor lastCD
The last control descriptor that was used


Package ucar.unidata.metdata

Class ucar.unidata.metdata.Ensemble extends Object implements Serializable

Serialized Fields

map_

Map<K,V> map_
map holding ensemble

Class ucar.unidata.metdata.Metar extends StationOb implements Serializable

Serialized Fields

text_

ByteString text_
the raw text


wmoHeader_

WMOHeader wmoHeader_
the header for data

Class ucar.unidata.metdata.NamedStationImpl extends Object implements Serializable

Serialized Fields

coords

List<E> coords
_more_


earthLocation

EarthLocation earthLocation
The Earth Location


latitude

double latitude
latitude, longitude values (degrees)


longitude

double longitude
latitude, longitude values (degrees)


altitude

Real altitude
altitude


altValue

double altValue
altitude value


altUnit

Unit altUnit
altitude unit


id

String id
station id


name

String name
station name


hashtable

Hashtable<K,V> hashtable
hashtable


nLT

NamedLocation nLT
named location

Class ucar.unidata.metdata.StationOb extends Object implements Serializable

Serialized Fields

stn_

Station stn_
station


timestamp_

Timestamp timestamp_
timestamp


ensemble

Ensemble ensemble
data

Class ucar.unidata.metdata.WMOHeader extends Object implements Serializable

Serialized Fields

text_

ByteString.Concrete text_
the text


TTAA_

ByteString TTAA_
TTAA string


ii_

byte ii_
a byte


CCCC_

ByteString CCCC_
CCCC string


ts_

Timestamp ts_
timestamp for header


Package ucar.unidata.ui

Class ucar.unidata.ui.AudioPlayer extends JPanel implements Serializable

Serialized Fields

timestamp

int timestamp
_more_


timeLabel

JLabel timeLabel
_more_


progressBar

JProgressBar progressBar
_more_


running

boolean running
_more_


sequencer

Sequencer sequencer
_more_


midiEOM

boolean midiEOM
_more_


audioEOM

boolean audioEOM
_more_


synthesizer

Synthesizer synthesizer
_more_


channels

MidiChannel[] channels
_more_


currentSound

Object currentSound
_more_


currentName

String currentName
_more_


duration

double duration
_more_


startBtn

JButton startBtn
_more_


rewindBtn

JButton rewindBtn
_more_


volumeSlider

JSlider volumeSlider
_more_


seekSlider

JSlider seekSlider
_more_


soundFile

String soundFile
_more_

Class ucar.unidata.ui.BAMutil.ActionToggle extends AbstractAction implements Serializable

Serialized Fields

orgAct

Action orgAct
_more_


button

AbstractButton button
_more_

Class ucar.unidata.ui.ButtonTabbedPane extends JPanel implements Serializable

Serialized Fields

buttonList

List<E> buttonList
_more_


contentList

List<E> contentList
_more_


buttonPanel

JComponent buttonPanel
_more_


rightPanel

ButtonTabbedPane.ComponentPanel rightPanel
_more_


buttonGroup

ButtonGroup buttonGroup
_more_


width

int width
_more_


deleteEnabled

boolean deleteEnabled
_more_

Class ucar.unidata.ui.ButtonTabbedPane.ComponentPanel extends GuiUtils.CardLayoutPanel implements Serializable

Serialized Fields

tab

ButtonTabbedPane tab
_more_

Class ucar.unidata.ui.CheckboxCategoryPanel extends JPanel implements Serializable

Serialized Fields

checking

boolean checking
Are we currently in checkVisCbx


items

List<E> items
The list of checkboxes


visCbx

JCheckBox visCbx
The visibility checkbox


toggleBtn

JButton toggleBtn
The toggle button


normalFont

Font normalFont
font


specialFont

Font specialFont
font used when we have at least one child box on but not all of them on

Class ucar.unidata.ui.ChooserList extends JList implements Serializable

Serialized Fields

myScroller

JScrollPane myScroller
scroller

Class ucar.unidata.ui.ChooserPanel extends JPanel implements Serializable

Serialized Fields

cursorCnt

int cursorCnt
Keep track of how many cursor wait calls we have outstanding.


helpPath

String helpPath
Where can we find help for this panel


contents

JComponent contents
Panel holding the contents


loadButton

JButton loadButton
Load button


cancelButton

JButton cancelButton
Cancel button


haveData

boolean haveData
Flag for whether data has been chosen or not


changeListeners

PropertyChangeSupport changeListeners
The PropertyChangeListener-s.


statusLabel

JLabel statusLabel
Shows the status


statusComp

JComponent statusComp
_more_


statusComps

Hashtable<K,V> statusComps
_more_


simpleMode

boolean simpleMode
_more_


messageTemplate

String messageTemplate

Class ucar.unidata.ui.DateSelectionGui extends JPanel implements Serializable

Serialized Fields

intervalField

TimeLengthField intervalField
gui widget


preRangeField

TimeLengthField preRangeField
gui widget


postRangeField

TimeLengthField postRangeField
gui widget


startOffsetField

TimeLengthField startOffsetField
gui widget


endOffsetField

TimeLengthField endOffsetField
gui widget


roundToField

TimeLengthField roundToField
gui widget


startModeBox

JComboBox startModeBox
gui widget


endModeBox

JComboBox endModeBox
gui widget


startTimePicker

DateTimePicker startTimePicker
gui widget


endTimePicker

DateTimePicker endTimePicker
gui widget


dateSelection

DateSelection dateSelection
gui widget


countFld

JTextField countFld
gui widget


skipFld

JTextField skipFld
gui widget

Class ucar.unidata.ui.DateTimePicker extends JPanel implements Serializable

Serialized Fields

myTimeZone

TimeZone myTimeZone
the time zone


dateChooser

com.toedter.calendar.JDateChooser dateChooser
the date chooser


timeModel

SpinnerDateModel timeModel
the SpinnerDateModel


jc

com.toedter.calendar.JCalendar jc
the JCalendar

Class ucar.unidata.ui.DndImageButton extends JLabel implements Serializable

Serialized Fields

dragSource

DragSource dragSource
_more_


data

Object data
_more_


mimeType

String mimeType
_more_

Class ucar.unidata.ui.DndTree extends JTree implements Serializable

Serialized Fields

sourceNode

DefaultMutableTreeNode sourceNode
The node we're dragging


overNode

DefaultMutableTreeNode overNode
The node we're currently over


dragPoint

Point dragPoint
_more_


dragSource

DragSource dragSource
Some object for the DND


dropTarget

DropTarget dropTarget
Some object for the DND

Class ucar.unidata.ui.DragPanel extends JPanel implements Serializable

Serialized Fields

dragSource

DragSource dragSource
_more_


data

Object data
_more_


mimeType

String mimeType
_more_

Class ucar.unidata.ui.DrawingPanel extends JPanel implements Serializable

Serialized Fields

comps

Vector<E> comps
_more_


currC

Drawable currC
_more_


xorMode

boolean xorMode
_more_


wasDragged

boolean wasDragged
_more_


resizingMode

boolean resizingMode
_more_


useCenterPoint

boolean useCenterPoint
_more_


startx

int startx
_more_


starty

int starty
_more_


lm

ListenerManager lm
_more_


centerPoint

Point2D.Double centerPoint
_more_


debugPick

boolean debugPick
_more_

Class ucar.unidata.ui.DropPanel extends JPanel implements Serializable

Serialized Fields

dropTarget

DropTarget dropTarget
Some object for the DND


doBorder

boolean doBorder

Class ucar.unidata.ui.FineLineBorder extends BevelBorder implements Serializable

Class ucar.unidata.ui.HelpActionLabel extends JButton implements Serializable

Serialized Fields

helpAction

String helpAction
The action


helpText

String helpText
The text


origCursor

Cursor origCursor
default cursor

Class ucar.unidata.ui.HelpTipDialog extends JDialog implements Serializable

Serialized Fields

helpTips

List<E> helpTips
list of tips


resources

XmlResourceCollection resources
resources


idx

int idx
index


labelPanel

JPanel labelPanel
label panel


bottom

JPanel bottom
bottom panel


right

JPanel right
right panel


cbx

JCheckBox cbx
checkbox


currentAction

String currentAction
current action


helpTarget

String helpTarget
help target


editor

JEditorPane editor
editor


store

XmlObjectStore store
store


actionListener

ActionListener actionListener
action listener

Class ucar.unidata.ui.HtmlPanel extends JPanel implements Serializable

Serialized Fields

html

JEditorPane html
_more_


urlList

Vector<E> urlList
_more_


urlListIndex

int urlListIndex
_more_


parent

JDialog parent
_more_

Class ucar.unidata.ui.ImagePanel extends JPanel implements Serializable

Serialized Fields

currentIndex

int currentIndex
The file index we are currently looking at


files

List<E> files

currentImage

Image currentImage
The one we are drawing


loadingImage

Image loadingImage
The one we are drawing


scaleFactor

double scaleFactor

translateX

int translateX

translateY

int translateY

mouseX

int mouseX

mouseY

int mouseY

baseTransX

int baseTransX

baseTransY

int baseTransY

currentTransX

int currentTransX

currentTransY

int currentTransY

Class ucar.unidata.ui.IndependentDialog extends JDialog implements Serializable

Class ucar.unidata.ui.IndependentWindow extends JFrame implements Serializable

Class ucar.unidata.ui.InputFieldPanel extends JPanel implements Serializable

Serialized Fields

gbcon

GridBagConstraints gbcon
_more_


gbcSep

GridBagConstraints gbcSep
_more_


gbcLabel

GridBagConstraints gbcLabel
_more_


gbcValue

GridBagConstraints gbcValue
_more_

Class ucar.unidata.ui.JSpinner extends JPanel implements Serializable

Serialized Fields

tf

JTextField tf
_more_


value

int value
_more_


minValue

int minValue
_more_


maxValue

int maxValue
_more_

Class ucar.unidata.ui.LatLonLabelPanel extends JPanel implements Serializable

Serialized Fields

ignoreEvents

boolean ignoreEvents
flag for ignoring events


latLonLabelData

LatLonLabelData latLonLabelData
This holds the data that describes the latlon lines


onOffCbx

JCheckBox onOffCbx
The visibility cbx


spacingField

JTextField spacingField
The spacing input box


baseField

JTextField baseField
The base input box


labelLinesField

JTextField labelLinesField
The spacing input box


colorButton

GuiUtils.ColorSwatch colorButton
Shows the color


fastRenderCbx

JCheckBox fastRenderCbx
The line style box


fontSelector

FontSelector fontSelector
the font selector


alignSelector

JComboBox alignSelector
the alignment selector


formatSelector

JComboBox formatSelector
the alignment selector


alignPoints

List<E> alignPoints
the alignment point list


use360Cbx

JCheckBox use360Cbx
the use360 checkbox

Class ucar.unidata.ui.LatLonPanel extends JPanel implements Serializable

Serialized Fields

ignoreEvents

boolean ignoreEvents
flag for ignoring events


latLonData

LatLonData latLonData
This holds the data that describes the latlon lines


onOffCbx

JCheckBox onOffCbx
The visibility cbx


spacingField

JTextField spacingField
The spacing input box


baseField

JTextField baseField
The base input box


colorButton

GuiUtils.ColorSwatch colorButton
Shows the color


widthBox

JComboBox widthBox
The line width box


styleBox

JComboBox styleBox
The line style box


fastRenderCbx

JCheckBox fastRenderCbx
The line style box

Class ucar.unidata.ui.LatLonWidget extends JPanel implements Serializable

Serialized Fields

doFormat

boolean doFormat

latFld

JTextField latFld
widget


lonFld

JTextField lonFld
widget


altFld

JTextField altFld
widget

Class ucar.unidata.ui.MapPanel extends JPanel implements Serializable

Serialized Fields

mapData

MapData mapData
This holds the data that describes the map


shownCbx

JCheckBox shownCbx
The visibility cbx


widthBox

JComboBox widthBox
The line width box


styleBox

JComboBox styleBox
The line style box


colorButton

GuiUtils.ColorSwatch colorButton
Shows the color


fastRenderingCbx

JCheckBox fastRenderingCbx
The fast rendering cbx


ignoreAction

boolean ignoreAction
Do we ignore the setVisibility


updatingUI

boolean updatingUI
Are we updating the UI

Class ucar.unidata.ui.MapWidget extends PanelWithFrame implements Serializable

Serialized Fields

theCurrentState

String theCurrentState
Holds the xml of the current state of this widget.


mapNodes

ArrayList<E> mapNodes
Contains a list of all of the valid map nodes


seenNodes

Hashtable<K,V> seenNodes
Keeps track of what nodes we have seen when we are loading in the users' and the default xml.


latitudeNode

Element latitudeNode
Xml node that represents the latitude entry


longitudeNode

Element longitudeNode
Xml node that represents the longitude entry


mapResources

XmlResourceCollection mapResources
The default xml (usually from /auxdata/maps/...)


latLonPanels

ArrayList<E> latLonPanels
List of LatLonPanel objects.


mapDatum

ArrayList<E> mapDatum
List of mapData objects, one for each map in the gui


postionSlider

JSlider postionSlider
The map position_ slider


mapPosition

double mapPosition
Set by the map xml, holds the level of the map used in the positionSlider

Class ucar.unidata.ui.MemoryMonitor extends MemoryMonitor implements Serializable

Class ucar.unidata.ui.MFlowLayout extends FlowLayout implements Serializable

Class ucar.unidata.ui.ObjectFlavor extends DataFlavor implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Class ucar.unidata.ui.ObjectTreeNode extends DefaultMutableTreeNode implements Serializable

Serialized Fields

object

Object object
_more_

Class ucar.unidata.ui.PanelWithFrame extends JPanel implements Serializable

Serialized Fields

frame

JFrame frame
_more_

Class ucar.unidata.ui.ParamField extends JPanel implements Serializable

Serialized Fields

field

JTextField field
The text field


popupButton

JButton popupButton
The button


delimiter

String delimiter
Text delimiter


includeAliases

boolean includeAliases
also show aliases

Class ucar.unidata.ui.PersistentList extends JPanel implements Serializable

Serialized Fields

model

DefaultListModel model
_more_


list

JList list
_more_


lm

ListenerManager lm
_more_


store

PersistentStore store
_more_


objectName

String objectName
_more_


debug

boolean debug
_more_


dragSource

DragSource dragSource
_more_


recognizer

DragGestureRecognizer recognizer
_more_


dsl

DragSourceListener dsl
_more_

Class ucar.unidata.ui.PopupMenu extends JPopupMenu implements Serializable

Serialized Fields

parent

JComponent parent
_more_

Class ucar.unidata.ui.PropertyDialog extends IndependentDialog implements Serializable

Serialized Fields

propertiesName

String propertiesName
Deprecated. 
_more_


store

PersistentStore store
Deprecated. 
_more_


prop

Properties prop
Deprecated. 
_more_


panel

InputFieldPanel panel
Deprecated. 
_more_


tf

InputFieldPanel.TextField tf
Deprecated. 
_more_


useDiscrete

InputFieldPanel.BooleanField useDiscrete
Deprecated. 
_more_


numPixels

InputFieldPanel.DoubleField numPixels
Deprecated. 
_more_


windLength

InputFieldPanel.DoubleField windLength
Deprecated. 
_more_

Class ucar.unidata.ui.RadioButtonFileSelector extends JScrollPane implements Serializable

Serialized Fields

group

ButtonGroup group
_more_


groupPanel

JPanel groupPanel
_more_


selected

JRadioButton selected
_more_


listeners

Vector<E> listeners
_more_


columns

int columns
_more_

Class ucar.unidata.ui.RovingProgress extends JPanel implements Serializable

Serialized Fields

currentRunnable

Runnable currentRunnable
For running


barWidth

int barWidth
Bar width


percent

double percent
Percent along the width of the component we are drawing the box


running

boolean running
Are we actve


delta

double delta
The percent increment


sleepTime

long sleepTime
How long do we sleep


color

Color color
The color to draw the box in


label

String label
Label to draw. May be null.


bufferedImage

BufferedImage bufferedImage
for double buffering


imageSize

Dimension imageSize
for double buffering


showClock

boolean showClock
_more_


clockRunning

boolean clockRunning
_more_

Class ucar.unidata.ui.ScaledPanel extends JPanel implements Serializable

Serialized Fields

backColor

Color backColor
_more_


screenBounds

Rectangle2D screenBounds
_more_


worldBounds

ScaledPanel.Bounds worldBounds
_more_


worldPt

Point2D worldPt
_more_


transform

AffineTransform transform
_more_


bImage

BufferedImage bImage
_more_


imageObs

ucar.unidata.ui.ScaledPanel.MyImageObserver imageObs
_more_


lmPick

ListenerManager lmPick
_more_


lmMove

ListenerManager lmMove
_more_


debugDraw

boolean debugDraw
_more_


debugTransform

boolean debugTransform
_more_


debugBounds

boolean debugBounds
_more_

Class ucar.unidata.ui.TableSorter extends AbstractTableModel implements Serializable

Serialized Fields

tableModel

TableModel tableModel
_more_


viewToModel

ucar.unidata.ui.TableSorter.Row[] viewToModel
_more_


modelToView

int[] modelToView
_more_


tableHeader

JTableHeader tableHeader
_more_


mouseListener

MouseListener mouseListener
_more_


tableModelListener

TableModelListener tableModelListener
_more_


columnComparators

Map<K,V> columnComparators
_more_


sortingColumns

List<E> sortingColumns
_more_

Class ucar.unidata.ui.TextHistoryPane extends JPanel implements Serializable

Serialized Fields

ta

JTextArea ta
_more_


nlines

int nlines
_more_


removeIncr

int removeIncr
_more_


count

int count
_more_


ptSize

int ptSize
_more_

Class ucar.unidata.ui.TextSearcher extends JPanel implements Serializable

Serialized Fields

findFld

JTextField findFld
_more_


caseCbx

JCheckBox caseCbx
_more_


highlightAllBtn

JToggleButton highlightAllBtn
_more_


textWrapper

TextSearcher.TextWrapper textWrapper
_more_

Class ucar.unidata.ui.Timeline extends JPanel implements Serializable

Serialized Fields

FP

FieldPosition FP
For formatting dates


isCapableOfSelection

boolean isCapableOfSelection
Does this timeline support selection


justShowSelected

boolean justShowSelected
_more_


doingDragSelect

boolean doingDragSelect
are we dragging a selection range


dragStartDate

Date dragStartDate
for dragging


dragEndDate

Date dragEndDate
for dragging


dragStartEvent

MouseEvent dragStartEvent
for dragging


draggingDateSelection

boolean draggingDateSelection
for dragging


selectionBox

Rectangle selectionBox
date selection rectangle


dragMode

int dragMode
what are we dragging


initDragDeltaStart

long initDragDeltaStart
for dragging


initDragDeltaEnd

long initDragDeltaEnd
for dragging


useDateSelectionCbx

JCheckBox useDateSelectionCbx
for properties dialog


showIntervalsCbx

JCheckBox showIntervalsCbx
for properties dialog


stickyCbx

JCheckBox stickyCbx
for properties dialog


dateSelectionGui

DateSelectionGui dateSelectionGui
for properties dialog


propertiesDialog

JDialog propertiesDialog
for properties dialog


dialog

JDialog dialog
for properties dialog


dialogOK

boolean dialogOK
for properties dialog


dateSelection

DateSelection dateSelection
the date selection


useDateSelection

boolean useDateSelection
are we using the date selection


originalDateSelection

DateSelection originalDateSelection
first one when we got created. Use this for doing a control-r


paintIntervals

boolean paintIntervals
Do we paint the intervals


horizontalPadding

int horizontalPadding
for painting


verticalPadding

int verticalPadding
for painting


startDate

Date startDate
visible start date


endDate

Date endDate
visible end date


originalStartDate

Date originalStartDate
first start date. Use this for dthe reset


originalEndDate

Date originalEndDate
first end date. Use this for dthe reset


datedThings

List<E> datedThings
The thigns we draw


lastSelectedThing

DatedThing lastSelectedThing
last thing selected. Keep around for doing a shift-click range select


selected

List<E> selected
selected things


mouseHighlighted

DatedThing mouseHighlighted
thing we're mousing over


contents

JComponent contents
gui


showIntervals

boolean showIntervals
show intervals


sticky

boolean sticky
Is the date selection range automatically changed to match the visible range


sunriseDates

List<E> sunriseDates
_more_


timelineGroup

List<E> timelineGroup
Holds other timelines that we share start/end range with


shortDisplay

boolean shortDisplay
do we show an abbreviated display


colorTimeSelected

Color colorTimeSelected
color


colorTimeUnselected

Color colorTimeUnselected
color


selectedMap

Hashtable<K,V> selectedMap
_more_

Class ucar.unidata.ui.TimelineApplet extends Applet implements Serializable

Serialized Fields

timeline

Timeline timeline

baseUrl

URL baseUrl

label

JLabel label

loadBtn

JButton loadBtn

loadWhat

JComboBox loadWhat

Class ucar.unidata.ui.TreePanel extends JPanel implements Serializable

Serialized Fields

tree

JTree tree
the tree


treeView

JScrollPane treeView
The scroller


useSplitPane

boolean useSplitPane
_more_


treeWidth

int treeWidth
_more_


root

DefaultMutableTreeNode root
The root


treeModel

DefaultTreeModel treeModel
the model


panel

GuiUtils.CardLayoutPanel panel
The panel


emptyPanel

JPanel emptyPanel
_more_


catComponents

Hashtable<K,V> catComponents
_more_


buttonsForCategory

Hashtable<K,V> buttonsForCategory

catToNode

Hashtable<K,V> catToNode
Maps categories to tree node


compToNode

Hashtable<K,V> compToNode
Maps components to tree node


okToUpdateTree

boolean okToUpdateTree
ok to respond to selection changes

Class ucar.unidata.ui.TreePanel.MyTreeNode extends DefaultMutableTreeNode implements Serializable

Serialized Fields

icon

ImageIcon icon
icon


object

Object object
_more_

Class ucar.unidata.ui.TwoListPanel extends JPanel implements Serializable

Serialized Fields

changed

boolean changed
Keeps track if there were any changes


seenEntries

Hashtable<K,V> seenEntries
Keep track of the actions that are used in the toolbar list


toList

JList toList
Shows the toolbar entries


toEntries

Vector<E> toEntries
List of strings of actions in the toolbar


fromList

JList fromList
Show the available actions


fromEntries

Vector<E> fromEntries
List of strings of sourceEntries


originalFromEntries

List<E> originalFromEntries
_more_


originalToEntries

List<E> originalToEntries
_more_


showUpDownButtons

boolean showUpDownButtons
_more_

Class ucar.unidata.ui.XmlTree extends JTree implements Serializable

Serialized Fields

xmlRoot

Element xmlRoot
The root of the dom we are diplaying


treeRoot

XmlTree.XmlTreeNode treeRoot
The jtree root


treeModel

DefaultTreeModel treeModel
The tree model


elementToNode

Hashtable<K,V> elementToNode
A map from dom element to tree node


tagsToNotProcessButRecurse

Hashtable<K,V> tagsToNotProcessButRecurse
Collection of xml tag names that are not to be added to the jtree but we should just descend their children and keep processing


tagToIcons

Hashtable<K,V> tagToIcons
You can specify image icons for particular tag names. This holds the mapping.


includeAttributes

boolean includeAttributes
If true then add all of the attributes of each node as jtree children nodes


tagsToRecurse

Hashtable<K,V> tagsToRecurse
If set then only tags in this list are recursed


tagsToProcess

Hashtable<K,V> tagsToProcess
If set then only tags in this list are processed


tagsToNotRecurse

Hashtable<K,V> tagsToNotRecurse
Don't process the children trees of tags in this list


tagsToNotProcess

Hashtable<K,V> tagsToNotProcess
Don't process the tags in this list


tagNameToLabelAttr

Hashtable<K,V> tagNameToLabelAttr
Define the name of the xml attribute that should be used for the label for certain tags


tagNameToLabelChild

Hashtable<K,V> tagNameToLabelChild
You can specify that the label for a certain tag is gotten from a child of the tag


tagNameToTooltipChild

Hashtable<K,V> tagNameToTooltipChild
Where do we get the tooltip for a tag


xlinkTags

Hashtable<K,V> xlinkTags
Defines the tag names that are xlinks to other xml docs


useTagNameAsLabel

boolean useTagNameAsLabel
The useTagNameAsLabel property.


scroller

JScrollPane scroller
gui


openFirstLevel

boolean openFirstLevel
Should the first level of the jtree be opened


haveInitialized

boolean haveInitialized
have done initialization


baseUrlPath

String baseUrlPath
where we came from

Class ucar.unidata.ui.XmlTree.MyRenderer extends DefaultTreeCellRenderer implements Serializable

Serialized Fields

xmlTree

XmlTree xmlTree
the tree

Class ucar.unidata.ui.XmlTree.XlinkTreeNode extends XmlTree.XmlTreeNode implements Serializable

Serialized Fields

haveLoaded

boolean haveLoaded
Have I loaded


tree

XmlTree tree
The tree I am in


href

String href
Where I point to

Class ucar.unidata.ui.XmlTree.XmlTreeNode extends DefaultMutableTreeNode implements Serializable

Serialized Fields

xmlNode

Element xmlNode
Corresponding xml node


baseLocation

String baseLocation
base path

Class ucar.unidata.ui.XmlUi.CardPanel extends JPanel implements Serializable

Serialized Fields

members

List<E> members
components


idToMember

Hashtable<K,V> idToMember
id to component mapping


currentIdx

int currentIdx
which card


Package ucar.unidata.ui.colortable

Class ucar.unidata.ui.colortable.ColorTableCanvas extends JPanel implements Serializable

Serialized Fields

DFLT_COLOR_SPACE

int DFLT_COLOR_SPACE

lockImage

Image lockImage
image


editor

ColorTableEditor editor
The editor


labelFont

Font labelFont
Font to use for labels_


boldFont

Font boldFont
Bold font to use


needToPropagateChanges

boolean needToPropagateChanges
Tracks if the color table has been changed on a mouse drag.


selectedColor

Color selectedColor
_more_


cursorOver

boolean cursorOver
_more_


cursorPosition

int cursorPosition
_more_


okToPropagateChangesNow

boolean okToPropagateChangesNow
Allows us to not propagate during the mouse drag


propagateChanges

boolean propagateChanges
Should we propagate changes


setColorFromChooserCbx

JCheckBox setColorFromChooserCbx
_more_


colorSpaceCbx

JComboBox colorSpaceCbx
_more_


colorChooser

JColorChooser colorChooser
THe color chooser


colorCntLabel

JLabel colorCntLabel
Shows how many cells in the color table


minField

JTextField minField
Shows the min range value


maxField

JTextField maxField
Shows the max range value


categoryField

JComboBox categoryField
Shows the category


transBox

JComboBox transBox
Transpency box


ignoreTransBoxEvents

boolean ignoreTransBoxEvents

brightnessBox

JComboBox brightnessBox
Transpancy box


lastAlpha

int lastAlpha
Keeps track of the last alpha value. Not used now.


myRange

Range myRange
The range


colorList

ArrayList<E> colorList
List of Colors from the color table for painting.


scales

ArrayList<E> scales
scales


originalColorTable

ColorTable originalColorTable
The CT we first are editing


currentColorTable

ColorTable currentColorTable
The currently changed/edited CT


lastChangeIdx

int lastChangeIdx
Keeps track of the last index that was changed


lastControlKey

int lastControlKey
last control key


listeners

ArrayList<E> listeners
Property change listeners


breakpoints

ArrayList<E> breakpoints
List of Double for the breakpoints


currentBP

ColorTable.Breakpoint currentBP
The selected BP


nameLabel

JLabel nameLabel
Color table name


wrapper

JPanel wrapper
Some GUI panel


currentMode

int currentMode
Drawing mode


mouseInBox

boolean mouseInBox
_more_


activePercent

double activePercent
Something used when drawing


modeTransparencyBtn

JRadioButton modeTransparencyBtn
Use trans. mode


colorSwatch

JComponent colorSwatch
_more_


modeBrightnessBtn

JRadioButton modeBrightnessBtn
Use trans. mode


modeGroup

ButtonGroup modeGroup
Groups the mode radio buttons


activeColorIndex

int activeColorIndex
Something used when drawing


activeColor

Color activeColor
Something used when drawing


priorColors

ArrayList<E> priorColors
Keeps track of the previous colors when drawing


commands

CommandManager commands
Holds the edit commands for undo_


inPaint

boolean inPaint
Are we currently painting


Package ucar.unidata.ui.drawing

Class ucar.unidata.ui.drawing.DisplayCanvas extends JPanel implements Serializable

Serialized Fields

gridSpacing

int gridSpacing

showGrid

boolean showGrid

scaleFactor

double scaleFactor
The scaling


canvasBg

Color canvasBg
_more_


glyphs

List<E> glyphs
_more_


selectionSet

List<E> selectionSet
_more_


cutBuffer

List<E> cutBuffer
_more_


highlightedGlyph

Glyph highlightedGlyph
_more_


glyphCnt

int glyphCnt
_more_


contents

Component contents
_more_

Class ucar.unidata.ui.drawing.EditCanvas extends DisplayCanvas implements Serializable

Serialized Fields

selectionSticky

boolean selectionSticky
_more_


selectionMenuItems

List<E> selectionMenuItems
_more_


shapeGroup

List<E> shapeGroup
_more_


colorList

List<E> colorList
_more_


lastx

int lastx
Some local event state


lasty

int lasty
_more_


mousex

int mousex
_more_


mousey

int mousey
_more_


mouseWasPressed

boolean mouseWasPressed
_more_


currentUrl

String currentUrl
_more_


currentCommand

CanvasCommand currentCommand
The current command object. If this is non-null then all events are routed to it. The command member is set to the return of the routed-to call


uniqueifier

String uniqueifier

haveChanged

boolean haveChanged
_more_


dragCommand

CanvasCommand dragCommand
_more_


selectButton

JToggleButton selectButton
_more_


menuBar

JMenuBar menuBar
_more_

Class ucar.unidata.ui.drawing.TestCanvas extends EditCanvas implements Serializable


Package ucar.unidata.ui.event

Class ucar.unidata.ui.event.ActionValueEvent extends ActionEvent implements Serializable

Serialized Fields

value

Object value
_more_

Class ucar.unidata.ui.event.UIChangeEvent extends EventObject implements Serializable

Serialized Fields

property

String property
_more_


objectChanged

Object objectChanged
_more_


newValue

Object newValue
_more_


Package ucar.unidata.ui.imagery

Class ucar.unidata.ui.imagery.GarpImageSelector extends JPanel implements Serializable

Serialized Fields

dataSources

RadioButtonFileSelector dataSources
data sources


dataScales

RadioButtonFileSelector dataScales
data scales


productTypes

RadioButtonFileSelector productTypes
product types


timesList

JList timesList
list of times


dirFilter

ucar.unidata.ui.imagery.GarpImageSelector.DirFilter dirFilter
directory filter


topDir

String topDir
top level directory


imageList

ArrayList<E> imageList
list of images


dataSourcesName

String dataSourcesName
data source names


dataScalesName

String dataScalesName
data scale names


productTypesName

String productTypesName
product type names


slash

String slash
file separator


Package ucar.unidata.ui.symbol

Class ucar.unidata.ui.symbol.StationModelCanvas extends EditCanvas implements Serializable

Serialized Fields

smm

StationModelManager smm
The Station model manager


shapeDescriptors

List<E> shapeDescriptors
List of ShapeDescriptors from the xml


showAlignmentPointsMI

JCheckBoxMenuItem showAlignmentPointsMI
Menu item for showing alignment points


stationModelMenu

JMenu stationModelMenu
The view menu


fileMenu

JMenu fileMenu
File menu


stationModel

StationModel stationModel
The currently edited station model


frame

JFrame frame
The window frame


nameLabel

JLabel nameLabel
The label that displays the station model name


labelComponent

JComponent labelComponent
Holds the label


highlightLabel

JLabel highlightLabel
Shows the label of the currently highlighted symbol


highlightedMetSymbol

MetSymbol highlightedMetSymbol

Package ucar.unidata.util

Class ucar.unidata.util.ByteString extends Object implements Serializable

Class ucar.unidata.util.ByteString.Concrete extends ByteString implements Serializable

Serialized Fields

ba_

byte[] ba_
Storage for the data

Class ucar.unidata.util.ByteString.Empty extends ByteString implements Serializable

Class ucar.unidata.util.ByteString.SubString extends ByteString.TrSubString implements Serializable

Serialized Fields

origin_

int origin_
_more_

Class ucar.unidata.util.ByteString.TrSubString extends ByteString.Concrete implements Serializable

Serialized Fields

length_

int length_
_more_

Class ucar.unidata.util.DateGMT extends Date implements Serializable

Class ucar.unidata.util.FileManager.MyFileChooser extends JFileChooser implements Serializable

Class ucar.unidata.util.GuiUtils.CardLayoutPanel extends JPanel implements Serializable

Serialized Fields

counter

int counter
counter for unique keys


cardLayout

CardLayout cardLayout
The layout


map

Hashtable<K,V> map
maps component to key


keyMap

Hashtable<K,V> keyMap
key map

Class ucar.unidata.util.GuiUtils.ColorSwatch extends JPanel implements Serializable

Serialized Fields

doAlpha

boolean doAlpha
flag for alpha


color

Color color
color of the swatch


clearBtn

JButton clearBtn
clear button


setBtn

JButton setBtn
set button


label

String label
label

Class ucar.unidata.util.GuiUtils.ProgressDialog extends JDialog implements Serializable

Serialized Fields

statusLbl

JLabel statusLbl
_more_


cancelPressed

boolean cancelPressed
_more_

Class ucar.unidata.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


label1

JLabel label1
the label


label2

JLabel label2
another label


labelForeground

Color labelForeground
the foreground color for the label


inTheRed

boolean inTheRed
flag for in the red


showClock

boolean showClock
_more_


memoryLabel

String memoryLabel
_more_

Class ucar.unidata.util.Msg.SkipPanel extends JPanel implements Serializable

Class ucar.unidata.util.NaiveTrustProvider extends Provider implements Serializable

Class ucar.unidata.util.Parameter extends Object implements Serializable

Serialized Fields

name

String name

valueS

String valueS

valueD

double[] valueD

isString

boolean isString

hashCode

int hashCode

Class ucar.unidata.util.Range extends Object implements Serializable

Serialized Fields

name

String name
name of this range


min

double min
The range


max

double max
The range

Class ucar.unidata.util.Timestamp extends Object implements Serializable

Serialized Fields

millis_

long millis_
_more_

Class ucar.unidata.util.TimestampFormat extends Format implements Serializable

Serialized Fields

delegate_

DateFormat delegate_
_more_

Class ucar.unidata.util.Tokenizer.EmptyToken extends ByteString.Empty implements Serializable

Serialized Fields

ident_

String ident_
_more_

Class ucar.unidata.util.UTCCalendar extends GregorianCalendar implements Serializable

Class ucar.unidata.util.WrapperException extends RuntimeException implements Serializable

Serialized Fields

inner

Throwable inner
inner exception


Package ucar.unidata.view

Class ucar.unidata.view.NewRendererEvent extends EventObject implements Serializable

Serialized Fields

rend

Renderer rend
renderer


Package ucar.unidata.view.geoloc

Class ucar.unidata.view.geoloc.CursorMoveEvent extends EventObject implements Serializable

Serialized Fields

world

Point2D world
world coordinate

Class ucar.unidata.view.geoloc.GlobeScaleDialog extends VertScaleDialog implements Serializable

Serialized Fields

valueFld

JTextField valueFld
input fields for percent values


vexSlider

JSlider vexSlider
input fields for max/min values


ignoreUIEvents

boolean ignoreUIEvents
flag for ignoring UI events

Class ucar.unidata.view.geoloc.JTableProjection extends JTable implements Serializable

Serialized Fields

model

ucar.unidata.view.geoloc.JTableProjection.ProjectionTableModel model
table model


debug

boolean debug
debug flag


lm

ListenerManager lm
Listener manager


projectionManager

ProjectionManager projectionManager
The proj manager


ignoreEvents

boolean ignoreEvents
flag for ignoring events

Class ucar.unidata.view.geoloc.LatLonScalePanel extends JPanel implements Serializable

Serialized Fields

coordFormat

JComboBox coordFormat
The coord format.


latBaseLabel

JTextField latBaseLabel
Latitude base label


latIncrement

JTextField latIncrement
Latitude increment


latLabel

JTextField latLabel
Lat (y-axis) Label


latMinorSpinner

JSpinner latMinorSpinner
Latitude minor increment


latScaleInfo

LatLonAxisScaleInfo latScaleInfo
Lat scale info


lonBaseLabel

JTextField lonBaseLabel
Longitude base label


lonIncrement

JTextField lonIncrement
Longitude increment


lonLabel

JTextField lonLabel
Lon (x-axis) Label


lonMinorSpinner

JSpinner lonMinorSpinner
Longitude minor increment


lonScaleInfo

LatLonAxisScaleInfo lonScaleInfo
Lon scale info


mpDisplay

MapProjectionDisplay mpDisplay
Map projection display


parent

JFrame parent
The frame parent


xVisible

JCheckBox xVisible
x axis visible


yVisible

JCheckBox yVisible
y axis visible


use360

JCheckBox use360
Use 360


fontSelector

FontSelector fontSelector
Axis font selector

Class ucar.unidata.view.geoloc.MapProjectionDisplay.MapProjection3DAdapter extends CoordinateSystem implements Serializable

Serialized Fields

latIndex

int latIndex
index of the latitude coordinate


lonIndex

int lonIndex
index of the longitude coordinate


mapProjection

MapProjection mapProjection
map projection for xy -> lat/lon transformations


offsetX

double offsetX
X offset


offsetY

double offsetY
Y offset


scaleX

double scaleX
X scaling factor


scaleY

double scaleY
Y scaling factor


theCoordinateSystem

CoordinateSystem theCoordinateSystem
the coordinate system


xIndex

int xIndex
index of the x coordinate


yIndex

int yIndex
index of the y coordinate

Class ucar.unidata.view.geoloc.NavigatedDisplayCursorReadout extends JPanel implements Serializable

Serialized Fields

navDisplay

NavigatedDisplay navDisplay
navigated display


latitude

Real latitude
latitude readout


longitude

Real longitude
longitude readout


altitude

Real altitude
altitude readout


latitudeChangeListener

PropertyChangeListener latitudeChangeListener
listener for latitude changes


longitudeChangeListener

PropertyChangeListener longitudeChangeListener
listener for longitude changes


altitudeChangeListener

PropertyChangeListener altitudeChangeListener
listener for altitude changes


valueDisplay

JLabel valueDisplay
value display


myOwnLabel

boolean myOwnLabel
flag for whether the label is from this object or passed in


active

boolean active
active flag


formatter

DecimalFormat formatter
Decimal format


formatPattern

String formatPattern
decimal format pattern

Class ucar.unidata.view.geoloc.NavigatedDisplayToolBar extends JToolBar implements Serializable

Serialized Fields

navDisplay

NavigatedDisplay navDisplay
NavigatedDisplay that this listens to

Class ucar.unidata.view.geoloc.NavigatedMapPanel extends JPanel implements Serializable

Serialized Fields

navigatedPanel

NavigatedPanel navigatedPanel
navigated panel


mapRenderers

List<E> mapRenderers
map renderers


atI

AffineTransform atI
identity transform


ul

ucar.unidata.geoloc.LatLonPoint ul
upper left lat/lon point


lr

ucar.unidata.geoloc.LatLonPoint lr
lower right lat/lon point

Class ucar.unidata.view.geoloc.NavigatedPanel extends JPanel implements Serializable

Serialized Fields

setReferenceAction

AbstractAction setReferenceAction
set reference action


navigate

Navigation navigate
navigation


project

ucar.unidata.geoloc.ProjectionImpl project
projection used


lmPick

ListenerManager lmPick
manage pick listeners


lmMove

ListenerManager lmMove
manage move listeners


selectRegionMode

boolean selectRegionMode
Should we be able to select a region


regionDragPoint

String regionDragPoint
This tells us what rectangle point we are moving


screenRegion

Rectangle2D screenRegion
Work object when we are dragging


selectedRegion

ucar.unidata.geoloc.ProjectionRect selectedRegion
The selected region


selectedRegionBounds

ucar.unidata.geoloc.ProjectionRect selectedRegionBounds
Bounds of the user selected region


bImage

BufferedImage bImage
image for buffering


backColor

Color backColor
default background color


statusLabel

JLabel statusLabel
status label


imageObs

ucar.unidata.view.geoloc.NavigatedPanel.myImageObserver imageObs
image observer


toolbar

ucar.unidata.view.geoloc.NavigatedPanel.NToolBar toolbar
navigation toolbar


menu

JMenu menu
menu for menus


redrawTimer

Timer redrawTimer
scheduled redraw


changedSinceDraw

boolean changedSinceDraw
flag for changes since drawn


changeable

boolean changeable
flag for users changes


startX

int startX
dragging and zooming state


startY

int startY
dragging and zooming state


deltax

int deltax
dragging and zooming state


deltay

int deltay
dragging and zooming state


draggingMode

boolean draggingMode
flag for dragging mode


zoomingMode

boolean zoomingMode
flag for zooming mode


zoomRB

Rubberband zoomRB
rubber band


setReferenceMode

boolean setReferenceMode
track reference point


hasReference

boolean hasReference
track reference point


refWorld

ucar.unidata.geoloc.ProjectionPointImpl refWorld
working world reference point


refLatLon

ucar.unidata.geoloc.LatLonPointImpl refLatLon
working lat/lon point


refScreen

Point2D refScreen
working screen point


referenceSize

int referenceSize
reference size


referenceCursor

Cursor referenceCursor
reference cursor


sbuff

StringBuffer sbuff
working string buffer


workW

ucar.unidata.geoloc.ProjectionPointImpl workW
working projection point


workL

ucar.unidata.geoloc.LatLonPointImpl workL
working lat/lon point


workB

ucar.unidata.geoloc.Bearing workB
working bearing


myBounds

Rectangle myBounds
working bounds rectangle


boundingBox

ucar.unidata.geoloc.ProjectionRect boundingBox
working bounding box


dropTarget

DropTarget dropTarget
drag and drop drop target


repaintCount

int repaintCount
debug counter


debugDraw

boolean debugDraw
debug flags


debugEvent

boolean debugEvent
debug flags


debugThread

boolean debugThread
debug flags


debugStatus

boolean debugStatus
debug flags


debugTime

boolean debugTime
more debug flags


debugPrinting

boolean debugPrinting
more debug flags


debugBB

boolean debugBB
more debug flags


debugZoom

boolean debugZoom
more debug flags


debugBounds

boolean debugBounds
debug bounding box flag


zoomIn

AbstractAction zoomIn
toolbar actions


zoomOut

AbstractAction zoomOut
toolbar actions


zoomDefault

AbstractAction zoomDefault
toolbar actions


zoomBack

AbstractAction zoomBack
toolbar actions


moveUp

AbstractAction moveUp
more toolbar actions


moveDown

AbstractAction moveDown
more toolbar actions


moveLeft

AbstractAction moveLeft
more toolbar actions


moveRight

AbstractAction moveRight
more toolbar actions

Class ucar.unidata.view.geoloc.NewMapAreaEvent extends EventObject implements Serializable

Serialized Fields

isZoom

boolean isZoom
zoom flag


bounds

Rectangle2D bounds
map area bounds

Class ucar.unidata.view.geoloc.NewProjectionEvent extends EventObject implements Serializable

Serialized Fields

project

ucar.unidata.geoloc.ProjectionImpl project
projection

Class ucar.unidata.view.geoloc.PickEvent extends EventObject implements Serializable

Serialized Fields

point

Point2D point
pick point


bounds

Rectangle2D bounds
The bounds property.


mouseEvent

MouseEvent mouseEvent
The mouseEvent property.

Class ucar.unidata.view.geoloc.RangeAndBearingReadout extends JPanel implements Serializable

Serialized Fields

mapDisplay

MapProjectionDisplay mapDisplay
map display to listen to


bearingReadout

RealReadout bearingReadout
readout for bearing values


rangeReadout

RealReadout rangeReadout
readout for range values


rangeChangeListener

PropertyChangeListener rangeChangeListener
listener for changes in the range


bearingChangeListener

PropertyChangeListener bearingChangeListener
listener for changes in the bearing


valueDisplay

JLabel valueDisplay
display for the value


myOwnLabel

boolean myOwnLabel
whether I use my own label


active

boolean active
flag for active


rangeName

String rangeName
Default label for range values


bearingName

String bearingName
Default label for bearing values

Class ucar.unidata.view.geoloc.TransectDisplay.TransectCoordinateSystem extends CoordinateSystem implements Serializable

Serialized Fields

transect

Gridded2DSet transect
transect


lenToPoint

double[] lenToPoint
distances to each point in the segment


distances

double[] distances
distances for each bearing


angles

double[] angles
angles for each bearing


totalLength

double totalLength
total length of line


numLinePoints

int numLinePoints
number of points on line


numSegments

int numSegments
number of segments on line

Class ucar.unidata.view.geoloc.VertScaleDialog extends JPanel implements Serializable

Serialized Fields

control

ViewpointControl control
The control


dialog

JDialog dialog
The dialog when in dialog mode


min

JTextField min
input fields for max/min values


max

JTextField max
input fields for max/min values


ok

boolean ok
flag for whether the user hit cancel or not


parent

JFrame parent
The frame parent


vertScaleInfo

VertScaleInfo vertScaleInfo
Holds the vertical scale info


unitCombo

JComboBox unitCombo
combo box for selecting units


visible

JCheckBox visible
Is the vertical scale visible

Class ucar.unidata.view.geoloc.ViewpointDialog extends JDialog implements Serializable

Serialized Fields

azimuthFld

JTextField azimuthFld
input fields for azimuth and tilt


tiltFld

JTextField tiltFld
input fields for azimuth and tilt


ok

boolean ok
flag for ok or cancel


okButton

JButton okButton
buttons


cancelButton

JButton cancelButton
buttons


viewpointControl

ViewpointControl viewpointControl
the viewpoint control


Package ucar.unidata.view.sounding

Class ucar.unidata.view.sounding.AerologicalCoordinateSystem extends CoordinateSystem implements Serializable

Class ucar.unidata.view.sounding.AerologicalReadoutTable extends JTable implements Serializable

Serialized Fields

pressureReadout

AerologicalReadoutTable.PressureReadout pressureReadout
The pressure readout.


altitudeReadout

AerologicalReadoutTable.AltitudeReadout altitudeReadout
The altitude readout.


bgTemperatureReadout

AerologicalReadoutTable.TemperatureReadout bgTemperatureReadout
The background temperature readout.


bgPotentialTemperatureReadout

AerologicalReadoutTable.PotentialTemperatureReadout bgPotentialTemperatureReadout
The background potential temperature readout.


bgSatEquivalentPotTempReadout

AerologicalReadoutTable.SatEquivalentPotTempReadout bgSatEquivalentPotTempReadout
The background saturation equivalent potential temperature readout.


bgSatMixingRatioReadout

AerologicalReadoutTable.MixingRatioReadout bgSatMixingRatioReadout
The background mixing-ratio readout.


profileTemperatureReadout

AerologicalReadoutTable.TemperatureReadout profileTemperatureReadout
The profile temperature readout.


profileDewPointReadout

AerologicalReadoutTable.TemperatureReadout profileDewPointReadout
The profile dew-point readout.


profileWindSpeedReadout

AerologicalReadoutTable.WindSpeedReadout profileWindSpeedReadout
The profile wind speed readout.


profileWindDirectionReadout

AerologicalReadoutTable.WindDirectionReadout profileWindDirectionReadout
The profile wind direction readout.


profileMixingRatioReadout

AerologicalReadoutTable.MyReadout profileMixingRatioReadout
The profile mixing-ratio readout.


lclPressureReadout

AerologicalReadoutTable.LCLPressureReadout lclPressureReadout
The LCL pressure readout.


lclTemperatureReadout

AerologicalReadoutTable.LCLTemperatureReadout lclTemperatureReadout
The LCL temperature readout.


lclAltitudeReadout

AerologicalReadoutTable.LCLAltitudeReadout lclAltitudeReadout
The LCL altitude readout.


lfcReadout

AerologicalReadoutTable.PressureReadout lfcReadout
The LFC readout.


lfcTempReadout

AerologicalReadoutTable.TemperatureReadout lfcTempReadout
LFC temperature readout


lnbReadout

AerologicalReadoutTable.PressureReadout lnbReadout
The LNB readout.


lnbTempReadout

AerologicalReadoutTable.TemperatureReadout lnbTempReadout
LNB temperature readout


capeReadout

AerologicalReadoutTable.CapeReadout capeReadout
The CAPE readout.


cinReadout

AerologicalReadoutTable.CinReadout cinReadout
The CIN readout.

Class ucar.unidata.view.sounding.AerologicalReadoutTable.MyTableModel extends AbstractTableModel implements Serializable

Serialized Fields

rowEntries

ArrayList<E> rowEntries
The table rows.

Class ucar.unidata.view.sounding.CellCycleException extends RuntimeException implements Serializable

Serialized Fields

ancestor

DataReference ancestor
ancestor data reference


child

DataReference child
child ref


found

ComputeCell found
found cell

Class ucar.unidata.view.sounding.ClockedBeanCycleException extends RuntimeException implements Serializable

Serialized Fields

bean

ClockedBean bean
bean

Class ucar.unidata.view.sounding.EmagramCoordinateSystem extends AerologicalCoordinateSystem implements Serializable

Serialized Fields

minimumX

Real minimumX
The minimum X coordinate.


maximumX

Real maximumX
The maximum X coordinate.


minimumY

Real minimumY
The minimum Y coordinate.


maximumY

Real maximumY
The maximum Y coordinate.


minimumPressure

Real minimumPressure
The minimum display pressure.

 

maximumPressure

Real maximumPressure
The maximum display pressure.

 

minimumTemperature

Real minimumTemperature
The minimum display temperature.

 

maximumTemperature

Real maximumTemperature
The maximum display temperature.

 

minX

double minX
The minimum X coordinate.

 

maxX

double maxX
The maximum X coordinate.

 

minY

double minY
The minimum Y coordinate.

 

maxY

double maxY
The maximum Y coordinate.

 

minP

double minP
The minimum pressure coordinate.

 

maxP

double maxP
The maximum pressure coordinate.

 

minT

double minT
The minimum temperature coordinate.

 

maxT

double maxT
The maximum temperature coordinate.

 

yPerLogP

double yPerLogP
The change in Y per change in natural logarithm of pressure.

 

logMinP

double logMinP
The natural logarithm of the minimum pressure.

 

xPerT

double xPerT
The change in X per change in temperature.

 

Class ucar.unidata.view.sounding.SkewTCoordinateSystem extends AerologicalCoordinateSystem implements Serializable

Serialized Fields

minimumX

Real minimumX
The minimum X coordinate.


maximumX

Real maximumX
The maximum X coordinate.


minimumY

Real minimumY
The minimum Y coordinate.


maximumY

Real maximumY
The maximum Y coordinate.


minimumPressure

Real minimumPressure
The minimum display pressure.

 

maximumPressure

Real maximumPressure
The maximum display pressure.

 

minimumTemperature

Real minimumTemperature
The minimum display temperature.

 

maximumTemperature

Real maximumTemperature
The maximum display temperature.

 

isothermTangent

Real isothermTangent
The tangent of the isotherms.

 

temperaturePerLogPressure

Real temperaturePerLogPressure
The change in temperature per change in X coordinate. Increasing this value squeezes the isotherms together.

 

minX

double minX
The minimum X coordinate.

 

maxX

double maxX
The maximum X coordinate.

 

minY

double minY
The minimum Y coordinate.

 

maxY

double maxY
The maximum Y coordinate.

 

minP

double minP
The minimum pressure coordinate.

 

maxP

double maxP
The maximum pressure coordinate.

 

minT

double minT
The minimum temperature coordinate.

 

maxT

double maxT
The maximum temperature coordinate.

 

tangent

double tangent
The tangent of the isotherms.

 

yPerLogP

double yPerLogP
The change in Y per change in natural logarithm of pressure.

 

logMinP

double logMinP
The natural logarithm of the minimum pressure.

 

xPerT

double xPerT
The change in X per change in temperature.

 

Class ucar.unidata.view.sounding.SkewTReadoutTable extends JTable implements Serializable

Serialized Fields

pressureReadout

SkewTReadoutTable.PressureReadout pressureReadout
The pressure readout.


altitudeReadout

SkewTReadoutTable.AltitudeReadout altitudeReadout
The altitude readout.


bgTemperatureReadout

SkewTReadoutTable.TemperatureReadout bgTemperatureReadout
The background temperature readout.


bgPotentialTemperatureReadout

SkewTReadoutTable.PotentialTemperatureReadout bgPotentialTemperatureReadout
The background potential temperature readout.


bgSatEquivalentPotTempReadout

SkewTReadoutTable.SatEquivalentPotTempReadout bgSatEquivalentPotTempReadout
The background saturation equivalent potential temperature readout.


bgSatMixingRatioReadout

SkewTReadoutTable.MixingRatioReadout bgSatMixingRatioReadout
The background mixing-ratio readout.


profileTemperatureReadout

SkewTReadoutTable.TemperatureReadout profileTemperatureReadout
The profile temperature readout.


profileDewPointReadout

SkewTReadoutTable.TemperatureReadout profileDewPointReadout
The profile dew-point readout.


profileWindSpeedReadout

SkewTReadoutTable.WindSpeedReadout profileWindSpeedReadout
The profile wind speed readout.


profileWindDirectionReadout

SkewTReadoutTable.WindDirectionReadout profileWindDirectionReadout
The profile wind direction readout.


profileMixingRatioReadout

SkewTReadoutTable.MyReadout profileMixingRatioReadout
The profile mixing-ratio readout.


lclPressureReadout

SkewTReadoutTable.LCLPressureReadout lclPressureReadout
The LCL pressure readout.


lclTemperatureReadout

SkewTReadoutTable.LCLTemperatureReadout lclTemperatureReadout
The LCL temperature readout.


lclAltitudeReadout

SkewTReadoutTable.LCLAltitudeReadout lclAltitudeReadout
The LCL altitude readout.


lfcReadout

SkewTReadoutTable.PressureReadout lfcReadout
The LFC readout.


lfcTempReadout

SkewTReadoutTable.TemperatureReadout lfcTempReadout
LFC temperature readout


lnbReadout

SkewTReadoutTable.PressureReadout lnbReadout
The LNB readout.


lnbTempReadout

SkewTReadoutTable.TemperatureReadout lnbTempReadout
LNB temperature readout


capeReadout

SkewTReadoutTable.CapeReadout capeReadout
The CAPE readout.


cinReadout

SkewTReadoutTable.CinReadout cinReadout
The CIN readout.

Class ucar.unidata.view.sounding.SkewTReadoutTable.MyTableModel extends AbstractTableModel implements Serializable

Serialized Fields

rowEntries

ArrayList<E> rowEntries
The table rows.

Class ucar.unidata.view.sounding.SoundingObListModel extends AbstractListModel implements Serializable

Serialized Fields

soundingObs

List<E> soundingObs
list of sounding observations

Class ucar.unidata.view.sounding.SoundingSelectionList extends JList implements Serializable

Serialized Fields

jPanel

JPanel jPanel
panel for list

Class ucar.unidata.view.sounding.SoundingSelector extends IdvChooser implements Serializable

Serialized Fields

idvChooser

IdvChooser idvChooser
the idv chooser


connectionStep

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


servers

PreferenceList servers
list of servers


selectedFileDisplay

JTextField selectedFileDisplay
input for file name


timesList

JList timesList
list of times


obsList

JList obsList
list of observations


selectedObs

Vector<E> selectedObs
selected observations


stationMap

StationLocationMap stationMap
station location map


directory

String directory
current directory


filename

String filename
current file name


fileBrowser

SoundingFileBrowser fileBrowser
file browser


addeChooser

AddeChooser addeChooser
the adde chooser


groupSelector

JComboBox groupSelector
dataset group selector


selectedFile

File selectedFile
selected file


declutter

boolean declutter
declutter flag


soundingAdapter

SoundingAdapter soundingAdapter
sounding adapter used by this seleccor


multipleSelect

boolean multipleSelect
flag for allowing multiple selections


forServer

boolean forServer
flag for server vs. file


showMainHoursOnly

boolean showMainHoursOnly
flag for server vs. file


directoryName

String directoryName
the directory name

Class ucar.unidata.view.sounding.StuveCoordinateSystem extends AerologicalCoordinateSystem implements Serializable

Serialized Fields

minimumX

Real minimumX
The minimum X coordinate.


maximumX

Real maximumX
The maximum X coordinate.


minimumY

Real minimumY
The minimum Y coordinate.


maximumY

Real maximumY
The maximum Y coordinate.


minimumPressure

Real minimumPressure
The minimum display pressure.

 

maximumPressure

Real maximumPressure
The maximum display pressure.

 

minimumTemperature

Real minimumTemperature
The minimum display temperature.

 

maximumTemperature

Real maximumTemperature
The maximum display temperature.

 

minX

double minX
The minimum X coordinate.

 

maxX

double maxX
The maximum X coordinate.

 

minY

double minY
The minimum Y coordinate.

 

maxY

double maxY
The maximum Y coordinate.

 

minP

double minP
The minimum pressure coordinate.

 

maxP

double maxP
The maximum pressure coordinate.

 

minT

double minT
The minimum temperature coordinate.

 

maxT

double maxT
The maximum temperature coordinate.

 

yPerPowP

double yPerPowP
The change in Y per change in natural logarithm of pressure.

 

powMinP

double powMinP
The natural logarithm of the minimum pressure.

 

xPerT

double xPerT
The change in X per change in temperature.

 

powP

double powP
The power for the pressure

Class ucar.unidata.view.sounding.WindBarbStaff extends JPanel implements Serializable

Serialized Fields

propertySet

PropertySet propertySet
set of properties


minimumGeopotentialAltitudeProperty

NonVetoableProperty minimumGeopotentialAltitudeProperty
min height property


maximumGeopotentialAltitudeProperty

NonVetoableProperty maximumGeopotentialAltitudeProperty
max height property


displayedSpeedUnitProperty

NonVetoableProperty displayedSpeedUnitProperty
displayed speed unit property


windProfileReferenceProperty

NonVetoableProperty windProfileReferenceProperty
wind profile property


display

DisplayImpl display
display for wind barb staff


windProfileRef

DataReferenceImpl windProfileRef
wind profile reference


originalWindProfile

Field originalWindProfile
original wind profile


workingWindProfile

Field workingWindProfile
working wind profile


centerLineRef

DataReferenceImpl centerLineRef
centerline reference for display


centerLineData

Gridded2DSet centerLineData
centerline data


emptyData

Data emptyData
empty data


verticalCoordinateMap

ScalarMap verticalCoordinateMap
ScalarMap for the vertical coordinate


minGeopotentialAltitude

float minGeopotentialAltitude
min height


maxGeopotentialAltitude

float maxGeopotentialAltitude
max height


flowControl

FlowControl flowControl
FlowControl for displayed winds


Package ucar.unidata.view.station

Class ucar.unidata.view.station.StationLocationMap extends JPanel implements Serializable

Serialized Fields

navigatedPanel

NavigatedPanel navigatedPanel
the navigated panel


mapRender

Renderer mapRender
the map renderer


stnRender

StationLocationRenderer stnRender
the station renderer


project

ucar.unidata.geoloc.ProjectionImpl project
the projection


atI

AffineTransform atI
the transform


selectedStationProperty

Property selectedStationProperty
the selected station property


unselectedStationProperty

Property unselectedStationProperty
the unselected station property


unselectAllProperty

Property unselectAllProperty
the unselected station property


propertySet

PropertySet propertySet
the property set


multipleSelect

boolean multipleSelect
flag for multiple selection


wasDoubleClick

boolean wasDoubleClick
flag for a double click


debugTime

boolean debugTime
debugging

Class ucar.unidata.view.station.StationModelView extends Object implements Serializable

Serialized Fields

metsym

ArrayList<E> metsym
list of met symbols


name

String name
the name of this view


debug

boolean debug
debug flag


selected

MetSymbol selected
selected symbol


size

int size
default size


Package ucar.unidata.xml

Class ucar.unidata.xml.XmlNodeList extends ArrayList implements Serializable


Package ucar.visad

Class ucar.visad.MapProjectionProjection extends ucar.unidata.geoloc.ProjectionImpl implements Serializable

Serialized Fields

xIndex

int xIndex
x index


yIndex

int yIndex
y index


mapProjection

MapProjection mapProjection
the map projection

Class ucar.visad.ProjectionCoordinateSystem extends MapProjection implements Serializable

Serialized Fields

projection

ucar.unidata.geoloc.ProjectionImpl projection
projection for transformations


workP

ucar.unidata.geoloc.ProjectionPointImpl workP
working world point for transformations


workL

ucar.unidata.geoloc.LatLonPointImpl workL
working latlon point for transformations

Class ucar.visad.RadarGridCoordinateSystem extends NavigatedCoordinateSystem implements Serializable

Serialized Fields

rcs

Radar3DCoordinateSystem rcs
3D coordinate systems for transformations


center

ucar.unidata.geoloc.LatLonPointImpl center
center point of projection


workLL

ucar.unidata.geoloc.LatLonPointImpl workLL
working lat/lon point for transformations

Class ucar.visad.RadarMapProjection extends AREACoordinateSystem implements Serializable

Serialized Fields

lat

double lat
center latitude


lon

double lon
center longitude


width

int width
specified width


height

int height
specified height

Class ucar.visad.ReverseCoordinateSystem extends CoordinateSystem implements Serializable

Class ucar.visad.UTMCoordinateSystem extends MapProjection implements Serializable

Serialized Fields

ellipsoid

geotransform.ellipsoids.Ellipsoid ellipsoid
ellipsoid being used


zone

int[] zone
the UTM zone numbers (1..60) per position


onezone

int onezone
zone for CS


hemisphere_north

boolean[] hemisphere_north
array of hemisphere flags


onehemiflag

boolean onehemiflag
hemisphere flag for CS


startX

double startX
starting x point for the zone


startY

double startY
starting y point of the zone


width

double width
width of the zone


height

double height
height of the zone


Package ucar.visad.display

Class ucar.visad.display.AnimationBoxPanel extends JPanel implements Serializable

Serialized Fields

myHeight

int myHeight
Box height


widget

AnimationWidget widget
The widget


BOXES_MUTEX

Object BOXES_MUTEX
mutex


myBoxes

List<E> myBoxes
List of boxes to draw


overBoxIndex

int overBoxIndex
Index of box we are currently over. Used to draw the highlight


copyForDrag

boolean[] copyForDrag
used when dragging


dragStartIndex

int dragStartIndex
used when dragging


dragStartOk

boolean dragStartOk
used when dragging


dragCurrentIndex

int dragCurrentIndex
used when dragging


numberKeyDown

boolean numberKeyDown
Is the number key currently pressed


numberKey

int numberKey
The number key

Class ucar.visad.display.AnimationBoxPanel.Box extends Rectangle2D.Double implements Serializable

Serialized Fields

ok

boolean ok
Ok


on

boolean on
Is the current one

Class ucar.visad.display.AnimationPropertiesDialog extends JDialog implements Serializable

Serialized Fields

resetList

List<E> resetList
List of reset TFOs


ok

boolean ok
true = forward loop


fwdSlider

JSlider fwdSlider
forward increment scrollbar


backSlider

JSlider backSlider
back increment scrollbar


startSlider

JSlider startSlider
scollbar for selecting dwell for first step


endSlider

JSlider endSlider
scollbar for selecting dwell for last step


fwdField

JTextField fwdField
label for fwdScrollBar


backField

JTextField backField
label for backScrollBar


startField

JTextField startField
label for startScrollBar


endField

JTextField endField
label for endScrollBar


shareNoneBtn

JRadioButton shareNoneBtn
share none button


shareAbsBtn

JRadioButton shareAbsBtn
checkbox for selecting shared state


shareRelBtn

JRadioButton shareRelBtn
checkbox for selecting share index state


boxesVisibleButton

JCheckBox boxesVisibleButton
Show the boxes


predefinedBtn

JButton predefinedBtn
predefined button


dirCbx

JComboBox dirCbx
Direction widget


saveAsPrototypeCbx

JCheckBox saveAsPrototypeCbx
should we save this animationinfo as a prototype


resetCbx

JComboBox resetCbx
Combobox for setting the reset policy


myInfo

AnimationInfo myInfo
AnimationInfo for this widget


animationWidget

AnimationWidget animationWidget
The animation widget


boxPanel

AnimationBoxPanel boxPanel
The box panel


setContents

JComponent setContents
gui widgets


intervalField

TimeLengthField intervalField
gui widgets


startOffsetField

TimeLengthField startOffsetField
gui widgets


endOffsetField

TimeLengthField endOffsetField
gui widgets


roundToField

TimeLengthField roundToField
gui widgets


startExtra

GuiUtils.CardLayoutPanel startExtra
Holds the details


endExtra

GuiUtils.CardLayoutPanel endExtra
Holds the details


startDataModeLabel

JLabel startDataModeLabel
details widget


endDataModeLabel

JLabel endDataModeLabel
details widget


startCurrentModeLabel

JLabel startCurrentModeLabel
details widget


endCurrentModeLabel

JLabel endCurrentModeLabel
details widget


startRelativeModeLabel

JLabel startRelativeModeLabel
details widget


endRelativeModeLabel

JLabel endRelativeModeLabel
details widget


pollIntervalFld

JTextField pollIntervalFld
gui widgets


animationSetNotActiveBtn

JRadioButton animationSetNotActiveBtn
gui widgets


animationSetActiveBtn

JRadioButton animationSetActiveBtn
gui widgets


startTimeBox

JComboBox startTimeBox
gui widgets


endTimeBox

JComboBox endTimeBox
gui widgets


startTimePicker

DateTimePicker startTimePicker
gui widgets


endTimePicker

DateTimePicker endTimePicker
gui widgets


baseTimeList

List<E> baseTimeList
gui widgets


pollList

List<E> pollList
gui widgets


intervalList

List<E> intervalList
gui widgets


intervalText

String intervalText
used for when we have a failed string->double conversion


okToUpdate

boolean okToUpdate
flag for updating labels


timeline

Timeline timeline
timeline


timeDriverCbx

JCheckBox timeDriverCbx
time driver selection


PREDEFINED_METHODS

String[] PREDEFINED_METHODS
predefined methods


PREDEFINED_LABELS

String[] PREDEFINED_LABELS
predefined labels


predefinedIntervalField

TimeLengthField predefinedIntervalField
predefined interval field


predefinedDialog

JDialog predefinedDialog
predefined dialog


Package ucar.visad.functiontypes

Class ucar.visad.functiontypes.AirTemperatureProfile extends FunctionType implements Serializable

Class ucar.visad.functiontypes.AtmosphericProfile extends FunctionType implements Serializable

Class ucar.visad.functiontypes.CartesianHorizontalWindOfGeopotentialAltitude extends CartesianHorizontalWindProfile implements Serializable

Class ucar.visad.functiontypes.CartesianHorizontalWindOfPressure extends CartesianHorizontalWindProfile implements Serializable

Class ucar.visad.functiontypes.CartesianHorizontalWindProfile extends HorizontalWindProfile implements Serializable

Class ucar.visad.functiontypes.DewPointProfile extends AirTemperatureProfile implements Serializable

Class ucar.visad.functiontypes.HorizontalWindProfile extends WindProfile implements Serializable

Class ucar.visad.functiontypes.InSituAirTemperatureProfile extends AirTemperatureProfile implements Serializable

Class ucar.visad.functiontypes.PolarHorizontalWindOfGeopotentialAltitude extends PolarHorizontalWindProfile implements Serializable

Class ucar.visad.functiontypes.PolarHorizontalWindOfPressure extends PolarHorizontalWindProfile implements Serializable

Class ucar.visad.functiontypes.PolarHorizontalWindProfile extends HorizontalWindProfile implements Serializable

Class ucar.visad.functiontypes.WindProfile extends AtmosphericProfile implements Serializable


Package ucar.visad.quantities

Class ucar.visad.quantities.AirPressure.AirPressureCoordinateSystem extends CoordinateSystem implements Serializable

Serialized Fields

p0Float

double p0Float
The reference pressure.

 

p0Double

double p0Double
The reference pressure.

 

logPCoordSys

EmpiricalCoordinateSystem logPCoordSys
The log-P empirical coordinate system transformation.

 

Class ucar.visad.quantities.AirPressure.StandardAtmosphereCoordinateSystem extends AirPressure.AirPressureCoordinateSystem implements Serializable

Class ucar.visad.quantities.GeopotentialAltitude.GeopotentialCoordinateSystem extends CoordinateSystem implements Serializable

Serialized Fields

gravity

Real gravity
Gravity.

 

Class ucar.visad.quantities.PolarHorizontalWind.PolarCoordinateSystem extends CoordinateSystem implements Serializable

Serialized Fields

internalUnits

Unit[] internalUnits
Units of the internal computations.

 

Class ucar.visad.quantities.SaturationMixingRatio.MyFunction extends FunctionImpl implements Serializable