- AbstractCellEditor - Class in ucar.nc2.ui.table
-
- AbstractCellEditor() - Constructor for class ucar.nc2.ui.table.AbstractCellEditor
-
- AbstractGisFeature - Class in ucar.nc2.ui.gis
-
Abstract class that implements common methods for concrete
implementations of GisFeature.
- AbstractGisFeature() - Constructor for class ucar.nc2.ui.gis.AbstractGisFeature
-
- ACCEL - Static variable in class ucar.nc2.ui.widget.BAMutil
-
Action Property specifies menu accelerator
- accept() - Method in class thredds.ui.catalog.tools.DatasetEditor
-
- accept(File) - Method in class ucar.nc2.ui.widget.FileManager.ExtFilter
-
- accept(File) - Method in class ucar.nc2.ui.widget.FileManager.HDF5ExtFilter
-
- accept(File) - Method in class ucar.nc2.ui.widget.FileManager.NetcdfExtFilter
-
- accept(File) - Method in class ucar.nc2.ui.widget.FileManager.XMLExtFilter
-
- accept(StringBuffer) - Method in class ucar.util.prefs.ui.Field
-
Get current value from editComponent, save to store.
- accept() - Method in class ucar.util.prefs.ui.PrefPanel
-
Call Field.accept() on all Fields.
- acceptIfDifferent(Object) - Method in class ucar.util.prefs.ui.Field
-
See if this value is different from current accepted value (using equals());
If so, set old value to accepted value, then accepted value to this value.
- access() - Method in class thredds.ui.catalog.tools.CatalogEnhancer.AccessBean
-
- access() - Method in class thredds.ui.catalog.tools.DLCrawler.AccessBean
-
- AccessLogTable - Class in thredds.ui.monitor
-
Access Logs in TdsMonitor.
- AccessLogTable(JTextArea, JTextArea, PreferencesExt, Cache) - Constructor for class thredds.ui.monitor.AccessLogTable
-
- AccessLogTable.Accum - Class in thredds.ui.monitor
-
- AccessLogTable.Accum() - Constructor for class thredds.ui.monitor.AccessLogTable.Accum
-
- AccessLogTable.Client - Class in thredds.ui.monitor
-
- AccessLogTable.Client() - Constructor for class thredds.ui.monitor.AccessLogTable.Client
-
- AccessLogTable.Dataroot - Class in thredds.ui.monitor
-
- AccessLogTable.Dataroot() - Constructor for class thredds.ui.monitor.AccessLogTable.Dataroot
-
- AccessLogTable.Service - Class in thredds.ui.monitor
-
- AccessLogTable.Service() - Constructor for class thredds.ui.monitor.AccessLogTable.Service
-
- AccessLogTable.User - Class in thredds.ui.monitor
-
- AccessLogTable.User() - Constructor for class thredds.ui.monitor.AccessLogTable.User
-
- acquireFile() - Method in class ucar.nc2.ui.AggTable.DatasetBean
-
- ActionCoordinator - Class in ucar.nc2.ui.event
-
An ActionCoordinator helps manage the set of objects that send and receive
an ActionValueEvent.
- ActionCoordinator(String) - Constructor for class ucar.nc2.ui.event.ActionCoordinator
-
- actionPerformed(ActionValueEvent) - Method in class ucar.nc2.ui.event.ActionCoordinator
-
- actionPerformed(ActionValueEvent) - Method in class ucar.nc2.ui.event.ActionSourceListener
-
- actionPerformed(ActionValueEvent) - Method in interface ucar.nc2.ui.event.ActionValueListener
-
- actionPerformed(CursorMoveEvent) - Method in interface ucar.nc2.ui.geoloc.CursorMoveEventListener
-
- actionPerformed(GeoSelectionEvent) - Method in interface ucar.nc2.ui.geoloc.GeoSelectionListener
-
- actionPerformed(NewMapAreaEvent) - Method in interface ucar.nc2.ui.geoloc.NewMapAreaListener
-
- actionPerformed(NewProjectionEvent) - Method in interface ucar.nc2.ui.geoloc.NewProjectionListener
-
- actionPerformed(PickEvent) - Method in interface ucar.nc2.ui.geoloc.PickEventListener
-
- actionPerformed(ActionEvent) - Method in class ucar.nc2.ui.widget.BAMutil.ActionToggle
-
- ActionSourceListener - Class in ucar.nc2.ui.event
-
ActionSourceListeners are used by objects that are both source and listener for
a particular type of ActionValue events.
- ActionSourceListener(String) - Constructor for class ucar.nc2.ui.event.ActionSourceListener
-
- ActionValueEvent - Class in ucar.nc2.ui.event
-
Extend ActionEvent to contain a String value.
- ActionValueEvent(Object, String, Object) - Constructor for class ucar.nc2.ui.event.ActionValueEvent
-
- ActionValueListener - Interface in ucar.nc2.ui.event
-
Listeners for ActionValueEvents.
- add(URL, SourcePicture) - Static method in class ucar.nc2.ui.image.PictureCache
-
store an image in the cache
- addAction(String, Action) - Method in class ucar.nc2.ui.widget.PopupMenu
-
Add an action to the popup menu.
- addAction(String, String, Action) - Method in class ucar.nc2.ui.widget.PopupMenu
-
Add an action to the popup menu, with an icon.
- addAction(String, ImageIcon, Action) - Method in class ucar.nc2.ui.widget.PopupMenu
-
Add an action to the popup menu, with an icon.
- addActionCheckBox(String, AbstractAction, boolean) - Method in class ucar.nc2.ui.widget.PopupMenu
-
Add an action to the popup menu, using a JCheckBoxMenuItem.
- addActionListener(ActionListener) - Method in class ucar.nc2.ui.widget.ProgressMonitor
-
Add listener: action event sent when task is done.
- addActionListener(ActionListener) - Method in class ucar.nc2.ui.widget.StopButton
-
Add listener: action event sent when task is done.
- addActionListener(ActionListener) - Method in class ucar.util.prefs.ui.PrefPanel
-
Add listener: action event sent if "apply" button is pressed
- addActions(JPanel) - Method in class ucar.nc2.ui.DatasetViewer
-
- addActions(JPanel) - Method in class ucar.nc2.ui.DatasetWriter
-
- addActionSourceListener(ActionSourceListener) - Method in class ucar.nc2.ui.event.ActionCoordinator
-
add an ActionSource listener
- addActionsToMenu(JMenu) - Method in class ucar.nc2.ui.geoloc.NavigatedPanel
-
Add all of the toolbar's actions to a menu.
- addActionToContainer(Container, Action) - Static method in class ucar.nc2.ui.widget.BAMutil
-
Same as addActionToContainerPos, but add to end of Container
- addActionToContainerPos(Container, Action, int) - Static method in class ucar.nc2.ui.widget.BAMutil
-
creates an AbstractButton using the given Action and adds it to the given Container at the position..
- addActionToMenu(JMenu, Action, int) - Static method in class ucar.nc2.ui.widget.BAMutil
-
creates a MenuItem using the given Action and adds it to the given Menu.
- addActionToMenu(JMenu, Action) - Static method in class ucar.nc2.ui.widget.BAMutil
-
- addActionToPopupMenu(String, AbstractAction) - Method in class ucar.nc2.ui.StructureTable
-
- addActionToPopupMenu(JPopupMenu, Action) - Static method in class ucar.nc2.ui.widget.BAMutil
-
- addActionValueListener(ActionValueListener) - Method in class ucar.nc2.ui.event.ActionSourceListener
-
- addActionValueListener(ActionValueListener) - Method in class ucar.nc2.ui.point.StationRegionDateChooser
-
- addActionValueListener(ActionValueListener) - Method in class ucar.nc2.ui.widget.RangeDateSelector
-
add ActionValueListener listener
- addActionValueListener(ActionValueListener) - Method in class ucar.nc2.ui.widget.RangeSelector
-
add ActionValueListener listener
- addActionValueListener(ActionValueListener) - Method in class ucar.nc2.ui.widget.SuperComboBox
-
add ActionValueListener listener
- addBean(Object) - Method in class ucar.util.prefs.ui.BeanTable
-
- addBeans(ArrayList<Object>) - Method in class ucar.util.prefs.ui.BeanTable
-
- addBeanTableField(String, String, ArrayList, Class, int, int, String) - Method in class ucar.util.prefs.ui.PrefPanel
-
- addButton(JButton) - Method in class thredds.ui.catalog.CatalogChooser
-
Add this button to the button panel.
- addButton(AbstractButton) - Method in class thredds.ui.catalog.query.QueryChooser
-
Add a button to the lower row of buttons.
- addButton(Component) - Method in class ucar.nc2.ui.widget.TextGetPutPane
-
- addButton(JComponent) - Method in class ucar.util.prefs.ui.PrefPanel
-
Add a button to the button panel
- addCellEditorListener(CellEditorListener) - Method in class ucar.nc2.ui.table.AbstractCellEditor
-
- addCheckBoxField(String, String, boolean) - Method in class ucar.util.prefs.ui.PrefPanel
-
Add a boolean field as a checkbox.
- addCheckBoxField(String, String, boolean, int, int) - Method in class ucar.util.prefs.ui.PrefPanel
-
- addComponent(Component, int, int, String) - Method in class ucar.util.prefs.ui.PrefPanel
-
Add a Component.
- addContextMenu() - Method in class ucar.util.prefs.ui.ComboBox
-
- addCursorMoveEventListener(CursorMoveEventListener) - Method in class ucar.nc2.ui.geoloc.NavigatedPanel
-
Register a CursorMoveEventListener.
- addCursorMoveEventListener(CursorMoveEventListener) - Method in class ucar.nc2.ui.widget.ScaledPanel
-
Register a CursorMoveEventListener.
- addDataset(InvDatasetImpl) - Method in class thredds.ui.catalog.search.CatalogIndexer
-
list of DatasetBean
public ArrayList getDatasetBeans() { return beans; }
- addDataset(InvDatasetImpl) - Method in class thredds.ui.catalog.tools.CatalogEnhancer
-
- addDataset(InvDatasetImpl) - Method in class thredds.ui.catalog.tools.DLCrawler
-
- addDatasetAccess(InvDatasetImpl) - Method in class thredds.ui.catalog.tools.CatalogEnhancer
-
- addDatasetAccess(InvDatasetImpl) - Method in class thredds.ui.catalog.tools.DLCrawler
-
- addDateField(String, String, Date) - Method in class ucar.util.prefs.ui.PrefPanel
-
Add a field that edits a date
- addDateField(String, String, Date, int, int, String) - Method in class ucar.util.prefs.ui.PrefPanel
-
- addDoubleField(String, String, double) - Method in class ucar.util.prefs.ui.PrefPanel
-
Add a field that edits a double
- addDoubleField(String, String, double, int, int, String) - Method in class ucar.util.prefs.ui.PrefPanel
-
- addDoubleField(String, String, double, int, int, int, String) - Method in class ucar.util.prefs.ui.PrefPanel
-
- addEmptyRow(int, int) - Method in class ucar.util.prefs.ui.PrefPanel
-
Add a seperator after the last field added.
- addEnumComboField(String, String, Collection, boolean, int, int, String) - Method in class ucar.util.prefs.ui.PrefPanel
-
- addEnumComboField(String, String, Collection, boolean) - Method in class ucar.util.prefs.ui.PrefPanel
-
- addEventListener(ItemListener) - Method in class ucar.nc2.ui.dialog.NetcdfOutputChooser
-
- addEventListener(SocketMessage.EventListener) - Method in class ucar.nc2.ui.util.SocketMessage
-
Add a EventListener
- addExtra(JPanel, FileManager) - Method in class ucar.nc2.ui.coverage.CoverageTable
-
- addExtra(JPanel, FileManager) - Method in class ucar.nc2.ui.grid.GeoGridTable
-
- addField(Field) - Method in class ucar.util.prefs.ui.PrefPanel
-
Add a field created by the user.
- addField(Field, int, int, String) - Method in class ucar.util.prefs.ui.PrefPanel
-
- addGeoSelectionListener(GeoSelectionListener) - Method in class ucar.nc2.ui.geoloc.NavigatedPanel
-
Register a PickEventListener.
- addHeading(String) - Method in class ucar.util.prefs.ui.PrefPanel
-
Add a heading that takes no input
- addHeading(String, int) - Method in class ucar.util.prefs.ui.PrefPanel
-
Add a heading at the specified row.
- addIntField(String, String, int) - Method in class ucar.util.prefs.ui.PrefPanel
-
Add a field that edits an integer
- addItem(Object) - Method in class ucar.util.prefs.ui.ComboBox
-
Add the item to the top of the list.
- addListener(SourcePictureListener) - Method in class ucar.nc2.ui.image.SourcePicture
-
method to register the listening object of the status events
- addListSelectionListener(ListSelectionListener) - Method in class ucar.nc2.ui.StructureTable
-
Add listener: ListSelectionEvent sent when a new row is selected
- addListSelectionListener(ListSelectionListener) - Method in class ucar.nc2.ui.table.JTableSorted
-
add ListSelectionEvent listener
- addListSelectionListener(ListSelectionListener) - Method in class ucar.nc2.ui.table.JTreeTableSorted
-
add ListSelectionEvent listener
- addListSelectionListener(ListSelectionListener) - Method in class ucar.util.prefs.ui.BeanTable
-
Add listener: ListSelectionEvent sent when a new row is selected
- addMapBean(MapBean) - Method in class ucar.nc2.ui.coverage.CoverageDisplay
-
- addMapBean(MapBean) - Method in class ucar.nc2.ui.grid.GridUI
-
- addNewMapAreaListener(NewMapAreaListener) - Method in class ucar.nc2.ui.geoloc.NavigatedPanel
-
Register a NewMapAreaListener.
- addNewProjectionListener(NewProjectionListener) - Method in class ucar.nc2.ui.geoloc.JTableProjection
-
- addNewProjectionListener(NewProjectionListener) - Method in class ucar.nc2.ui.geoloc.NavigatedPanel
-
Register a NewProjectionListener.
- addPasswordField(String, String, String) - Method in class ucar.util.prefs.ui.PrefPanel
-
Add a password text field.
- addPickEventListener(PickEventListener) - Method in class ucar.nc2.ui.geoloc.NavigatedPanel
-
Register a PickEventListener.
- addPickEventListener(PickEventListener) - Method in class ucar.nc2.ui.widget.ScaledPanel
-
Register a PickEventListener.
- addPopupMenuAction(String, AbstractAction) - Method in class ucar.util.prefs.ui.Field
-
- addPreferenceChangeListener(PreferenceChangeListener) - Method in class ucar.util.prefs.ui.PersistentBean
-
- addProjection(ProjectionImpl) - Method in class ucar.nc2.ui.geoloc.JTableProjection
-
- addPropertyChangeListener(PropertyChangeListener) - Method in class thredds.ui.catalog.CatalogChooser
-
Add a PropertyChangeEvent Listener.
- addPropertyChangeListener(PropertyChangeListener) - Method in class thredds.ui.catalog.CatalogTreeView
-
Add a PropertyChangeEvent Listener.
- addPropertyChangeListener(PropertyChangeListener) - Method in class thredds.ui.catalog.query.QueryChooser
-
Add a PropertyChangeEvent Listener.
- addPropertyChangeListener(PropertyChangeListener) - Method in class thredds.ui.catalog.ThreddsDatasetChooser
-
Add a PropertyChangeEvent Listener.
- addPropertyChangeListener(PropertyChangeListener) - Method in class thredds.ui.catalog.tools.CatalogCopier
-
Add a PropertyChangeEvent Listener.
- addPropertyChangeListener(PropertyChangeListener) - Method in class ucar.nc2.ui.DatasetTreeView
-
Add a PropertyChangeEvent Listener.
- addPropertyChangeListener(PropertyChangeListener) - Method in class ucar.nc2.ui.geoloc.ProjectionManager
-
- addPropertyChangeListener(PropertyChangeListener) - Method in class ucar.nc2.ui.gis.MapBean
-
Add a PropertyChangeEvent Listener.
- addPropertyChangeListener(PropertyChangeListener) - Method in class ucar.nc2.ui.grid.ColorScale
-
add action event listener
- addPropertyChangeListener(PropertyChangeListener) - Method in class ucar.nc2.ui.point.StationRegionDateChooser
-
Add a PropertyChangeListener.
- addPropertyChangeListener(PropertyChangeListener) - Method in class ucar.nc2.ui.ThreddsUI
-
Add a PropertyChangeEvent Listener.
- addPropertyChangeListener(PropertyChangeListener) - Method in class ucar.nc2.ui.widget.HtmlBrowser
-
Add a PropertyChangeEvent Listener.
- addPropertyChangeListener(PropertyChangeListener) - Method in class ucar.util.prefs.ui.Field
-
Register for PropertyChange events when the value of the Field changes.
- addPutActionListener(ActionListener) - Method in class ucar.nc2.ui.widget.TextGetPutPane
-
- addRenderer(Renderer) - Method in class ucar.nc2.ui.geoloc.NPController
-
- addRowsToSetFromPath(JTree, TreePath, Set) - Method in class ucar.nc2.ui.table.TreeTableModelSorted
-
- addSeparator() - Method in class ucar.util.prefs.ui.PrefPanel
-
Add a seperator after the last field added.
- addSeries(String, TimeSeries) - Method in class thredds.ui.monitor.MultipleAxisChart
-
- addStandardPopups() - Method in class ucar.util.prefs.ui.Field
-
- addStatusListener(ScalablePictureListener) - Method in class ucar.nc2.ui.image.ScalablePicture
-
method to register the listening object of the status events
- addTextAreaField(String, String, String, int) - Method in class ucar.util.prefs.ui.PrefPanel
-
Add a TextArea field.
- addTextAreaField(String, String, String, int, int, int, String) - Method in class ucar.util.prefs.ui.PrefPanel
-
- addTextComboField(String, String, Collection, int, boolean) - Method in class ucar.util.prefs.ui.PrefPanel
-
Add a text combobox field.
- addTextComboField(String, String, Collection, int, boolean, int, int, String) - Method in class ucar.util.prefs.ui.PrefPanel
-
- addTextField(String, String, String) - Method in class ucar.util.prefs.ui.PrefPanel
-
Add a text field.
- addTextField(String, String, String, int, int, String) - Method in class ucar.util.prefs.ui.PrefPanel
-
- addToMenu(JMenu) - Method in class ucar.nc2.ui.widget.PLAF
-
Add a set of MenuItems to the given JMenu, one for each possible L&F.
- addToolbarAction(AbstractAction) - Method in class ucar.nc2.ui.point.StationRegionDateChooser
-
Add an action to the toolbar.
- addTreeModelListener(TreeModelListener) - Method in class ucar.nc2.ui.table.TreeTableModelAbstract
-
- addUIChangeListener(UIChangeListener) - Method in class ucar.nc2.ui.table.JTableSorted
-
add UIChangeEvent listener
- addValidator(FieldValidator) - Method in class ucar.util.prefs.ui.Field
-
Add a validator to this field.
- AggTable - Class in ucar.nc2.ui
-
ToolsUI/NcML/Aggregation
- AggTable(PreferencesExt, JPanel) - Constructor for class ucar.nc2.ui.AggTable
-
- AggTable.DatasetBean - Class in ucar.nc2.ui
-
- AggTable.DatasetBean() - Constructor for class ucar.nc2.ui.AggTable.DatasetBean
-
- AggTable.DatasetBean(Aggregation.Dataset) - Constructor for class ucar.nc2.ui.AggTable.DatasetBean
-
- AggTable.DdsBean - Class in ucar.nc2.ui
-
- AggTable.DdsBean() - Constructor for class ucar.nc2.ui.AggTable.DdsBean
-
- AggTable.DdsBean(DataDescriptor, int) - Constructor for class ucar.nc2.ui.AggTable.DdsBean
-
- AggTable.ObsBean - Class in ucar.nc2.ui
-
- AggTable.ObsBean() - Constructor for class ucar.nc2.ui.AggTable.ObsBean
-
- AggTable.ObsBean(Structure, StructureData) - Constructor for class ucar.nc2.ui.AggTable.ObsBean
-
- allowSortColChange(boolean) - Method in class ucar.nc2.ui.table.JTreeTableSorted
-
- anchor(Point) - Method in class ucar.nc2.ui.geoloc.Rubberband
-
Set the anchor point.
- anchor(Point) - Method in class ucar.nc2.ui.geoloc.RubberbandRectangleHandles
-
- anchorPt - Variable in class ucar.nc2.ui.geoloc.Rubberband
-
- append(String) - Method in class ucar.nc2.ui.widget.URLDumpPane
-
- appendLine(String) - Method in class ucar.nc2.ui.widget.TextHistoryPane
-
Append this line to the bottom of the JTextArea.
- ASCENDING - Static variable in class ucar.util.prefs.ui.TableSorter
-
- atI - Variable in class ucar.nc2.ui.geoloc.NPController
-
- GARBAGE_COLLECTION - Static variable in class ucar.nc2.ui.image.ScalablePicture
-
status code used to signal that the picture is cleaning up memory
- generateGdsXml(Formatter) - Method in class ucar.nc2.ui.Grib1CollectionPanel
-
- GeoGridTable - Class in ucar.nc2.ui.grid
-
A Swing widget to examine a GridDataset.
- GeoGridTable(PreferencesExt, boolean) - Constructor for class ucar.nc2.ui.grid.GeoGridTable
-
- GeoGridTable.GeoAxisBean - Class in ucar.nc2.ui.grid
-
- GeoGridTable.GeoAxisBean() - Constructor for class ucar.nc2.ui.grid.GeoGridTable.GeoAxisBean
-
- GeoGridTable.GeoAxisBean(CoordinateAxis) - Constructor for class ucar.nc2.ui.grid.GeoGridTable.GeoAxisBean
-
- GeoGridTable.GeoCoordinateSystemBean - Class in ucar.nc2.ui.grid
-
- GeoGridTable.GeoCoordinateSystemBean() - Constructor for class ucar.nc2.ui.grid.GeoGridTable.GeoCoordinateSystemBean
-
- GeoGridTable.GeoCoordinateSystemBean(GridDataset.Gridset) - Constructor for class ucar.nc2.ui.grid.GeoGridTable.GeoCoordinateSystemBean
-
- GeoGridTable.GeoGridBean - Class in ucar.nc2.ui.grid
-
- GeoGridTable.GeoGridBean() - Constructor for class ucar.nc2.ui.grid.GeoGridTable.GeoGridBean
-
- GeoGridTable.GeoGridBean(GridDatatype) - Constructor for class ucar.nc2.ui.grid.GeoGridTable.GeoGridBean
-
- GeoSelectionEvent - Class in ucar.nc2.ui.geoloc
-
Used to notify listeners that there is a new geographic area selection.
- GeoSelectionEvent(Object, ProjectionRect) - Constructor for class ucar.nc2.ui.geoloc.GeoSelectionEvent
-
- GeoSelectionListener - Interface in ucar.nc2.ui.geoloc
-
Listeners for new geographic area selection events.
- get(String, String) - Method in class ucar.util.prefs.ui.PersistentBean
-
- getAbbrev() - Method in class ucar.nc2.ui.CoordSysTable.VariableBean
-
- getAbbrev() - Method in class ucar.nc2.ui.Grib2TablesViewer.EntryBean
-
- getAction() - Method in class ucar.nc2.ui.gis.MapBean
-
Construct the Action that is called when this bean's menu item/buttcon is selected.
- getActionDesc() - Method in class ucar.nc2.ui.gis.MapBean
-
- getActionDesc() - Method in class ucar.nc2.ui.gis.shapefile.ShapeFileBean
-
- getActionDesc() - Method in class ucar.nc2.ui.gis.worldmap.WorldMapBean
-
- getActionName() - Method in class ucar.nc2.ui.gis.MapBean
-
- getActionName() - Method in class ucar.nc2.ui.gis.shapefile.ShapeFileBean
-
- getActionName() - Method in class ucar.nc2.ui.gis.worldmap.WorldMapBean
-
- getActionSourceListener() - Method in class ucar.nc2.ui.grid.GridTable
-
- getActionSourceListener() - Method in class ucar.nc2.ui.grid.VertPanel
-
better way to do event management
- getActionSourceListener() - Method in class ucar.nc2.ui.grid.VertScaleSlider
-
better way to do event management
- getActionSourceListener() - Method in class ucar.nc2.ui.point.StationRegionDateChooser
-
- getActionSourceListener() - Method in class ucar.nc2.ui.widget.SuperComboBox
-
better way to do event management
- getAddress() - Method in class ucar.nc2.ui.Hdf5ObjectTable.ObjectBean
-
- getAltitude() - Method in class ucar.nc2.ui.PointFeatureDatasetViewer.PointObsBean
-
- getAltitude() - Method in class ucar.nc2.ui.PointFeatureDatasetViewer.ProfileFeatureBean
-
- getAltitude() - Method in class ucar.nc2.ui.PointFeatureDatasetViewer.SectionFeatureBean
-
- getAltitude() - Method in class ucar.nc2.ui.PointFeatureDatasetViewer.StationBean
-
- getAltitude() - Method in class ucar.nc2.ui.PointFeatureDatasetViewer.TrajectoryFeatureBean
-
- getAltitude() - Method in class ucar.nc2.ui.PointObsViewer.PointObsBean
-
- getAltitude() - Method in class ucar.nc2.ui.StationObsViewer.StationBean
-
- getAltitude() - Method in class ucar.nc2.ui.StationRadialViewer.StationBean
-
- getAnchor() - Method in class ucar.nc2.ui.geoloc.Rubberband
-
- getAttributeName() - Method in class ucar.nc2.ui.Hdf5ObjectTable.AttributeBean
-
- getAvgBits() - Method in class ucar.nc2.ui.Grib2DataPanel.Grib2ParameterBean
-
- getAvgBits() - Method in class ucar.nc2.ui.Grib2DataPanel.Grib2RecordBean
-
- getAxisType() - Method in class ucar.nc2.ui.CoordSysTable.AxisBean
-
- getAxisType() - Method in class ucar.nc2.ui.coverage.CoverageTable.AxisBean
-
- getAxisType() - Method in class ucar.nc2.ui.grid.GeoGridTable.GeoAxisBean
-
- getBackgroundColor() - Method in class ucar.nc2.ui.geoloc.NavigatedPanel
-
- getBaseTime() - Method in class ucar.nc2.ui.GribOldRawPanel.Grib2ParameterBean
-
- getBaseTime() - Method in class ucar.nc2.ui.GribOldRawPanel.Grib2RecordBean
-
- getBB() - Method in class ucar.nc2.ui.point.PointRenderer.ObservationUI
-
- getBB() - Method in class ucar.nc2.ui.point.TrajectoryRenderer.ObservationUI
-
- getBeamWidth() - Method in class ucar.nc2.ui.RadialDatasetTable.SweepBean
-
- getBeans() - Method in class ucar.util.prefs.ui.BeanTable
-
- getBitMap() - Method in class ucar.nc2.ui.Grib2DataPanel.Grib2RecordBean
-
- getBitMapReplaced() - Method in class ucar.nc2.ui.Grib2DataPanel.Grib2RecordBean
-
- getBitsOk() - Method in class ucar.nc2.ui.BufrMessageViewer.MessageBean
-
- getBitWidth() - Method in class ucar.nc2.ui.AggTable.DdsBean
-
- getBitWidth() - Method in class ucar.nc2.ui.BufrMessageViewer.DdsBean
-
- getBitWidth() - Method in class ucar.nc2.ui.FmrcTable.DdsBean
-
- getBoolean(int) - Method in class ucar.nc2.ui.gis.shapefile.DbaseData
-
Method to retrieve a boolean for this field
- getBoolean(String, boolean) - Method in class ucar.util.prefs.ui.PersistentBean
-
- getBooleans() - Method in class ucar.nc2.ui.gis.shapefile.DbaseData
-
Method to retrieve a booleans array for this field
- getBooleansByName(String) - Method in class ucar.nc2.ui.gis.shapefile.DbaseFile
-
Extract the boolean array of data for a field by Name.
- getBoundingBox() - Method in class ucar.nc2.ui.gis.shapefile.EsriShapefile
-
Get bounding box, according to file (not computed from features)
- getBoundingBox(String) - Method in class ucar.nc2.ui.widget.FontUtil.StandardFont
-
- getBounds() - Method in class ucar.nc2.ui.geoloc.Rubberband
-
Get current Bounds
- getBounds2D() - Method in class ucar.nc2.ui.gis.AbstractGisFeature
-
- getBounds2D() - Method in interface ucar.nc2.ui.gis.GisFeature
-
Get the bounding box for this feature.
- getBounds2D() - Method in class ucar.nc2.ui.gis.GisFeatureAdapter
-
Get the bounding box for this feature.
- getBounds2D() - Method in class ucar.nc2.ui.gis.shapefile.EsriShapefile.EsriFeature
-
Get bounding rectangle for this feature.
- getBounds2D() - Method in class ucar.nc2.ui.grid.ContourFeature
-
- getBufferedImage() - Method in class ucar.nc2.ui.geoloc.NavigatedPanel
-
This is used to do some fancy tricks with double buffering
- getBufferedImageGraphics() - Method in class ucar.nc2.ui.geoloc.NavigatedPanel
-
User must get this Graphics2D and draw into it when panel needs redrawing
- getBufferedImageGraphics() - Method in class ucar.nc2.ui.widget.ScaledPanel
-
User must get this Graphics2D and draw into it when panel needs redrawing
- getBytes() - Method in class thredds.ui.monitor.ServletLogTable.Merge
-
- getCacheLocation() - Method in class ucar.nc2.ui.AggTable.DatasetBean
-
- getCalendarRange() - Method in class ucar.nc2.ui.GribCollectionIndexPanel.TimeCoordBean
-
- getCatalog() - Method in class thredds.ui.catalog.CatalogTreeView
-
Get the current catalog.
- getCatalogChooser() - Method in class thredds.ui.catalog.query.QueryChooser
-
Get the component CatalogChooser
- getCatalogChooser() - Method in class thredds.ui.catalog.ThreddsDatasetChooser
-
Get the component CatalogChooser
- getCatalogURL() - Method in class thredds.ui.catalog.CatalogTreeView
-
Get the URL of the current catalog.
- getCategory() - Method in class ucar.nc2.ui.BufrMessageViewer.MessageBean
-
- getCategory() - Method in class ucar.nc2.ui.GribWmoCodesPanel.CodeTableBean
-
- getCellEditorValue() - Method in class ucar.nc2.ui.table.AbstractCellEditor
-
- getCenter() - Method in class ucar.nc2.ui.BufrMessageViewer.MessageBean
-
- getCenter() - Method in class ucar.nc2.ui.Grib1TablesViewer.TableBean
-
- getCenter() - Method in class ucar.nc2.ui.Grib2CollectionPanel.Grib2ParameterBean
-
- getCenter() - Method in class ucar.nc2.ui.Grib2DataPanel.Grib2ParameterBean
-
- getCenter() - Method in class ucar.nc2.ui.GribFilesPanel.Grib1Bean
-
- getCenter() - Method in class ucar.nc2.ui.GribFilesPanel.Grib2Bean
-
- getCenter() - Method in class ucar.nc2.ui.GribOldRawPanel.Grib1ParameterBean
-
- getCenter_id() - Method in class ucar.nc2.ui.Grib1TablesViewer.TableBean
-
- getCenter_id() - Method in class ucar.nc2.ui.Grib2TablesViewer.TableBean
-
- getCenterName() - Method in class ucar.nc2.ui.GribFilesPanel.Grib1Bean
-
- getCFname() - Method in class ucar.nc2.ui.Grib1TablesViewer.EntryBean
-
- getChangedObject() - Method in class ucar.nc2.ui.event.UIChangeEvent
-
- getChangedProperty() - Method in class ucar.nc2.ui.event.UIChangeEvent
-
- getChild(Object, int) - Method in class ucar.nc2.ui.table.TreeTableModelSorted
-
- getChildCount(Object) - Method in class ucar.nc2.ui.table.TreeTableModelSorted
-
- getChunks() - Method in class ucar.nc2.ui.Hdf5DataTable.VarBean
-
- getChunkSize() - Method in class ucar.nc2.ui.DatasetWriter.VariableBean
-
- getCleanUnit() - Method in class ucar.nc2.ui.Grib1TablesViewer.EntryBean
-
- getCode() - Method in class ucar.nc2.ui.BufrWmoCodesPanel.EntryBean
-
- getCode() - Method in class ucar.nc2.ui.GribCollectionIndexPanel.CoordBean
-
- getCode() - Method in class ucar.nc2.ui.GribWmoCodesPanel.EntryBean
-
- getCode() - Method in class ucar.nc2.ui.Hdf4Table.TagBean
-
- getCode() - Method in class ucar.nc2.ui.WmoCommonCodesPanel.EntryBean
-
- getCode2() - Method in class ucar.nc2.ui.WmoCommonCodesPanel.EntryBean
-
- getColor() - Method in class ucar.nc2.ui.gis.GisFeatureRenderer
-
- getColor(int) - Method in class ucar.nc2.ui.grid.ColorScale
-
- getColor() - Method in class ucar.nc2.ui.point.PointRenderer
-
- getColor() - Method in class ucar.nc2.ui.point.TrajectoryRenderer
-
- getColor() - Method in interface ucar.nc2.ui.util.Renderer
-
- getColorScale() - Method in class ucar.nc2.ui.coverage.CoverageRenderer
-
get the current ColorScale
- getColorScale() - Method in class ucar.nc2.ui.grid.ColorScale.Panel
-
- getColorScale() - Method in class ucar.nc2.ui.grid.GridController
-
- getColorScale() - Method in class ucar.nc2.ui.grid.GridRenderer
-
get the current ColorScale
- getColumnClass(int) - Method in interface ucar.nc2.ui.table.TreeTableModel
-
Returns the type for column number column.
- getColumnClass(int) - Method in class ucar.nc2.ui.table.TreeTableModelAbstract
-
- getColumnClass(int) - Method in class ucar.nc2.ui.table.TreeTableModelAdapter
-
- getColumnClass(int) - Method in class ucar.nc2.ui.table.TreeTableModelSorted
-
- getColumnClass(int) - Method in class ucar.util.prefs.ui.BeanTable.TableBeanModel
-
- getColumnClass(int) - Method in class ucar.util.prefs.ui.TableSorter
-
- getColumnCount() - Method in interface ucar.nc2.ui.table.TreeTableModel
-
Returns the number ofs availible column.
- getColumnCount() - Method in class ucar.nc2.ui.table.TreeTableModelAdapter
-
- getColumnCount() - Method in class ucar.nc2.ui.table.TreeTableModelSorted
-
- getColumnCount() - Method in class ucar.util.prefs.ui.BeanTable.TableBeanModel
-
- getColumnCount() - Method in class ucar.util.prefs.ui.TableSorter
-
- getColumnName(int) - Method in interface ucar.nc2.ui.table.TreeTableModel
-
Returns the name for column number column.
- getColumnName(int) - Method in class ucar.nc2.ui.table.TreeTableModelAdapter
-
- getColumnName(int) - Method in class ucar.nc2.ui.table.TreeTableModelSorted
-
- getColumnName(int) - Method in class ucar.util.prefs.ui.BeanTable.TableBeanModel
-
- getColumnName(int) - Method in class ucar.util.prefs.ui.TableSorter
-
- getColumns() - Method in class ucar.nc2.ui.widget.MultilineTooltip
-
- getComment() - Method in class ucar.nc2.ui.WmoCommonCodesPanel.EntryBean
-
- getComparator(int) - Method in class ucar.util.prefs.ui.TableSorter
-
- getComplete() - Method in class ucar.nc2.ui.BufrMessageViewer.MessageBean
-
- getComponent() - Method in class ucar.nc2.ui.table.RowSorterAbstract
-
- getCompress() - Method in class ucar.nc2.ui.BufrMessageViewer.MessageBean
-
- getCompress() - Method in class ucar.nc2.ui.Grib2DataPanel.Grib2ParameterBean
-
- getCompression() - Method in class ucar.nc2.ui.Hdf5DataTable.VarBean
-
- getContent() - Method in class ucar.nc2.ui.GribWmoTemplatesPanel.EntryBean
-
- getContourLevel() - Method in class ucar.nc2.ui.grid.ContourLine
-
- getContourLines() - Method in class ucar.nc2.ui.grid.ContourGrid
-
Make contour lines from the datagrid input
to the constructor of this object.
- getContourValue() - Method in class ucar.nc2.ui.grid.ContourFeature
-
Get the value of the contour level for all the contour lines
in this object.
- getCoordinateSystemBeans(NetcdfDataset) - Method in class ucar.nc2.ui.CoordSysTable
-
- getCoords() - Method in class ucar.nc2.ui.Fmrc2Panel.CoordBean
-
- getCoords() - Method in class ucar.nc2.ui.Fmrc2Panel.TimeCoordBean
-
- getCoords() - Method in class ucar.nc2.ui.Fmrc2Panel.VertCoordBean
-
- getCoordSys() - Method in class ucar.nc2.ui.CoordSysTable.CoordinateSystemBean
-
- getCoordSys() - Method in class ucar.nc2.ui.CoordSysTable.VariableBean
-
- getCoordSystem() - Method in class ucar.nc2.ui.coverage.CoverageTable.CoverageBean
-
- getCoordSystem() - Method in class ucar.nc2.ui.grid.GeoGridTable.GeoGridBean
-
- getCoordTransforms() - Method in class ucar.nc2.ui.CoordSysTable.CoordinateSystemBean
-
- getCoordTransforms() - Method in class ucar.nc2.ui.coverage.CoverageTable.CoverageCSBean
-
- getCoordTransforms() - Method in class ucar.nc2.ui.grid.GeoGridTable.GeoCoordinateSystemBean
-
- getCount() - Method in class thredds.ui.monitor.AccessLogTable.Accum
-
- getCount() - Method in class ucar.nc2.ui.Fmrc2Panel.GridBean
-
- getCount() - Method in class ucar.nc2.ui.GribRenamePanel.MapBean
-
- getCount() - Method in class ucar.nc2.ui.TrajectoryObsViewer.TrajBean
-
- getCoverage() - Method in class ucar.nc2.ui.CoordSysTable.CoordinateSystemBean
-
- getCoverage() - Method in class ucar.nc2.ui.coverage.CoverageTable.CoverageCSBean
-
- getCoverageDataset() - Method in class ucar.nc2.ui.coverage.CoverageTable
-
- getCredentials(AuthScheme, String, int, boolean) - Method in class ucar.nc2.ui.widget.UrlAuthenticatorDialog
-
- getCRS() - Method in class ucar.nc2.ui.WmsViewer.LayerBean
-
- getCurrentCatalog() - Method in class thredds.ui.catalog.CatalogChooser
-
Get the current catalog being shown.
- getCurrentDirectory() - Method in class ucar.nc2.ui.widget.FileManager
-
- getCurrentEnsembleIndex() - Method in class ucar.nc2.ui.grid.GridController
-
- getCurrentHorizDataSlice() - Method in class ucar.nc2.ui.coverage.CoverageRenderer
-
- getCurrentHorizDataSlice() - Method in class ucar.nc2.ui.grid.GridRenderer
-
- getCurrentLevelIndex() - Method in class ucar.nc2.ui.grid.GridController
-
- getCurrentRunTimeIndex() - Method in class ucar.nc2.ui.grid.GridController
-
- getCurrentTimeIndex() - Method in class ucar.nc2.ui.grid.GridController
-
- getCurrentURL() - Method in class thredds.ui.catalog.CatalogChooser
-
Get the current URL string.
- getCurrentURL() - Method in class thredds.ui.catalog.query.QueryChooser
-
Get the current DQC URL from the comboBox.
- getData(int) - Method in class ucar.nc2.ui.gis.shapefile.DbaseData
-
Method to retrieve data for this field
- getDataLength() - Method in class ucar.nc2.ui.Grib2DataPanel.Grib2RecordBean
-
- getDataOffset() - Method in class ucar.nc2.ui.GribOldRawPanel.Grib1RecordBean
-
- getDataPos() - Method in class ucar.nc2.ui.Grib2CollectionPanel.Grib2RecordBean
-
- getDataPos() - Method in class ucar.nc2.ui.Hdf5ObjectTable.AttributeBean
-
- getDataProjection() - Method in class ucar.nc2.ui.coverage.CoverageRenderer
-
get the current GridDatatype data projection
- getDataProjection() - Method in class ucar.nc2.ui.gis.GisFeatureRenderer
-
- getDataProjection() - Method in class ucar.nc2.ui.gis.GisFeatureRendererMulti
-
- getDataProjection() - Method in class ucar.nc2.ui.gis.shapefile.EsriShapefileRenderer
-
- getDataProjection() - Method in class ucar.nc2.ui.gis.worldmap.WorldMap
-
- getDataProjection() - Method in class ucar.nc2.ui.grid.ContourFeatureRenderer
-
- getDataProjection() - Method in class ucar.nc2.ui.grid.GridRenderer
-
get the current GridDatatype data projection
- getDataset() - Method in class thredds.ui.catalog.tools.DatasetEditor
-
- getDataset() - Method in class ucar.nc2.ui.DatasetViewer
-
- getDataset() - Method in class ucar.nc2.ui.DatasetWriter
-
- getDatasetAccessBeans() - Method in class thredds.ui.catalog.tools.CatalogEnhancer
-
list of CatalogBean.DatasetAccessBean
- getDatasetAccessBeans() - Method in class thredds.ui.catalog.tools.DLCrawler
-
- getDatasetBeans() - Method in class thredds.ui.catalog.tools.CatalogEnhancer
-
list of CatalogBean.DatasetBean
- getDatasetBeans() - Method in class thredds.ui.catalog.tools.DLCrawler
-
- getDatasetsToIndex() - Method in class thredds.ui.catalog.search.CatalogIndexer
-
- getDataStart() - Method in class ucar.nc2.ui.Grib2DataPanel.Grib2RecordBean
-
- getDataType() - Method in class ucar.nc2.ui.CoordSysTable.CoordinateSystemBean
-
- getDataType() - Method in class ucar.nc2.ui.CoordSysTable.VariableBean
-
- getDataType() - Method in class ucar.nc2.ui.DatasetViewer.VariableBean
-
- getDataType() - Method in class ucar.nc2.ui.DatasetWriter.VariableBean
-
- getDataType() - Method in class ucar.nc2.ui.Hdf5DataTable.VarBean
-
- getDataType() - Method in class ucar.nc2.ui.RadialDatasetTable.VariableBean
-
- getDate() - Method in class thredds.ui.datatype.prefs.DateField
-
- getDate() - Method in class thredds.ui.monitor.ServletLogTable.Merge
-
- getDate() - Method in class ucar.nc2.ui.BufrMessageViewer.MessageBean
-
- getDate() - Method in class ucar.nc2.ui.FeatureCollectionTable.Bean
-
- getDate() - Method in class ucar.util.prefs.ui.Field.Date
-
Return the current value
- getDateRange() - Method in class ucar.nc2.ui.point.StationRegionDateChooser
-
- getDateRange() - Method in class ucar.nc2.ui.widget.RangeDateSelector
-
- getDay(String) - Method in class thredds.ui.monitor.Chart
-
- getDay() - Method in class ucar.nc2.ui.AggTable.ObsBean
-
- getDay() - Method in class ucar.nc2.ui.BufrMessageViewer.ObsBean
-
- getDay() - Method in class ucar.nc2.ui.FmrcTable.ObsBean
-
- getDDref() - Method in class ucar.util.prefs.ui.BeanTable.TestBean
-
- getDebugLeaks() - Method in interface thredds.ui.monitor.OpenRAFMonitor
-
- getDebugLeaks() - Method in class thredds.ui.monitor.OpenRAFMonitorImpl
-
- getDeclutter() - Method in class ucar.nc2.ui.point.PointRenderer
-
- getDeclutter() - Method in class ucar.nc2.ui.point.StationRegionDateChooser
-
Get the state of the declutter flag.
- getDeclutter() - Method in class ucar.nc2.ui.point.TrajectoryRenderer
-
- getDeepEditComponent() - Method in class ucar.util.prefs.ui.ComboBox
-
- getDeepEditComponent() - Method in class ucar.util.prefs.ui.Field.BeanTable
-
- getDeepEditComponent() - Method in class ucar.util.prefs.ui.Field.EnumCombo
-
- getDeepEditComponent() - Method in class ucar.util.prefs.ui.Field
-
- getDeepEditComponent() - Method in class ucar.util.prefs.ui.Field.TextCombo
-
- getDeflateLevel(Variable) - Method in class ucar.nc2.ui.DatasetWriter.BeanChunker
-
- getDesc() - Method in class ucar.nc2.ui.BufrMessageViewer.DdsBean
-
- getDesc() - Method in class ucar.nc2.ui.BufrTableBViewer.DdsBean
-
- getDesc() - Method in class ucar.nc2.ui.CdmrFeaturePanel.MessBean
-
- getDesc() - Method in class ucar.nc2.ui.Grib2TablesViewer.EntryBean
-
- getDesc() - Method in class ucar.nc2.ui.GribOldIndexPanel.Product
-
- getDesc() - Method in class ucar.nc2.ui.GribOldRawPanel.Grib1ParameterBean
-
- getDesc() - Method in class ucar.nc2.ui.NcStreamPanel.MessBean
-
- getDescription() - Method in class ucar.nc2.ui.CoordSysTable.AxisBean
-
- getDescription() - Method in class ucar.nc2.ui.CoordSysTable.VariableBean
-
- getDescription() - Method in class ucar.nc2.ui.coverage.CoverageTable.AxisBean
-
- getDescription() - Method in class ucar.nc2.ui.coverage.CoverageTable.CoverageBean
-
- getDescription() - Method in class ucar.nc2.ui.DatasetViewer.VariableBean
-
- getDescription() - Method in class ucar.nc2.ui.DatasetWriter.VariableBean
-
- getDescription() - Method in class ucar.nc2.ui.Grib1TablesViewer.EntryBean
-
- getDescription() - Method in class ucar.nc2.ui.GribCollectionIndexPanel.GroupBean
-
- getDescription() - Method in class ucar.nc2.ui.GribWmoTemplatesPanel.CodeBean
-
- getDescription() - Method in class ucar.nc2.ui.grid.GeoGridTable.GeoAxisBean
-
- getDescription() - Method in class ucar.nc2.ui.grid.GeoGridTable.GeoGridBean
-
- getDescription() - Method in class ucar.nc2.ui.PointFeatureDatasetViewer.PointObsBean
-
- getDescription() - Method in class ucar.nc2.ui.PointFeatureDatasetViewer.ProfileFeatureBean
-
- getDescription() - Method in class ucar.nc2.ui.PointFeatureDatasetViewer.SectionFeatureBean
-
- getDescription() - Method in class ucar.nc2.ui.PointFeatureDatasetViewer.StationBean
-
- getDescription() - Method in class ucar.nc2.ui.PointFeatureDatasetViewer.TrajectoryFeatureBean
-
- getDescription() - Method in class ucar.nc2.ui.PointObsViewer.PointObsBean
-
- getDescription() - Method in class ucar.nc2.ui.RadialDatasetTable.VariableBean
-
- getDescription() - Method in class ucar.nc2.ui.StationObsViewer.StationBean
-
- getDescription() - Method in class ucar.nc2.ui.StationRadialViewer.StationBean
-
- getDescription() - Method in class ucar.nc2.ui.TrajectoryObsViewer.TrajBean
-
- getDescription() - Method in class ucar.nc2.ui.widget.FileManager.ExtFilter
-
- getDescription() - Method in class ucar.nc2.ui.widget.FileManager.HDF5ExtFilter
-
- getDescription() - Method in class ucar.nc2.ui.widget.FileManager.NetcdfExtFilter
-
- getDescription() - Method in class ucar.nc2.ui.widget.FileManager.XMLExtFilter
-
- getDetailInfo() - Method in class ucar.nc2.ui.WmsViewer
-
- getDiff() - Method in class ucar.nc2.ui.BufrTableBViewer.DdsBean
-
- getDiff() - Method in class ucar.nc2.ui.BufrTableDViewer.DdsBean
-
- getDimensions() - Method in class ucar.nc2.ui.DatasetViewer.VariableBean
-
- getDimensions() - Method in class ucar.nc2.ui.DatasetWriter.VariableBean
-
- getDims() - Method in class ucar.nc2.ui.CoordSysTable.AxisBean
-
- getDims() - Method in class ucar.nc2.ui.CoordSysTable.VariableBean
-
- getDims() - Method in class ucar.nc2.ui.coverage.CoverageTable.AxisBean
-
- getDims() - Method in class ucar.nc2.ui.grid.GeoGridTable.GeoAxisBean
-
- getDims() - Method in class ucar.nc2.ui.Hdf5DataTable.VarBean
-
- getDims() - Method in class ucar.nc2.ui.RadialDatasetTable.VariableBean
-
- getDiscipline() - Method in class ucar.nc2.ui.GribWmoCodesPanel.CodeTableBean
-
- getDiskStoreSize() - Method in class thredds.ui.monitor.CacheTable.CacheBean
-
- getDisplayProjection() - Method in class ucar.nc2.ui.coverage.CoverageRenderer
-
get the current display projection
- getDomainRank() - Method in class ucar.nc2.ui.CoordSysTable.CoordinateSystemBean
-
- getDomainRank() - Method in class ucar.nc2.ui.coverage.CoverageTable.CoverageCSBean
-
- getDomainRank() - Method in class ucar.nc2.ui.grid.GeoGridTable.GeoCoordinateSystemBean
-
- getDouble(int) - Method in class ucar.nc2.ui.gis.shapefile.DbaseData
-
Method to retrieve a double for this field
- getDouble() - Method in class ucar.util.prefs.ui.Field.Double
-
Return the current value
- getDouble(String, double) - Method in class ucar.util.prefs.ui.PersistentBean
-
- getDoubles() - Method in class ucar.nc2.ui.gis.shapefile.DbaseData
-
Method to retrieve the double array for this field
- getDoublesByName(String) - Method in class ucar.nc2.ui.gis.shapefile.DbaseFile
-
Extract the double array of data for a field by Name.
- getDrawArea() - Method in class ucar.nc2.ui.grid.VertPanel
-
User must get this Graphics2D and draw into it when panel needs redrawing
- getDrawContourLabels() - Method in class ucar.nc2.ui.coverage.CoverageRenderer
-
- getDrawContourLabels() - Method in class ucar.nc2.ui.grid.GridRenderer
-
- getDrawContours() - Method in class ucar.nc2.ui.coverage.CoverageRenderer
-
- getDrawContours() - Method in class ucar.nc2.ui.grid.GridRenderer
-
- getDrawGrid() - Method in class ucar.nc2.ui.coverage.CoverageRenderer
-
- getDrawGrid() - Method in class ucar.nc2.ui.grid.GridRenderer
-
- getDrsHash() - Method in class ucar.nc2.ui.Grib2DataPanel.Grib2RecordBean
-
- getDrsLength() - Method in class ucar.nc2.ui.Grib2DataPanel.Grib2RecordBean
-
- getDrsTemplate() - Method in class ucar.nc2.ui.Grib2DataPanel.Grib2RecordBean
-
- getDSize() - Method in class ucar.nc2.ui.CdmrFeaturePanel.MessBean
-
- getDurationField() - Method in class ucar.nc2.ui.widget.RangeDateSelector
-
- getDx() - Method in class ucar.nc2.ui.Grib1CollectionPanel.Gds1Bean
-
- getDx() - Method in class ucar.nc2.ui.GribOldRawPanel.Gds1Bean
-
- getDx() - Method in class ucar.nc2.ui.GribOldRawPanel.Gds2Bean
-
- getDxRaw() - Method in class ucar.nc2.ui.Grib1CollectionPanel.Gds1Bean
-
- getDy() - Method in class ucar.nc2.ui.Grib1CollectionPanel.Gds1Bean
-
- getDy() - Method in class ucar.nc2.ui.GribOldRawPanel.Gds1Bean
-
- getDy() - Method in class ucar.nc2.ui.GribOldRawPanel.Gds2Bean
-
- getDyRaw() - Method in class ucar.nc2.ui.Grib1CollectionPanel.Gds1Bean
-
- getEdge(int) - Method in class ucar.nc2.ui.grid.ColorScale
-
Get the edge of the ith interval.
- getEditComponent() - Method in class thredds.ui.datatype.prefs.DateField
-
- getEditComponent() - Method in class thredds.ui.datatype.prefs.DurationField
-
- getEditComponent() - Method in class ucar.util.prefs.ui.Field.BeanTable
-
return the editing JComponent
- getEditComponent() - Method in class ucar.util.prefs.ui.Field.CheckBox
-
return the editing JComponent
- getEditComponent() - Method in class ucar.util.prefs.ui.Field.Date
-
return the editing JComponent
- getEditComponent() - Method in class ucar.util.prefs.ui.Field.Double
-
- getEditComponent() - Method in class ucar.util.prefs.ui.Field.EnumCombo
-
return the editing JComponent
- getEditComponent() - Method in class ucar.util.prefs.ui.Field
-
Return the editing JComponent
- getEditComponent() - Method in class ucar.util.prefs.ui.Field.Int
-
- getEditComponent() - Method in class ucar.util.prefs.ui.Field.Text
-
- getEditComponent() - Method in class ucar.util.prefs.ui.Field.TextCombo
-
return the editing JComponent
- getEditingRow() - Method in class ucar.nc2.ui.table.JTreeTable
-
- getEdition() - Method in class ucar.nc2.ui.BufrMessageViewer.MessageBean
-
- getEditValue() - Method in class thredds.ui.datatype.prefs.DateField
-
- getEditValue() - Method in class thredds.ui.datatype.prefs.DurationField
-
- getEditValue() - Method in class ucar.util.prefs.ui.Field.BeanTable
-
Get current value from editComponent, will be an List of beanClass
- getEditValue() - Method in class ucar.util.prefs.ui.Field.CheckBox
-
- getEditValue() - Method in class ucar.util.prefs.ui.Field.Date
-
- getEditValue() - Method in class ucar.util.prefs.ui.Field.Double
-
- getEditValue() - Method in class ucar.util.prefs.ui.Field.EnumCombo
-
Get current value from editComponent
- getEditValue() - Method in class ucar.util.prefs.ui.Field
-
Get current value from editComponent
- getEditValue() - Method in class ucar.util.prefs.ui.Field.Int
-
- getEditValue() - Method in class ucar.util.prefs.ui.Field.Text
-
- getEditValue() - Method in class ucar.util.prefs.ui.Field.TextCombo
-
Get current value from editComponent, will be an ArrayList
- getEnd() - Method in class ucar.nc2.ui.geoloc.Rubberband
-
- getEndDate() - Method in class thredds.ui.monitor.ServletLogTable.Uptime
-
- getEndDate() - Method in class ucar.nc2.ui.TrajectoryObsViewer.TrajBean
-
- getEndingTime() - Method in class ucar.nc2.ui.RadialDatasetTable.SweepBean
-
- getEndInterval() - Method in class ucar.nc2.ui.GribOldRawPanel.Grib1RecordBean
-
- getEndSeq() - Method in class thredds.ui.monitor.ServletLogTable.Uptime
-
- getEndTime() - Method in class thredds.ui.monitor.ServletLogTable.Uptime
-
- getEns() - Method in class ucar.nc2.ui.grid.GeoGridTable.GeoGridBean
-
- getEnsCoord() - Method in class ucar.nc2.ui.GribCollectionIndexPanel.VarBean
-
- getEnsDerived() - Method in class ucar.nc2.ui.Grib2CollectionPanel.Grib2ParameterBean
-
- getEnsemble() - Method in class ucar.nc2.ui.coverage.CoverageRenderer
-
- getEnsemble() - Method in class ucar.nc2.ui.grid.GridRenderer
-
- getEnsN() - Method in class ucar.nc2.ui.GribOldRawPanel.Grib2RecordBean
-
- getEnsProb() - Method in class ucar.nc2.ui.Grib2CollectionPanel.Grib2ParameterBean
-
- getEnsType() - Method in class ucar.nc2.ui.GribCollectionIndexPanel.VarBean
-
- getEnumName() - Method in class ucar.nc2.ui.WmoCommonCodesPanel.TableBean
-
- getEosInfo(Formatter) - Method in class ucar.nc2.ui.Hdf4Table
-
- getEosInfo(Formatter) - Method in class ucar.nc2.ui.Hdf5ObjectTable
-
- getErrorMessage() - Method in class ucar.nc2.ui.widget.ProgressMonitorTask
-
Applications call this to get an error message.
- getEventTypeName() - Method in class ucar.nc2.ui.event.ActionSourceListener
-
- getExpected() - Method in class ucar.nc2.ui.Fmrc2Panel.GridBean
-
- getExtractedDataset() - Method in class thredds.ui.catalog.tools.DatasetEditor
-
- getExtraDim() - Method in class ucar.nc2.ui.coverage.CoverageTable.CoverageBean
-
- getFeatures() - Method in class ucar.nc2.ui.gis.GisFeatureRenderer
-
- getFeatures() - Method in class ucar.nc2.ui.gis.GisFeatureRendererMulti
-
- getFeatures() - Method in class ucar.nc2.ui.gis.shapefile.EsriShapefile
-
Get a List of all the GisFeatures in the shapefile.
- getFeatures(Rectangle2D) - Method in class ucar.nc2.ui.gis.shapefile.EsriShapefile
-
Get a List of all the features in the shapefile that intersect
the specified bounding box.
- getFeatures() - Method in class ucar.nc2.ui.gis.shapefile.EsriShapefileRenderer
-
- getFeatures() - Method in class ucar.nc2.ui.gis.worldmap.WorldMap
-
- getFeatures() - Method in class ucar.nc2.ui.grid.ContourFeatureRenderer
-
- getFeatureType() - Method in class ucar.nc2.ui.PointFeatureDatasetViewer.FeatureCollectionBean
-
- getField(int) - Method in class ucar.nc2.ui.gis.shapefile.DbaseFile
-
Extract the data for a field by field index number.
- getField(String) - Method in class ucar.nc2.ui.gis.shapefile.DbaseFile
-
Extract the data for a given field by name.
- getField(String) - Method in class ucar.util.prefs.ui.PrefPanel.Dialog
-
Find the field with the specified name.
- getField(String) - Method in class ucar.util.prefs.ui.PrefPanel
-
Find the field with the specified name.
- getFieldName(int) - Method in class ucar.nc2.ui.gis.shapefile.DbaseFile
-
Get the name of a field by column number.
- getFieldNames() - Method in class ucar.nc2.ui.gis.shapefile.DbaseFile
-
Get a list of all the field names in the dbase file
- getFields() - Method in class ucar.util.prefs.ui.PrefPanel
-
Iterator over the fields
- getFieldValue(String) - Method in class ucar.util.prefs.ui.PrefPanel
-
Get current value of the named field
- getFile() - Method in class ucar.nc2.ui.Grib1CollectionPanel.RecordBean
-
- getFile() - Method in class ucar.nc2.ui.Grib2CollectionPanel.Grib2RecordBean
-
- getFile() - Method in class ucar.nc2.ui.Grib2DataPanel.Grib2RecordBean
-
- getFile() - Method in class ucar.nc2.ui.GribIndexPanel.RecordBean
-
- getFileChooser() - Method in class ucar.nc2.ui.widget.FileManager
-
- getFilename() - Method in class ucar.nc2.ui.Grib2TablesViewer.TableBean
-
- getFilename() - Method in class ucar.nc2.ui.image.ScalablePicture
-
return the filename of the original image
- getFilePos() - Method in class ucar.nc2.ui.NcStreamPanel.MessBean
-
- getFileResource(String) - Static method in class ucar.nc2.ui.util.Resource
-
Open a resource as a Stream.
- getFirstGate() - Method in class ucar.nc2.ui.RadialDatasetTable.SweepBean
-
- getFixedWidth() - Method in class ucar.nc2.ui.widget.MultilineTooltip
-
- getFlags() - Method in class ucar.nc2.ui.Hdf5ObjectTable.MessageBean
-
- getFont() - Method in class ucar.nc2.ui.widget.FontUtil.StandardFont
-
- getFontHeight() - Method in class ucar.nc2.ui.widget.FontUtil.StandardFont
-
- getForecastDate() - Method in class ucar.nc2.ui.Grib2CollectionPanel.Grib2RecordBean
-
- getForecastTime() - Method in class ucar.nc2.ui.Grib2CollectionPanel.Grib2RecordBean
-
- getForecastTime() - Method in class ucar.nc2.ui.GribOldIndexPanel.GribGridRecordBean
-
- getForecastTime() - Method in class ucar.nc2.ui.GribOldRawPanel.Grib1RecordBean
-
- getForecastTime() - Method in class ucar.nc2.ui.GribOldRawPanel.Grib2RecordBean
-
- getFormat() - Method in class thredds.ui.catalog.tools.CatalogEnhancer.AccessBean
-
- getFormat() - Method in class thredds.ui.catalog.tools.DLCrawler.AccessBean
-
- getFxy() - Method in class ucar.nc2.ui.AggTable.DdsBean
-
- getFxy() - Method in class ucar.nc2.ui.BufrMessageViewer.DdsBean
-
- getFxy() - Method in class ucar.nc2.ui.BufrTableBViewer.DdsBean
-
- getFxy() - Method in class ucar.nc2.ui.BufrTableDViewer.DdsBean
-
- getFxy() - Method in class ucar.nc2.ui.BufrWmoCodesPanel.CodeTableBean
-
- getFxy() - Method in class ucar.nc2.ui.FmrcTable.DdsBean
-
- getGateSize() - Method in class ucar.nc2.ui.RadialDatasetTable.SweepBean
-
- getGds() - Method in class ucar.nc2.ui.Grib1CollectionPanel.ParameterBean
-
- getGDS() - Method in class ucar.nc2.ui.Grib2CollectionPanel.Grib2ParameterBean
-
- getGDS() - Method in class ucar.nc2.ui.Grib2DataPanel.Grib2ParameterBean
-
- getGDS() - Method in class ucar.nc2.ui.GribOldRawPanel.Gds2Bean
-
- getGdsCount() - Method in class ucar.nc2.ui.GribFilesPanel.Grib2Bean
-
- getGDShash() - Method in class ucar.nc2.ui.Grib2CollectionPanel.Gds2Bean
-
- getGDShash() - Method in class ucar.nc2.ui.Grib2DataPanel.Gds2Bean
-
- getGdsHash() - Method in class ucar.nc2.ui.GribCollectionIndexPanel.GroupBean
-
- getGdsOffset() - Method in class ucar.nc2.ui.GribOldIndexPanel.GribGridRecordBean
-
- getGdsOffset() - Method in class ucar.nc2.ui.GribOldRawPanel.Grib2RecordBean
-
- getGen() - Method in class ucar.nc2.ui.Grib1CollectionPanel.ParameterBean
-
- getGenProc() - Method in class ucar.nc2.ui.GribOldIndexPanel.Product
-
- getGenProcId() - Method in class ucar.nc2.ui.GribOldIndexPanel.GribGridRecordBean
-
- getGenProcType() - Method in class ucar.nc2.ui.GribOldIndexPanel.GribGridRecordBean
-
- getGenProcType() - Method in class ucar.nc2.ui.GribOldIndexPanel.Product
-
- getGenType() - Method in class ucar.nc2.ui.Grib2CollectionPanel.Grib2ParameterBean
-
- getGenType() - Method in class ucar.nc2.ui.GribCollectionIndexPanel.VarBean
-
- getGeoGrid() - Method in class ucar.nc2.ui.grid.GridRenderer
-
get the current GridDatatype
- getGeoSelection() - Method in class ucar.nc2.ui.geoloc.NavigatedPanel
-
- getGeoSelection() - Method in class ucar.nc2.ui.point.StationRegionDateChooser
-
- getGeoSelectionLL() - Method in class ucar.nc2.ui.geoloc.NavigatedPanel
-
- getGeoSelectionLL() - Method in class ucar.nc2.ui.point.StationRegionDateChooser
-
- getGeoSelectionMode() - Method in class ucar.nc2.ui.point.StationRegionDateChooser
-
- getGisParts() - Method in class ucar.nc2.ui.gis.AbstractGisFeature
-
- getGisParts() - Method in interface ucar.nc2.ui.gis.GisFeature
-
Get the parts of this feature, in the form of an iterator.
- getGisParts() - Method in class ucar.nc2.ui.gis.GisFeatureAdapter
-
Get the parts of this feature, in the form of an iterator.
- getGisParts() - Method in class ucar.nc2.ui.gis.shapefile.EsriShapefile.EsriFeature
-
Get the parts of this feature, in the form of an iterator.
- getGisParts() - Method in class ucar.nc2.ui.grid.ContourFeature
-
- getGrid() - Method in class ucar.nc2.ui.coverage.CoverageTable
-
- getGrid() - Method in class ucar.nc2.ui.grid.GeoGridTable
-
- getGridDataset() - Method in class ucar.nc2.ui.grid.GeoGridTable
-
- getGridName() - Method in class ucar.nc2.ui.Grib1CollectionPanel.Gds1Bean
-
- getGridName() - Method in class ucar.nc2.ui.Grib2CollectionPanel.Gds2Bean
-
- getGridName() - Method in class ucar.nc2.ui.Grib2DataPanel.Gds2Bean
-
- getGridName() - Method in class ucar.nc2.ui.GribOldIndexPanel.GdsBean
-
- getGridName() - Method in class ucar.nc2.ui.GribOldRawPanel.Gds1Bean
-
- getGridName() - Method in class ucar.nc2.ui.GribOldRawPanel.Gds2Bean
-
- getGridNo() - Method in class ucar.nc2.ui.Grib1CollectionPanel.Gds1Bean
-
- getGridNo() - Method in class ucar.nc2.ui.GribOldIndexPanel.GdsBean
-
- getGridNo() - Method in class ucar.nc2.ui.GribOldRawPanel.Gds1Bean
-
- getGroup() - Method in class ucar.nc2.ui.DatasetViewer.VariableBean
-
- getGroup() - Method in class ucar.nc2.ui.DatasetWriter.VariableBean
-
- getGroupId() - Method in class ucar.nc2.ui.GribCollectionIndexPanel.GroupBean
-
- getGroupId() - Method in class ucar.nc2.ui.GribCollectionIndexPanel.VarBean
-
- getGroupName() - Method in class ucar.nc2.ui.Grib2CollectionPanel.Gds2Bean
-
- getGroupName() - Method in class ucar.nc2.ui.Grib2DataPanel.Gds2Bean
-
- getHash() - Method in class ucar.nc2.ui.BufrMessageViewer.MessageBean
-
- getHash() - Method in class ucar.nc2.ui.Grib1CollectionPanel.Gds1Bean
-
- getHash() - Method in class ucar.nc2.ui.GribCollectionIndexPanel.VarBean
-
- getHashCode() - Method in class ucar.nc2.ui.GribOldIndexPanel.GdsBean
-
- getHashCode() - Method in class ucar.nc2.ui.GribOldRawPanel.Gds1Bean
-
- getHeader() - Method in class ucar.nc2.ui.BufrMessageViewer.MessageBean
-
- getHeader() - Method in class ucar.nc2.ui.Grib1CollectionPanel.RecordBean
-
- getHeader() - Method in class ucar.nc2.ui.Grib2CollectionPanel.Grib2RecordBean
-
- getHeader() - Method in class ucar.nc2.ui.Grib2DataPanel.Grib2RecordBean
-
- getHeader() - Method in class ucar.nc2.ui.GribFilesPanel.Grib2Bean
-
- getHeader() - Method in class ucar.nc2.ui.GribOldRawPanel.Grib1RecordBean
-
- getHeader() - Method in class ucar.nc2.ui.GribOldRawPanel.Grib2RecordBean
-
- getHeaderRendererIcon(int, int) - Method in class ucar.util.prefs.ui.TableSorter
-
- getHeight() - Method in class ucar.nc2.ui.AggTable.ObsBean
-
- getHeight() - Method in class ucar.nc2.ui.BufrMessageViewer.ObsBean
-
- getHeight() - Method in class ucar.nc2.ui.FmrcTable.ObsBean
-
- getHeight() - Method in class ucar.nc2.ui.image.SourcePicture
-
return the height of the image or Zero if there is none
- getHistMax() - Method in class ucar.nc2.ui.grid.ColorScale
-
This is an optimization for counting the number of colors in each interval.
- getHorizStride() - Method in class ucar.nc2.ui.coverage.CoverageRenderer
-
- getHorizStride() - Method in class ucar.nc2.ui.grid.GridRenderer
-
- getHour() - Method in class ucar.nc2.ui.AggTable.ObsBean
-
- getHour() - Method in class ucar.nc2.ui.BufrMessageViewer.ObsBean
-
- getHour() - Method in class ucar.nc2.ui.FmrcTable.ObsBean
-
- getIcon() - Method in class ucar.nc2.ui.gis.MapBean
-
- getIcon() - Method in class ucar.nc2.ui.gis.shapefile.ShapeFileBean
-
- getIcon() - Method in class ucar.nc2.ui.gis.worldmap.WorldMapBean
-
- getIcon(String, boolean) - Static method in class ucar.nc2.ui.util.Resource
-
Get a gif file, make it into an ImageIcon.
- getIcon(String, boolean) - Static method in class ucar.nc2.ui.widget.BAMutil
-
Get the named Icon from the default resource (jar file).
- getIconHeight() - Method in class ucar.nc2.ui.widget.SpinIcon
-
stubbed to satisfy the interface.
- getIconWidth() - Method in class ucar.nc2.ui.widget.SpinIcon
-
stubbed to satisfy the interface.
- getId() - Method in class thredds.ui.catalog.search.CatalogIndexer.DatasetBean
-
- getId() - Method in class thredds.ui.catalog.tools.CatalogEnhancer.DatasetBean
-
- getId() - Method in class thredds.ui.catalog.tools.DLCrawler.DatasetBean
-
- getId() - Method in class ucar.nc2.ui.AggTable.DatasetBean
-
- getId() - Method in class ucar.nc2.ui.BufrTableBViewer.DdsBean
-
- getId() - Method in class ucar.nc2.ui.BufrTableDViewer.DdsBean
-
- getId() - Method in class ucar.nc2.ui.BufrWmoCodesPanel.CodeTableBean
-
- getId() - Method in class ucar.nc2.ui.Grib2TablesViewer.EntryBean
-
- getId() - Method in class ucar.nc2.ui.TrajectoryObsViewer.TrajBean
-
- getII() - Method in class ucar.util.prefs.ui.BeanTable.TestBean
-
- getImage(String) - Static method in class ucar.nc2.ui.util.Resource
-
Get a gif file, make it into an Image.
- getImage(String) - Static method in class ucar.nc2.ui.widget.BAMutil
-
Get the named Image from the default resource (jar file).
- getIndentCol() - Method in interface ucar.nc2.ui.table.ThreadSorter
-
- getIndex() - Method in class ucar.nc2.ui.GribCollectionIndexPanel.CoordBean
-
- getIndex() - Method in class ucar.nc2.ui.GribCollectionIndexPanel.TimeCoordBean
-
- getIndexFromValue(double) - Method in class ucar.nc2.ui.grid.ColorScale
-
Get which color interval this value lies in.
- getIndexFromValueLog(double) - Method in class ucar.nc2.ui.grid.ColorScale
-
- getIndexOfChild(Object, Object) - Method in class ucar.nc2.ui.table.TreeTableModelAbstract
-
- getInt() - Method in class ucar.util.prefs.ui.Field.Int
-
Return the current value
- getInt(String, int) - Method in class ucar.util.prefs.ui.PersistentBean
-
- getInterval() - Method in class ucar.nc2.ui.GribOldIndexPanel.GribGridRecordBean
-
- getInterval() - Method in class ucar.nc2.ui.GribOldRawPanel.Grib2RecordBean
-
- getIntervalEnd() - Method in class ucar.nc2.ui.GribOldIndexPanel.GribGridRecordBean
-
- getIntv() - Method in class ucar.nc2.ui.Grib2CollectionPanel.Grib2RecordBean
-
- getIntv2() - Method in class ucar.nc2.ui.Grib2CollectionPanel.Grib2RecordBean
-
- getIntvHash() - Method in class ucar.nc2.ui.Grib2CollectionPanel.Grib2ParameterBean
-
- getIntvHash() - Method in class ucar.nc2.ui.Grib2CollectionPanel.Grib2RecordBean
-
- getIntvName() - Method in class ucar.nc2.ui.GribCollectionIndexPanel.VarBean
-
- getIntvType() - Method in class ucar.nc2.ui.GribCollectionIndexPanel.VarBean
-
- getIp() - Method in class thredds.ui.monitor.AccessLogTable.User
-
- getIp() - Method in class thredds.ui.monitor.ServletLogTable.Merge
-
- getItemList() - Method in class ucar.util.prefs.ui.ComboBox
-
Use this to obtain the list of items.
- getJFrame() - Method in interface ucar.nc2.ui.widget.TopLevel
-
get the underlying Frame; call only if !isApplet()
- getJTable() - Method in class ucar.util.prefs.ui.BeanTable
-
- getJTree() - Method in class thredds.ui.catalog.CatalogTreeView
-
Get the underlying JTree
- getKbytes() - Method in class thredds.ui.monitor.AccessLogTable.Accum
-
- getKey() - Method in class thredds.ui.monitor.CacheTable.ElemBean
-
- getKey() - Method in class ucar.nc2.ui.FmrcCollectionTable.DataBean
-
- getKey() - Method in class ucar.nc2.ui.Grib1TablesViewer.TableBean
-
- getKey() - Method in class ucar.nc2.ui.Grib2TablesViewer.EntryBean
-
- getKey() - Method in class ucar.nc2.ui.GribOldIndexPanel.GdsBean
-
- getKey() - Method in class ucar.nc2.ui.GribOldRawPanel.Gds1Bean
-
- getKey() - Method in class ucar.nc2.ui.GribOldRawPanel.Gds2Bean
-
- getKeywords() - Method in class thredds.ui.catalog.search.CatalogIndexer.DatasetBean
-
Get keywords
- getLa1() - Method in class ucar.nc2.ui.GribOldRawPanel.Gds2Bean
-
- getLa2() - Method in class ucar.nc2.ui.GribOldRawPanel.Gds2Bean
-
- getLabel() - Method in class ucar.util.prefs.ui.Field
-
Return the JLabel component
- getLast() - Method in class ucar.nc2.ui.geoloc.Rubberband
-
- getLastModified() - Method in class thredds.ui.monitor.CacheTable.CacheFileBean
-
- getLat() - Method in class ucar.nc2.ui.AggTable.ObsBean
-
- getLat() - Method in class ucar.nc2.ui.BufrMessageViewer.ObsBean
-
- getLat() - Method in class ucar.nc2.ui.FmrcTable.ObsBean
-
- getLatitude() - Method in class ucar.nc2.ui.PointFeatureDatasetViewer.PointObsBean
-
- getLatitude() - Method in class ucar.nc2.ui.PointFeatureDatasetViewer.ProfileFeatureBean
-
- getLatitude() - Method in class ucar.nc2.ui.PointFeatureDatasetViewer.SectionFeatureBean
-
- getLatitude() - Method in class ucar.nc2.ui.PointFeatureDatasetViewer.StationBean
-
- getLatitude() - Method in class ucar.nc2.ui.PointFeatureDatasetViewer.StnProfileFeatureBean
-
- getLatitude() - Method in class ucar.nc2.ui.PointFeatureDatasetViewer.TrajectoryFeatureBean
-
- getLatitude() - Method in class ucar.nc2.ui.PointObsViewer.PointObsBean
-
- getLatitude() - Method in class ucar.nc2.ui.StationObsViewer.StationBean
-
- getLatitude() - Method in class ucar.nc2.ui.StationRadialViewer.StationBean
-
- getLatLon() - Method in class ucar.nc2.ui.CoordSysTable.CoordinateSystemBean
-
- getLatLon() - Method in class ucar.nc2.ui.point.PointRenderer.ObservationUI
-
- getLatLon() - Method in class ucar.nc2.ui.point.TrajectoryRenderer.ObservationUI
-
- getLatLon() - Method in class ucar.nc2.ui.PointFeatureDatasetViewer.PointObsBean
-
- getLatLon() - Method in class ucar.nc2.ui.PointFeatureDatasetViewer.ProfileFeatureBean
-
- getLatLon() - Method in class ucar.nc2.ui.PointFeatureDatasetViewer.SectionFeatureBean
-
- getLatLon() - Method in class ucar.nc2.ui.PointFeatureDatasetViewer.StationBean
-
- getLatLon() - Method in class ucar.nc2.ui.PointFeatureDatasetViewer.TrajectoryFeatureBean
-
- getLatLon() - Method in class ucar.nc2.ui.PointObsViewer.PointObsBean
-
- getLatLon() - Method in class ucar.nc2.ui.StationObsViewer.StationBean
-
- getLatLon() - Method in class ucar.nc2.ui.StationRadialViewer.StationBean
-
- getLeft() - Method in class ucar.nc2.ui.widget.ScaledPanel.Bounds
-
- getLength() - Method in class thredds.ui.monitor.CacheTable.CacheFileBean
-
- getLength() - Method in class ucar.nc2.ui.DatasetWriter.DimensionBean
-
- getLength() - Method in class ucar.nc2.ui.GribIndexPanel.RecordBean
-
- getLength() - Method in class ucar.nc2.ui.Hdf4Table.TagBean
-
- getLevel() - Method in class thredds.ui.monitor.ServletLogTable.Merge
-
- getLevel() - Method in class ucar.nc2.ui.coverage.CoverageRenderer
-
- getLevel() - Method in class ucar.nc2.ui.Grib1CollectionPanel.RecordBean
-
- getLevel() - Method in class ucar.nc2.ui.Grib2CollectionPanel.Grib2RecordBean
-
- getLevel() - Method in class ucar.nc2.ui.Grib2DataPanel.Grib2RecordBean
-
- getLevel() - Method in class ucar.nc2.ui.grid.GridRenderer
-
- getLevelName() - Method in class ucar.nc2.ui.Grib1CollectionPanel.ParameterBean
-
- getLevelName() - Method in class ucar.nc2.ui.Grib2CollectionPanel.Grib2ParameterBean
-
- getLevelName() - Method in class ucar.nc2.ui.Grib2DataPanel.Grib2ParameterBean
-
- getLevelName() - Method in class ucar.nc2.ui.GribOldIndexPanel.Product
-
- getLevelName() - Method in class ucar.nc2.ui.GribOldRawPanel.Grib1ParameterBean
-
- getLevelName() - Method in class ucar.nc2.ui.GribOldRawPanel.Grib2ParameterBean
-
- getLevelNameShort() - Method in class ucar.nc2.ui.GribOldRawPanel.Grib2ParameterBean
-
- getLevelType() - Method in class ucar.nc2.ui.Grib1CollectionPanel.ParameterBean
-
- getLevelType() - Method in class ucar.nc2.ui.Grib1CollectionPanel.RecordBean
-
- getLevelType() - Method in class ucar.nc2.ui.Grib2CollectionPanel.Grib2ParameterBean
-
- getLevelType() - Method in class ucar.nc2.ui.Grib2DataPanel.Grib2ParameterBean
-
- getLevelType() - Method in class ucar.nc2.ui.GribCollectionIndexPanel.VarBean
-
- getLevelType() - Method in class ucar.nc2.ui.GribOldIndexPanel.Product
-
- getLevelType() - Method in class ucar.nc2.ui.GribOldRawPanel.Grib1ParameterBean
-
- getLevelType() - Method in class ucar.nc2.ui.GribOldRawPanel.Grib2ParameterBean
-
- getLine() - Method in class ucar.nc2.ui.GribWmoCodesPanel.EntryBean
-
- getLine() - Method in class ucar.nc2.ui.WmoCommonCodesPanel.EntryBean
-
- getList(String, List) - Method in class ucar.util.prefs.ui.PersistentBean
-
- getLo1() - Method in class ucar.nc2.ui.GribOldRawPanel.Gds2Bean
-
- getLo2() - Method in class ucar.nc2.ui.GribOldRawPanel.Gds2Bean
-
- getLocal() - Method in class ucar.nc2.ui.AggTable.DdsBean
-
- getLocal() - Method in class ucar.nc2.ui.BufrMessageViewer.DdsBean
-
- getLocal() - Method in class ucar.nc2.ui.BufrMessageViewer.MessageBean
-
- getLocal() - Method in class ucar.nc2.ui.FmrcTable.DdsBean
-
- getLocalCount() - Method in class ucar.nc2.ui.GribFilesPanel.Grib2Bean
-
- getLocalFiles(Date, Date) - Method in class thredds.ui.monitor.LogLocalManager
-
- getLocalTable() - Method in class ucar.nc2.ui.GribFilesPanel.Grib2Bean
-
- getLocalVersion() - Method in class ucar.nc2.ui.Grib2TablesViewer.TableBean
-
- getLocation() - Method in class ucar.nc2.ui.AggTable.DatasetBean
-
- getLocation() - Method in class ucar.nc2.ui.Fmrc2Panel.InvBean
-
- getLocation() - Method in class ucar.nc2.ui.FmrcTable.DatasetBean
-
- getLocation() - Method in class ucar.nc2.ui.geoloc.CursorMoveEvent
-
- getLocation() - Method in class ucar.nc2.ui.geoloc.PickEvent
-
- getLocation() - Method in class ucar.nc2.ui.point.PointRenderer.ObservationUI
-
- getLocation() - Method in class ucar.nc2.ui.point.TrajectoryRenderer.ObservationUI
-
- getLon() - Method in class ucar.nc2.ui.AggTable.ObsBean
-
- getLon() - Method in class ucar.nc2.ui.BufrMessageViewer.ObsBean
-
- getLon() - Method in class ucar.nc2.ui.FmrcTable.ObsBean
-
- getLong(String, long) - Method in class ucar.util.prefs.ui.PersistentBean
-
- getLongitude() - Method in class ucar.nc2.ui.PointFeatureDatasetViewer.PointObsBean
-
- getLongitude() - Method in class ucar.nc2.ui.PointFeatureDatasetViewer.ProfileFeatureBean
-
- getLongitude() - Method in class ucar.nc2.ui.PointFeatureDatasetViewer.SectionFeatureBean
-
- getLongitude() - Method in class ucar.nc2.ui.PointFeatureDatasetViewer.StationBean
-
- getLongitude() - Method in class ucar.nc2.ui.PointFeatureDatasetViewer.StnProfileFeatureBean
-
- getLongitude() - Method in class ucar.nc2.ui.PointFeatureDatasetViewer.TrajectoryFeatureBean
-
- getLongitude() - Method in class ucar.nc2.ui.PointObsViewer.PointObsBean
-
- getLongitude() - Method in class ucar.nc2.ui.StationObsViewer.StationBean
-
- getLongitude() - Method in class ucar.nc2.ui.StationRadialViewer.StationBean
-
- getLoopControl() - Method in class ucar.nc2.ui.widget.SuperComboBox
-
get the LoopControl Window associated with this list
- getLower() - Method in class ucar.nc2.ui.widget.ScaledPanel.Bounds
-
- getM1() - Method in class ucar.nc2.ui.GribWmoTemplatesPanel.CodeBean
-
- getM2() - Method in class ucar.nc2.ui.GribWmoTemplatesPanel.CodeBean
-
- getMagic() - Method in class ucar.nc2.ui.CdmrFeaturePanel.MessBean
-
- getMapArea() - Method in class ucar.nc2.ui.geoloc.NavigatedPanel
-
Get the current Map Area
- getMapArea(ProjectionRect) - Method in class ucar.nc2.ui.geoloc.Navigation
-
Get current MapArea .
- getMapArea() - Method in class ucar.nc2.ui.geoloc.NewMapAreaEvent
-
- getMapAreaLL() - Method in class ucar.nc2.ui.geoloc.NavigatedPanel
-
Get the current Map Area as a lat/lon bounding box
- getMasterTable() - Method in class ucar.nc2.ui.GribFilesPanel.Grib2Bean
-
- getMaxDateField() - Method in class ucar.nc2.ui.widget.RangeDateSelector
-
- getMaxSelected() - Method in class ucar.nc2.ui.widget.RangeSelector
-
- getMaxSelectedString() - Method in class ucar.nc2.ui.widget.RangeSelector
-
- getMaxx() - Method in class ucar.nc2.ui.WmsViewer.LayerBean
-
- getMaxy() - Method in class ucar.nc2.ui.WmsViewer.LayerBean
-
- getMds() - Method in class ucar.nc2.ui.Hdf5ObjectTable.AttributeBean
-
- getMdt() - Method in class ucar.nc2.ui.Hdf5ObjectTable.AttributeBean
-
- getMeanAzimuth() - Method in class ucar.nc2.ui.RadialDatasetTable.SweepBean
-
- getMeanElevation() - Method in class ucar.nc2.ui.RadialDatasetTable.SweepBean
-
- getMeaning() - Method in class ucar.nc2.ui.GribWmoCodesPanel.EntryBean
-
- getMemoryStoreSize() - Method in class thredds.ui.monitor.CacheTable.CacheBean
-
- getMessage() - Method in class ucar.nc2.ui.util.SocketMessage.Event
-
- getMessageType() - Method in class ucar.nc2.ui.Hdf5ObjectTable.MessageBean
-
- getMinDateField() - Method in class ucar.nc2.ui.widget.RangeDateSelector
-
- getMinSelected() - Method in class ucar.nc2.ui.widget.RangeSelector
-
- getMinSelectedString() - Method in class ucar.nc2.ui.widget.RangeSelector
-
- getMinute() - Method in class ucar.nc2.ui.AggTable.ObsBean
-
- getMinute() - Method in class ucar.nc2.ui.BufrMessageViewer.ObsBean
-
- getMinute() - Method in class ucar.nc2.ui.FmrcTable.ObsBean
-
- getMinx() - Method in class ucar.nc2.ui.WmsViewer.LayerBean
-
- getMiny() - Method in class ucar.nc2.ui.WmsViewer.LayerBean
-
- getMissingDataColor() - Method in class ucar.nc2.ui.grid.ColorScale
-
- getModel() - Method in class ucar.nc2.ui.table.JTreeTableSorted
-
- getModel() - Method in class ucar.nc2.ui.table.RowSorterAbstract
-
- getModelIndex() - Method in class ucar.nc2.ui.table.JTableSorted
-
for each column, get the model index
- getModelIndex() - Method in class ucar.nc2.ui.table.JTreeTableSorted
-
this array translates the column index to the model index
- getMonoFont(int) - Static method in class ucar.nc2.ui.widget.FontUtil
-
- getMonth() - Method in class ucar.nc2.ui.AggTable.ObsBean
-
- getMonth() - Method in class ucar.nc2.ui.BufrMessageViewer.ObsBean
-
- getMonth() - Method in class ucar.nc2.ui.FmrcTable.ObsBean
-
- getMoveToolBar() - Method in class ucar.nc2.ui.geoloc.NavigatedPanel
-
- getMsecs() - Method in class thredds.ui.monitor.AccessLogTable.Accum
-
- getMsecs() - Method in class thredds.ui.monitor.ServletLogTable.Merge
-
- getMsecsPerRequest() - Method in class thredds.ui.monitor.AccessLogTable.Accum
-
- getN() - Method in class thredds.ui.monitor.ServletLogTable.Uptime
-
- getN() - Method in class ucar.nc2.ui.Grib1CollectionPanel.ParameterBean
-
- getN() - Method in class ucar.nc2.ui.Grib2CollectionPanel.Grib2ParameterBean
-
- getN() - Method in class ucar.nc2.ui.Grib2DataPanel.Grib2ParameterBean
-
- getN() - Method in class ucar.nc2.ui.GribFilesPanel.CollectionBean
-
- getN() - Method in class ucar.nc2.ui.GribOldIndexPanel.Product
-
- getN() - Method in class ucar.nc2.ui.GribOldRawPanel.Grib1ParameterBean
-
- getN() - Method in class ucar.nc2.ui.GribOldRawPanel.Grib2ParameterBean
-
- getName() - Method in class thredds.ui.catalog.search.CatalogIndexer.DatasetBean
-
- getName() - Method in class thredds.ui.catalog.tools.CatalogEnhancer.AccessBean
-
- getName() - Method in class thredds.ui.catalog.tools.CatalogEnhancer.DatasetBean
-
- getName() - Method in class thredds.ui.catalog.tools.DLCrawler.AccessBean
-
- getName() - Method in class thredds.ui.catalog.tools.DLCrawler.DatasetBean
-
- getName() - Method in class thredds.ui.monitor.AccessLogTable.Accum
-
- getName() - Method in class thredds.ui.monitor.CacheTable.CacheBean
-
- getName() - Method in class ucar.nc2.ui.AggTable.DdsBean
-
- getName() - Method in class ucar.nc2.ui.BufrMessageViewer.DdsBean
-
- getName() - Method in class ucar.nc2.ui.BufrTableBViewer.DdsBean
-
- getName() - Method in class ucar.nc2.ui.BufrTableDViewer.DdsBean
-
- getName() - Method in class ucar.nc2.ui.BufrWmoCodesPanel.CodeTableBean
-
- getName() - Method in class ucar.nc2.ui.CoordSysTable.AttributeBean
-
- getName() - Method in class ucar.nc2.ui.CoordSysTable.AxisBean
-
- getName() - Method in class ucar.nc2.ui.CoordSysTable.VariableBean
-
- getName() - Method in class ucar.nc2.ui.coverage.CoverageTable.AxisBean
-
- getName() - Method in class ucar.nc2.ui.coverage.CoverageTable.CoverageBean
-
- getName() - Method in class ucar.nc2.ui.coverage.CoverageTable.CoverageCSBean
-
- getName() - Method in class ucar.nc2.ui.DatasetViewer.AttributeBean
-
- getName() - Method in class ucar.nc2.ui.DatasetViewer.VariableBean
-
- getName() - Method in class ucar.nc2.ui.DatasetWriter.AttributeBean
-
- getName() - Method in class ucar.nc2.ui.DatasetWriter.DimensionBean
-
- getName() - Method in class ucar.nc2.ui.DatasetWriter.VariableBean
-
- getName() - Method in class ucar.nc2.ui.FeatureCollectionTable.Bean
-
- getName() - Method in class ucar.nc2.ui.Fmrc2Panel.CoordBean
-
- getName() - Method in class ucar.nc2.ui.Fmrc2Panel.GridBean
-
- getName() - Method in class ucar.nc2.ui.Fmrc2Panel.TimeCoordBean
-
- getName() - Method in class ucar.nc2.ui.Fmrc2Panel.VertCoordBean
-
- getName() - Method in class ucar.nc2.ui.FmrcCollectionTable.CollectionBean
-
- getName() - Method in class ucar.nc2.ui.FmrcTable.DatasetBean
-
- getName() - Method in class ucar.nc2.ui.FmrcTable.DdsBean
-
- getName() - Method in class ucar.nc2.ui.Grib1CollectionPanel.ParameterBean
-
- getName() - Method in class ucar.nc2.ui.Grib1TablesViewer.EntryBean
-
- getName() - Method in class ucar.nc2.ui.Grib1TablesViewer.TableBean
-
- getName() - Method in class ucar.nc2.ui.Grib2CollectionPanel.Grib2ParameterBean
-
- getName() - Method in class ucar.nc2.ui.Grib2DataPanel.Grib2ParameterBean
-
- getName() - Method in class ucar.nc2.ui.Grib2TablesViewer.EntryBean
-
- getName() - Method in class ucar.nc2.ui.Grib2TablesViewer.TableBean
-
- getName() - Method in class ucar.nc2.ui.GribOldRawPanel.Grib2ParameterBean
-
- getName() - Method in class ucar.nc2.ui.GribWmoCodesPanel.EntryBean
-
- getName() - Method in class ucar.nc2.ui.GribWmoTemplatesPanel.CodeBean
-
- getName() - Method in class ucar.nc2.ui.grid.ColorScale
-
Get the colorscale name.
- getName() - Method in class ucar.nc2.ui.grid.GeoGridTable.GeoAxisBean
-
- getName() - Method in class ucar.nc2.ui.grid.GeoGridTable.GeoCoordinateSystemBean
-
- getName() - Method in class ucar.nc2.ui.grid.GeoGridTable.GeoGridBean
-
- getName() - Method in class ucar.nc2.ui.Hdf5DataTable.VarBean
-
- getName() - Method in class ucar.nc2.ui.Hdf5ObjectTable.MessageBean
-
- getName() - Method in class ucar.nc2.ui.Hdf5ObjectTable.ObjectBean
-
- getName() - Method in class ucar.nc2.ui.PointFeatureDatasetViewer.FeatureCollectionBean
-
- getName() - Method in class ucar.nc2.ui.PointFeatureDatasetViewer.PointObsBean
-
- getName() - Method in class ucar.nc2.ui.PointFeatureDatasetViewer.ProfileFeatureBean
-
- getName() - Method in class ucar.nc2.ui.PointFeatureDatasetViewer.SectionFeatureBean
-
- getName() - Method in class ucar.nc2.ui.PointFeatureDatasetViewer.StationBean
-
- getName() - Method in class ucar.nc2.ui.PointFeatureDatasetViewer.TrajectoryFeatureBean
-
- getName() - Method in class ucar.nc2.ui.PointObsViewer.PointObsBean
-
- getName() - Method in class ucar.nc2.ui.RadialDatasetTable.VariableBean
-
- getName() - Method in class ucar.nc2.ui.StationObsViewer.StationBean
-
- getName() - Method in class ucar.nc2.ui.StationRadialViewer.StationBean
-
- getName() - Method in class ucar.nc2.ui.widget.SuperComboBox
-
get the name associated with this list
- getName() - Method in class ucar.nc2.ui.WmoCommonCodesPanel.TableBean
-
- getName() - Method in class ucar.nc2.ui.WmsViewer.LayerBean
-
- getName() - Method in class ucar.util.prefs.ui.BeanTable.PropertyCol
-
- getName() - Method in class ucar.util.prefs.ui.BeanTable.TestBean
-
- getName() - Method in class ucar.util.prefs.ui.Field
-
Return the name of the field
- getName() - Method in class ucar.util.prefs.ui.PrefPanel
-
Return the name of the PrefPanel.
- getNameDecoded() - Method in class ucar.nc2.ui.FmrcCollectionTable.CollectionBean
-
- getNameReverse() - Method in class thredds.ui.monitor.AccessLogTable.User
-
- getNavigatedPanel() - Method in class ucar.nc2.ui.geoloc.NPController
-
- getNavigatedPanel() - Method in class ucar.nc2.ui.point.StationRegionDateChooser
-
Access to the navigated panel.
- getNavigation() - Method in class ucar.nc2.ui.geoloc.NavigatedPanel
-
- getNavToolBar() - Method in class ucar.nc2.ui.geoloc.NavigatedPanel
-
- getNBits() - Method in class ucar.nc2.ui.Grib2DataPanel.Grib2ParameterBean
-
- getNBits() - Method in class ucar.nc2.ui.Grib2DataPanel.Grib2RecordBean
-
- getNbytes() - Method in class ucar.nc2.ui.GribWmoTemplatesPanel.EntryBean
-
- getNChunks() - Method in class ucar.nc2.ui.DatasetWriter.VariableBean
-
- getNchunks() - Method in class ucar.nc2.ui.Hdf5DataTable.VarBean
-
- getNCoords() - Method in class ucar.nc2.ui.GribCollectionIndexPanel.TimeCoordBean
-
- getNDataPoints() - Method in class ucar.nc2.ui.Grib2DataPanel.Grib2RecordBean
-
- getNelems() - Method in class ucar.nc2.ui.Hdf5DataTable.VarBean
-
- getNelems() - Method in class ucar.nc2.ui.NcStreamPanel.MessBean
-
- getNEns() - Method in class ucar.nc2.ui.GribOldIndexPanel.Product
-
- getNewValue() - Method in class ucar.nc2.ui.event.UIChangeEvent
-
- getNExtra() - Method in class ucar.nc2.ui.Grib2CollectionPanel.Grib2ParameterBean
-
- getNForecasts() - Method in class ucar.nc2.ui.GribOldRawPanel.Grib1RecordBean
-
- getNForecasts() - Method in class ucar.nc2.ui.GribOldRawPanel.Grib2RecordBean
-
- getNForecastsInEns() - Method in class ucar.nc2.ui.Grib2CollectionPanel.Grib2RecordBean
-
- getNGrids() - Method in class ucar.nc2.ui.coverage.CoverageTable.CoverageCSBean
-
- getNGrids() - Method in class ucar.nc2.ui.grid.GeoGridTable.GeoCoordinateSystemBean
-
- getNGroups() - Method in class ucar.nc2.ui.Grib2DataPanel.Grib2RecordBean
-
- getNIncludeMiss() - Method in class ucar.nc2.ui.Grib1CollectionPanel.RecordBean
-
- getNkeep() - Method in class ucar.util.prefs.ui.ComboBox
-
Get the number of items to keep
- getNobs() - Method in class ucar.nc2.ui.BufrMessageViewer.MessageBean
-
- getNobs() - Method in class ucar.nc2.ui.PointFeatureDatasetViewer.ProfileFeatureBean
-
- getNobs() - Method in class ucar.nc2.ui.PointFeatureDatasetViewer.SectionFeatureBean
-
- getNobs() - Method in class ucar.nc2.ui.PointFeatureDatasetViewer.StationBean
-
- getNobs() - Method in class ucar.nc2.ui.PointFeatureDatasetViewer.StnProfileFeatureBean
-
- getNobs() - Method in class ucar.nc2.ui.PointFeatureDatasetViewer.TrajectoryFeatureBean
-
- getNobs() - Method in class ucar.nc2.ui.StationObsViewer.StationBean
-
- getNote() - Method in class ucar.nc2.ui.widget.ProgressMonitorTask
-
ProgressMonitor displays this note in the ProgressMonitor.
- getNotes() - Method in class ucar.nc2.ui.GribWmoTemplatesPanel.EntryBean
-
- getNow() - Method in class ucar.util.prefs.ui.BeanTable.TestBean
-
- getNPController() - Method in class ucar.nc2.ui.geoloc.NewProjectionDialog
-
- getNPoints() - Method in class ucar.nc2.ui.Grib2CollectionPanel.Gds2Bean
-
- getNPoints() - Method in class ucar.nc2.ui.Grib2DataPanel.Gds2Bean
-
- getNPoints() - Method in class ucar.nc2.ui.GribOldRawPanel.Gds2Bean
-
- getNumber() - Method in class ucar.nc2.ui.Grib1TablesViewer.EntryBean
-
- getNumColors() - Method in class ucar.nc2.ui.grid.ColorScale
-
Get the number of colors in the colorscale.
- getNumFeatures() - Method in class ucar.nc2.ui.gis.shapefile.EsriShapefile
-
- getNumFields() - Method in class ucar.nc2.ui.gis.shapefile.DbaseFile
-
Get the number of fields in the file.
- getNumGates() - Method in class ucar.nc2.ui.RadialDatasetTable.SweepBean
-
- getNumParts() - Method in class ucar.nc2.ui.gis.AbstractGisFeature
-
- getNumParts() - Method in interface ucar.nc2.ui.gis.GisFeature
-
Get number of parts comprising this feature.
- getNumParts() - Method in class ucar.nc2.ui.gis.GisFeatureAdapter
-
Get number of parts comprising this feature.
- getNumParts() - Method in class ucar.nc2.ui.gis.shapefile.EsriShapefile.EsriFeature
-
Get number of parts comprising this feature.
- getNumParts() - Method in class ucar.nc2.ui.grid.ContourFeature
-
- getNumPoints() - Method in class ucar.nc2.ui.gis.AbstractGisFeature
-
- getNumPoints() - Method in interface ucar.nc2.ui.gis.GisFeature
-
Get total number of points in all parts of this feature.
- getNumPoints() - Method in class ucar.nc2.ui.gis.GisFeatureAdapter
-
Get total number of points in all parts of this feature.
- getNumPoints() - Method in interface ucar.nc2.ui.gis.GisPart
-
Get number of points in this part.
- getNumPoints() - Method in class ucar.nc2.ui.gis.shapefile.EsriShapefile.EsriFeature
-
Get total number of points in all parts of this feature.
- getNumPoints() - Method in class ucar.nc2.ui.grid.ContourFeature
-
- getNumPoints() - Method in class ucar.nc2.ui.grid.ContourLine
-
- getNumRadial() - Method in class ucar.nc2.ui.RadialDatasetTable.SweepBean
-
- getNumRec() - Method in class ucar.nc2.ui.gis.shapefile.DbaseData
-
- getNumRecords() - Method in class ucar.nc2.ui.gis.shapefile.DbaseFile
-
- getNx() - Method in class ucar.nc2.ui.Grib1CollectionPanel.Gds1Bean
-
- getNx() - Method in class ucar.nc2.ui.Grib2CollectionPanel.Gds2Bean
-
- getNx() - Method in class ucar.nc2.ui.Grib2DataPanel.Gds2Bean
-
- getNx() - Method in class ucar.nc2.ui.GribOldRawPanel.Gds1Bean
-
- getNxRaw() - Method in class ucar.nc2.ui.Grib1CollectionPanel.Gds1Bean
-
- getNy() - Method in class ucar.nc2.ui.Grib1CollectionPanel.Gds1Bean
-
- getNy() - Method in class ucar.nc2.ui.Grib2CollectionPanel.Gds2Bean
-
- getNy() - Method in class ucar.nc2.ui.Grib2DataPanel.Gds2Bean
-
- getNy() - Method in class ucar.nc2.ui.GribOldRawPanel.Gds1Bean
-
- getNyqFreq() - Method in class ucar.nc2.ui.RadialDatasetTable.SweepBean
-
- getNyRaw() - Method in class ucar.nc2.ui.Grib1CollectionPanel.Gds1Bean
-
- getObjClass() - Method in class ucar.nc2.ui.CdmrFeaturePanel.MessBean
-
- getObjClass() - Method in class ucar.nc2.ui.NcStreamPanel.MessBean
-
- getObject(String) - Method in class ucar.util.prefs.ui.PersistentBean
-
- getObservation() - Method in class ucar.nc2.ui.point.PointRenderer.ObservationUI
-
- getObservation() - Method in class ucar.nc2.ui.point.TrajectoryRenderer.ObservationUI
-
- getOctet() - Method in class ucar.nc2.ui.GribWmoTemplatesPanel.EntryBean
-
- getOffset() - Method in class ucar.nc2.ui.Hdf4Table.TagBean
-
- getOHPercent() - Method in class ucar.nc2.ui.DatasetWriter.VariableBean
-
- getOldName() - Method in class ucar.nc2.ui.Grib1CollectionPanel.ParameterBean
-
- getOldName() - Method in class ucar.nc2.ui.Grib2CollectionPanel.Grib2ParameterBean
-
- getOldName() - Method in class ucar.nc2.ui.GribRenamePanel.MapBean
-
- getOpenFiles() - Method in interface thredds.ui.monitor.OpenRAFMonitor
-
- getOpenFiles() - Method in class thredds.ui.monitor.OpenRAFMonitorImpl
-
- getOriginalHeight() - Method in class ucar.nc2.ui.image.ScalablePicture
-
return the height of the original image or Zero if there is none
- getOriginalImage() - Method in class ucar.nc2.ui.image.ScalablePicture
-
return the image in the original size
- getOriginalSize() - Method in class ucar.nc2.ui.image.ScalablePicture
-
return the size of the original image or Zero if there is none
- getOriginalWidth() - Method in class ucar.nc2.ui.image.ScalablePicture
-
return the width of the original image or Zero if there is none
- getOutputStream() - Method in class ucar.nc2.ui.widget.TextOutputStreamPane
-
- getOverHang() - Method in class ucar.nc2.ui.DatasetWriter.VariableBean
-
- getPanel() - Method in class ucar.nc2.ui.grid.GridTable
-
- getParamDesc() - Method in class ucar.nc2.ui.Grib1CollectionPanel.ParameterBean
-
- getParamNo() - Method in class ucar.nc2.ui.Grib1CollectionPanel.ParameterBean
-
- getParamNo() - Method in class ucar.nc2.ui.Grib2CollectionPanel.Grib2ParameterBean
-
- getParamNo() - Method in class ucar.nc2.ui.Grib2DataPanel.Grib2ParameterBean
-
- getParamNo() - Method in class ucar.nc2.ui.GribOldIndexPanel.Product
-
- getParamNo() - Method in class ucar.nc2.ui.GribOldRawPanel.Grib1ParameterBean
-
- getParamNo() - Method in class ucar.nc2.ui.GribOldRawPanel.Grib2ParameterBean
-
- getParentComponent() - Method in class ucar.nc2.ui.widget.PopupMenu
-
- getPassword() - Method in class ucar.util.prefs.ui.Field.Password
-
Return the current value as char array
- getPasswordAuthentication() - Method in class ucar.nc2.ui.widget.UrlAuthenticatorDialog
-
- getPath() - Method in class thredds.ui.monitor.ServletLogTable.Merge
-
- getPath() - Method in class ucar.nc2.ui.Grib1TablesViewer.TableBean
-
- getPath() - Method in class ucar.nc2.ui.GribFilesPanel.Grib1Bean
-
- getPath() - Method in class ucar.nc2.ui.GribFilesPanel.Grib2Bean
-
- getPath(TableRow) - Method in class ucar.nc2.ui.table.TreeTableModelSorted
-
- getPath() - Method in class ucar.util.prefs.ui.BeanTable.TestBean
-
- getPathForRow(int) - Method in class ucar.nc2.ui.table.JTreeTable
-
- getPDS() - Method in class ucar.nc2.ui.Grib2CollectionPanel.Grib2ParameterBean
-
- getPDS() - Method in class ucar.nc2.ui.Grib2DataPanel.Grib2ParameterBean
-
- getPdsOffset() - Method in class ucar.nc2.ui.GribOldIndexPanel.GribGridRecordBean
-
- getPdsOffset() - Method in class ucar.nc2.ui.GribOldRawPanel.Grib2RecordBean
-
- getPercentLoaded() - Method in class ucar.nc2.ui.image.SourcePicture
-
Returns how much of the image has been loaded
- getPeriod() - Method in class ucar.nc2.ui.Grib1CollectionPanel.RecordBean
-
- getPersistenceManager() - Method in class ucar.util.prefs.ui.Field
-
Return the PersistenceManager component
- getPertN() - Method in class ucar.nc2.ui.Grib2CollectionPanel.Grib2RecordBean
-
- getPertNum() - Method in class ucar.nc2.ui.Grib1CollectionPanel.RecordBean
-
- getPertNumber() - Method in class ucar.nc2.ui.GribOldIndexPanel.GribGridRecordBean
-
- getPertType() - Method in class ucar.nc2.ui.Grib2CollectionPanel.Grib2RecordBean
-
- getPertType() - Method in class ucar.nc2.ui.GribOldIndexPanel.GribGridRecordBean
-
- getPerturbationType() - Method in class ucar.nc2.ui.GribOldRawPanel.Grib1RecordBean
-
- getPerturbationType() - Method in class ucar.nc2.ui.GribOldRawPanel.Grib2RecordBean
-
- getPixPerWorld() - Method in class ucar.nc2.ui.geoloc.Navigation
-
- getPos() - Method in class ucar.nc2.ui.Grib1CollectionPanel.RecordBean
-
- getPositive() - Method in class ucar.nc2.ui.CoordSysTable.AxisBean
-
- getPositive() - Method in class ucar.nc2.ui.coverage.CoverageTable.AxisBean
-
- getPositive() - Method in class ucar.nc2.ui.grid.GeoGridTable.GeoAxisBean
-
- getPreferredArea() - Method in class ucar.nc2.ui.gis.GisFeatureRenderer
-
Preferred map area on opening for first time.
- getPreferredArea() - Method in class ucar.nc2.ui.gis.GisFeatureRendererMulti
-
- getPreferredArea() - Method in class ucar.nc2.ui.gis.shapefile.EsriShapefileRenderer
-
- getPreferredArea() - Method in class ucar.nc2.ui.gis.worldmap.WorldMap
-
- getPreferredArea() - Method in class ucar.nc2.ui.grid.ContourFeatureRenderer
-
- getPreferredArea() - Method in class ucar.nc2.ui.point.PointRenderer
-
- getPreferredArea() - Method in class ucar.nc2.ui.point.TrajectoryRenderer
-
- getPreferredArea() - Method in interface ucar.nc2.ui.util.Renderer
-
This allows application to automatically switch to some special area defined by the Renderer
- getPrefPanel() - Method in class ucar.util.prefs.ui.PrefPanel.Dialog
-
Get the PrefPanel
- getPrefs() - Method in class ucar.nc2.ui.CoordSysTable
-
- getPrefs() - Method in class ucar.nc2.ui.coverage.CoverageTable
-
- getPrefs() - Method in class ucar.nc2.ui.DatasetViewer
-
- getPrefs() - Method in class ucar.nc2.ui.FeatureCollectionTable
-
- getPrefs() - Method in class ucar.nc2.ui.FeatureScanPanel
-
- getPrefs() - Method in class ucar.nc2.ui.grid.GeoGridTable
-
- getPrefs() - Method in class ucar.nc2.ui.PointFeatureDatasetViewer
-
- getPrefs() - Method in class ucar.nc2.ui.PointObsViewer
-
- getPrefs() - Method in class ucar.nc2.ui.RadialDatasetTable
-
- getPrefs() - Method in class ucar.nc2.ui.StationObsViewer
-
- getPrefs() - Method in class ucar.nc2.ui.StationRadialViewer
-
- getPrefs() - Method in class ucar.nc2.ui.TrajectoryObsViewer
-
- getProbability() - Method in class ucar.nc2.ui.GribOldIndexPanel.GribGridRecordBean
-
- getProbLimit() - Method in class ucar.nc2.ui.GribOldRawPanel.Grib1RecordBean
-
- getProbLimit() - Method in class ucar.nc2.ui.GribOldRawPanel.Grib2RecordBean
-
- getProbLimits() - Method in class ucar.nc2.ui.Grib2CollectionPanel.Grib2RecordBean
-
- getProbName() - Method in class ucar.nc2.ui.GribCollectionIndexPanel.VarBean
-
- getProbType() - Method in class ucar.nc2.ui.GribCollectionIndexPanel.VarBean
-
- getProfileName() - Method in class ucar.nc2.ui.PointFeatureDatasetViewer.StnProfileFeatureBean
-
- getProgress() - Method in class ucar.nc2.ui.widget.ProgressMonitorTask
-
ProgressMonitor displays this progress value in the ProgressMonitor.
- getProjectedShape(ProjectionImpl) - Method in class ucar.nc2.ui.gis.AbstractGisFeature
-
Convert this GisFeature to a java.awt.Shape.
- getProjectedShape(ProjectionImpl, ProjectionImpl) - Method in class ucar.nc2.ui.gis.AbstractGisFeature
-
Convert this GisFeature to a java.awt.Shape.
- getProjection() - Method in class ucar.nc2.ui.coverage.CoverageTable.CoverageCSBean
-
- getProjection() - Method in class ucar.nc2.ui.geoloc.NewProjectionEvent
-
- getProjection() - Method in class ucar.nc2.ui.grid.GeoGridTable.GeoCoordinateSystemBean
-
- getProjection() - Method in class ucar.nc2.ui.grid.GridRenderer
-
get the current display projection
- getProjectionImpl() - Method in class ucar.nc2.ui.geoloc.NavigatedPanel
-
Get the current Projection.
- getProjectionManager() - Method in class ucar.nc2.ui.coverage.CoverageDisplay
-
- getProjectionManager() - Method in class ucar.nc2.ui.grid.GridUI
-
- getProjectionRect() - Method in class ucar.nc2.ui.geoloc.GeoSelectionEvent
-
- getProperty(String) - Method in class ucar.util.prefs.ui.BeanTable.TableBeanModel
-
- getProperty(int) - Method in class ucar.util.prefs.ui.BeanTable.TableBeanModel
-
- getPropertyIndex(String) - Method in class ucar.util.prefs.ui.BeanTable.TableBeanModel
-
- getQueryChooser() - Method in class thredds.ui.catalog.ThreddsDatasetChooser
-
Get the component QueryChooser
- getRadialDataset() - Method in class ucar.nc2.ui.RadialDatasetTable
-
- getRangeRank() - Method in class ucar.nc2.ui.CoordSysTable.CoordinateSystemBean
-
- getRangeRank() - Method in class ucar.nc2.ui.coverage.CoverageTable.CoverageCSBean
-
- getRangeRank() - Method in class ucar.nc2.ui.grid.GeoGridTable.GeoCoordinateSystemBean
-
- getRatio() - Method in class ucar.nc2.ui.Hdf5DataTable.VarBean
-
- getReadOk() - Method in class ucar.nc2.ui.BufrMessageViewer.MessageBean
-
- getRect() - Method in class ucar.nc2.ui.widget.ScaledPanel.Bounds
-
- getRefDate() - Method in class ucar.nc2.ui.Grib2CollectionPanel.Grib2RecordBean
-
- getRefDate() - Method in class ucar.nc2.ui.GribFilesPanel.Grib2Bean
-
- getReference() - Method in class ucar.nc2.ui.AggTable.DdsBean
-
- getReference() - Method in class ucar.nc2.ui.BufrMessageViewer.DdsBean
-
- getReference() - Method in class ucar.nc2.ui.BufrTableBViewer.DdsBean
-
- getReference() - Method in class ucar.nc2.ui.FmrcTable.DdsBean
-
- getReferenceDate() - Method in class ucar.nc2.ui.Grib1CollectionPanel.ParameterBean
-
- getReferenceDate() - Method in class ucar.nc2.ui.Grib1CollectionPanel.RecordBean
-
- getReferenceDate() - Method in class ucar.nc2.ui.GribIndexPanel.RecordBean
-
- getReferenceDate() - Method in class ucar.nc2.ui.GribOldRawPanel.Grib1ParameterBean
-
- getReferenceDate() - Method in class ucar.nc2.ui.GribOldRawPanel.Grib1RecordBean
-
- getRefno() - Method in class ucar.nc2.ui.Hdf4Table.TagBean
-
- getRefTime() - Method in class ucar.nc2.ui.GribOldIndexPanel.Product
-
- getRegular() - Method in class ucar.nc2.ui.CoordSysTable.AxisBean
-
- getRegular() - Method in class ucar.nc2.ui.coverage.CoverageTable.AxisBean
-
- getRegular() - Method in class ucar.nc2.ui.grid.GeoGridTable.GeoAxisBean
-
- getRemoteFiles(CancelTask) - Method in class thredds.ui.monitor.TdsDownloader
-
- getRenderer() - Method in class ucar.nc2.ui.gis.MapBean
-
Each bean has one Renderer, made current when Action is called
- getRenderer() - Method in class ucar.nc2.ui.gis.shapefile.ShapeFileBean
-
- getRenderer() - Method in class ucar.nc2.ui.gis.worldmap.WorldMapBean
-
- getReqSeq() - Method in class thredds.ui.monitor.ServletLogTable.Merge
-
- getReqTime() - Method in class thredds.ui.monitor.ServletLogTable.Merge
-
- getResolution() - Method in class ucar.nc2.ui.Grib1CollectionPanel.Gds1Bean
-
- getResolution() - Method in class ucar.nc2.ui.GribOldIndexPanel.GdsBean
-
- getResolution() - Method in class ucar.nc2.ui.GribOldRawPanel.Gds1Bean
-
- getResolution() - Method in class ucar.nc2.ui.GribOldRawPanel.Gds2Bean
-
- getResolutionField() - Method in class ucar.nc2.ui.widget.RangeDateSelector
-
- getResource() - Method in class ucar.nc2.ui.WmoCommonCodesPanel.TableBean
-
- getResourcePath() - Static method in class ucar.nc2.ui.widget.BAMutil
-
- getReverse() - Method in class ucar.nc2.ui.table.TreeTableModelSorted
-
- getRight() - Method in class ucar.nc2.ui.widget.ScaledPanel.Bounds
-
- getRoot() - Method in class ucar.nc2.ui.table.TreeTableModelAbstract
-
- getRootPaneContainer() - Method in interface ucar.nc2.ui.widget.TopLevel
-
get the getRootPaneContainer
- getRoots() - Method in class thredds.ui.monitor.LogLocalManager
-
- getRotation() - Method in class ucar.nc2.ui.image.SourcePicture
-
return the rotation of the image
- getRow(int) - Method in class ucar.nc2.ui.table.JTreeTableSorted
-
- getRow(Object) - Method in class ucar.nc2.ui.table.TreeTableModelSorted
-
- getRow(int) - Method in class ucar.nc2.ui.table.TreeTableModelSorted
-
- getRow(TreePath) - Method in class ucar.nc2.ui.table.TreeTableModelSorted
-
- getRowCount() - Method in class ucar.nc2.ui.table.TreeTableModelAdapter
-
- getRowCount() - Method in class ucar.nc2.ui.table.TreeTableModelSorted
-
- getRowCount() - Method in class ucar.util.prefs.ui.BeanTable.TableBeanModel
-
- getRowCount() - Method in class ucar.util.prefs.ui.TableSorter
-
- getRows() - Method in class ucar.nc2.ui.table.JTreeTableSorted
-
- getRows() - Method in class ucar.nc2.ui.table.TreeTableModelSorted
-
- getRt() - Method in class ucar.nc2.ui.grid.GeoGridTable.GeoGridBean
-
- getRunDate() - Method in class ucar.nc2.ui.Fmrc2Panel.FmrBean
-
- getRunTime() - Method in class ucar.nc2.ui.coverage.CoverageRenderer
-
- getRunTime() - Method in class ucar.nc2.ui.grid.GridRenderer
-
- getScale() - Method in class ucar.nc2.ui.AggTable.DdsBean
-
- getScale() - Method in class ucar.nc2.ui.BufrMessageViewer.DdsBean
-
- getScale() - Method in class ucar.nc2.ui.BufrTableBViewer.DdsBean
-
- getScale() - Method in class ucar.nc2.ui.FmrcTable.DdsBean
-
- getScaledHeight() - Method in class ucar.nc2.ui.image.ScalablePicture
-
return the height of the scaled image or Zero if there is none
- getScaledPicture() - Method in class ucar.nc2.ui.image.ScalablePicture
-
return the scaled image
- getScaledSize() - Method in class ucar.nc2.ui.image.ScalablePicture
-
return the size of the scaled image or Zero if there is none
- getScaledSizeString() - Method in class ucar.nc2.ui.image.ScalablePicture
-
return the size of the scaled image as a neatly formatted text or Zero if there is none
- getScaledWidth() - Method in class ucar.nc2.ui.image.ScalablePicture
-
return the width of the scaled image or Zero if there is none
- getScaleFactor() - Method in class ucar.nc2.ui.image.ScalablePicture
-
return the current scale factor
- getScaleSize() - Method in class ucar.nc2.ui.image.ScalablePicture
-
return the current scale size.
- getScanMode() - Method in class ucar.nc2.ui.Grib1CollectionPanel.Gds1Bean
-
- getScanMode() - Method in class ucar.nc2.ui.Grib2CollectionPanel.Gds2Bean
-
- getScanMode() - Method in class ucar.nc2.ui.Grib2DataPanel.Gds2Bean
-
- getScanMode() - Method in class ucar.nc2.ui.GribOldIndexPanel.GdsBean
-
- getScanMode() - Method in class ucar.nc2.ui.GribOldRawPanel.Gds1Bean
-
- getScanMode() - Method in class ucar.nc2.ui.GribOldRawPanel.Gds2Bean
-
- getScreenHeight() - Method in class ucar.nc2.ui.geoloc.Navigation
-
- getScreenVirtualSize() - Static method in class ucar.nc2.ui.util.ScreenUtils
-
- getScreenWidth() - Method in class ucar.nc2.ui.geoloc.Navigation
-
- getSec() - Method in class ucar.nc2.ui.AggTable.ObsBean
-
- getSec() - Method in class ucar.nc2.ui.BufrMessageViewer.ObsBean
-
- getSec() - Method in class ucar.nc2.ui.FmrcTable.ObsBean
-
- getSelected() - Method in class ucar.nc2.ui.geoloc.JTableProjection
-
- getSelected() - Method in class ucar.nc2.ui.table.JTableSorted
-
Get the currently selected row.
- getSelectedBean() - Method in class ucar.util.prefs.ui.BeanTable
-
Get the currently selected bean, or null if none selected.
- getSelectedBeans() - Method in class ucar.util.prefs.ui.BeanTable
-
Get the currently selected beans.
- getSelectedCells() - Method in class ucar.util.prefs.ui.BeanTable
-
Get the currently selected cells.
- getSelectedDataset() - Method in class thredds.ui.catalog.CatalogChooser
-
- getSelectedDataset() - Method in class thredds.ui.catalog.CatalogTreeView
-
Get the currently selected InvDataset.
- getSelectedGrids() - Method in class ucar.nc2.ui.coverage.CoverageTable
-
- getSelectedGrids() - Method in class ucar.nc2.ui.grid.GeoGridTable
-
- getSelectedIndex() - Method in class ucar.nc2.ui.widget.SuperComboBox
-
Get the index of the currently selected object in the list.
- getSelectedObject() - Method in class ucar.nc2.ui.widget.SuperComboBox
-
Get the currently selected object.
- getSelectedRow() - Method in class ucar.nc2.ui.StructureTable
-
- getSelectedRow() - Method in class ucar.nc2.ui.table.JTreeTableSorted
-
Get the currently selected row.
- getSelectedRowIndex() - Method in class ucar.nc2.ui.table.JTableSorted
-
- getSelectedRows() - Method in class ucar.nc2.ui.table.JTreeTableSorted
-
Get the currently selected rows.
- getSelectedStation() - Method in class ucar.nc2.ui.point.StationRegionDateChooser
-
Get currently selected station, or null if none.
- getSeq() - Method in class ucar.nc2.ui.AggTable.DdsBean
-
- getSeq() - Method in class ucar.nc2.ui.BufrMessageViewer.DdsBean
-
- getSeq() - Method in class ucar.nc2.ui.FmrcTable.DdsBean
-
- getSequence() - Method in class ucar.nc2.ui.BufrTableDViewer.DdsBean
-
- getServer() - Method in class thredds.ui.monitor.LogLocalManager
-
- getServerPrefix() - Method in class thredds.ui.monitor.ManageForm.Data
-
- getServersCB() - Method in class thredds.ui.monitor.ManageForm
-
- getServerType() - Method in class ucar.util.prefs.ui.BeanTable.TestBean
-
- getServiceType() - Method in class thredds.ui.catalog.tools.CatalogEnhancer.AccessBean
-
- getServiceType() - Method in class thredds.ui.catalog.tools.DLCrawler.AccessBean
-
- getShape() - Method in class ucar.nc2.ui.CoordSysTable.AxisBean
-
- getShape() - Method in class ucar.nc2.ui.CoordSysTable.VariableBean
-
- getShape() - Method in class ucar.nc2.ui.coverage.CoverageTable.AxisBean
-
- getShape() - Method in class ucar.nc2.ui.coverage.CoverageTable.CoverageBean
-
- getShape() - Method in class ucar.nc2.ui.DatasetViewer.VariableBean
-
- getShape() - Method in class ucar.nc2.ui.DatasetWriter.VariableBean
-
- getShape() - Method in class ucar.nc2.ui.gis.AbstractGisFeature
-
Convert this GisFeature to a java.awt.Shape, using the default
coordinate system, mapping gisFeature(x,y) -> screen(x,y).
- getShape() - Method in class ucar.nc2.ui.grid.GeoGridTable.GeoAxisBean
-
- getShape() - Method in class ucar.nc2.ui.grid.GeoGridTable.GeoGridBean
-
- getShapes(Graphics2D, AffineTransform) - Method in class ucar.nc2.ui.gis.GisFeatureRenderer
-
- getShapes(Graphics2D, AffineTransform) - Method in class ucar.nc2.ui.gis.GisFeatureRendererMulti
-
- getShortName() - Method in class thredds.ui.monitor.CacheTable.CacheFileBean
-
- getSize() - Method in class thredds.ui.monitor.CacheTable.CacheBean
-
- getSize() - Method in class ucar.nc2.ui.BufrMessageViewer.MessageBean
-
- getSize() - Method in class ucar.nc2.ui.BufrWmoCodesPanel.CodeTableBean
-
- getSize() - Method in class ucar.nc2.ui.CdmrFeaturePanel.MessBean
-
- getSize() - Method in class ucar.nc2.ui.DatasetWriter.VariableBean
-
- getSize() - Method in class ucar.nc2.ui.FmrcCollectionTable.DataBean
-
- getSize() - Method in class ucar.nc2.ui.GribCollectionIndexPanel.CoordBean
-
- getSize() - Method in class ucar.nc2.ui.Hdf5ObjectTable.MessageBean
-
- getSize() - Method in class ucar.nc2.ui.image.SourcePicture
-
return the size of the image or Zero if there is none
- getSize() - Method in class ucar.nc2.ui.NcStreamPanel.MessBean
-
- getSizeBytes() - Method in class ucar.nc2.ui.Hdf5DataTable.VarBean
-
- getSlice() - Method in class ucar.nc2.ui.coverage.CoverageRenderer
-
- getSlice() - Method in class ucar.nc2.ui.grid.GridRenderer
-
- getSortCol() - Method in class ucar.nc2.ui.table.TreeTableModelSorted
-
- getSortingStatus(int) - Method in class ucar.util.prefs.ui.TableSorter
-
- getSource() - Method in class ucar.nc2.ui.BufrTableBViewer.DdsBean
-
- getSource() - Method in class ucar.nc2.ui.BufrTableDViewer.DdsBean
-
- getSourceBufferedImage() - Method in class ucar.nc2.ui.image.SourcePicture
-
returns the buffered image that was loaded or null if there is no image.
- getSourcePicture(URL) - Static method in class ucar.nc2.ui.image.PictureCache
-
returns a picture from the cache.
- getSourcePicture() - Method in class ucar.nc2.ui.image.ScalablePicture
-
return the image in the original size
- getSourcePicture() - Method in class ucar.nc2.ui.image.SourcePicture
-
returns a reference to this SourcePicture object
- getSpec() - Method in class ucar.nc2.ui.GribFilesPanel.CollectionBean
-
- getStandardFont(int) - Static method in class ucar.nc2.ui.widget.FontUtil
-
- getStandardMapSelectButton(PropertyChangeListener) - Static method in class ucar.nc2.ui.gis.MapBean
-
- getStart() - Method in class ucar.nc2.ui.GribIndexPanel.RecordBean
-
- getStart() - Method in class ucar.nc2.ui.GribWmoTemplatesPanel.EntryBean
-
- getStart() - Method in class ucar.nc2.ui.Hdf5ObjectTable.MessageBean
-
- getStartDate() - Method in class thredds.ui.monitor.ServletLogTable.Uptime
-
- getStartDate() - Method in class ucar.nc2.ui.TrajectoryObsViewer.TrajBean
-
- getStartingTime() - Method in class ucar.nc2.ui.RadialDatasetTable.SweepBean
-
- getStartInterval() - Method in class ucar.nc2.ui.GribOldRawPanel.Grib1RecordBean
-
- getStartSeq() - Method in class thredds.ui.monitor.ServletLogTable.Uptime
-
- getStartTime() - Method in class thredds.ui.monitor.ServletLogTable.Uptime
-
- getStation() - Method in class ucar.nc2.ui.AggTable.ObsBean
-
- getStation() - Method in class ucar.nc2.ui.BufrMessageViewer.ObsBean
-
- getStation() - Method in class ucar.nc2.ui.FmrcTable.ObsBean
-
- getStats(Iterator) - Method in class ucar.nc2.ui.gis.GisFeatureRendererMulti
-
- getStatType() - Method in class ucar.nc2.ui.Grib1CollectionPanel.ParameterBean
-
- getStatType() - Method in class ucar.nc2.ui.Grib2CollectionPanel.Grib2ParameterBean
-
- getStatType() - Method in class ucar.nc2.ui.GribOldIndexPanel.GribGridRecordBean
-
- getStatType() - Method in class ucar.nc2.ui.GribOldIndexPanel.Product
-
- getStatType() - Method in class ucar.nc2.ui.GribOldRawPanel.Grib1RecordBean
-
- getStatType() - Method in class ucar.nc2.ui.GribOldRawPanel.Grib2RecordBean
-
- getStatus() - Method in class thredds.ui.monitor.CacheTable.CacheBean
-
- getStatus() - Method in class thredds.ui.monitor.ServletLogTable.Merge
-
- getStatus() - Method in class ucar.nc2.ui.Fmrc2Panel.GridBean
-
- getStatus() - Method in class ucar.nc2.ui.GribWmoCodesPanel.EntryBean
-
- getStatus() - Method in class ucar.nc2.ui.GribWmoTemplatesPanel.EntryBean
-
- getStatus() - Method in class ucar.nc2.ui.WmoCommonCodesPanel.EntryBean
-
- getStatusCode() - Method in class ucar.nc2.ui.image.ScalablePicture
-
Method that returns the status code of the picture loading.
- getStatusCode() - Method in class ucar.nc2.ui.image.SourcePicture
-
Method that returns the status code of the picture loading.
- getStatusMessage() - Method in class ucar.nc2.ui.image.ScalablePicture
-
Method that returns the status code of the picture loading.
- getStatusMessage() - Method in class ucar.nc2.ui.image.SourcePicture
-
Method that returns the status code of the picture loading.
- getStopButton() - Method in class thredds.ui.monitor.ManageForm
-
- getStorage() - Method in class ucar.nc2.ui.Hdf5DataTable.VarBean
-
- getStoreValue(Object) - Method in class thredds.ui.datatype.prefs.DateField
-
- getStoreValue(Object) - Method in class thredds.ui.datatype.prefs.DurationField
-
- getStoreValue(Object) - Method in class ucar.util.prefs.ui.ComboBox
-
Get value from Store, will be an ArrayList or null
- getStoreValue(Object) - Method in class ucar.util.prefs.ui.Field.BeanTable
-
Get value from Store, will be a List of beanClass, or null
- getStoreValue(Object) - Method in class ucar.util.prefs.ui.Field.CheckBox
-
- getStoreValue(Object) - Method in class ucar.util.prefs.ui.Field.Date
-
- getStoreValue(Object) - Method in class ucar.util.prefs.ui.Field.Double
-
- getStoreValue(Object) - Method in class ucar.util.prefs.ui.Field.EnumCombo
-
Get value from Store, will be an item to be placed in the list
- getStoreValue(Object) - Method in class ucar.util.prefs.ui.Field
-
Get value from Store.
- getStoreValue(Object) - Method in class ucar.util.prefs.ui.Field.Int
-
- getStoreValue(Object) - Method in class ucar.util.prefs.ui.Field.Text
-
Get value from Store, if it exists, else return default value.
- getStoreValue(Object) - Method in class ucar.util.prefs.ui.Field.TextCombo
-
Get value from Store, will be an ArrayList or null
- getStretched() - Method in class ucar.nc2.ui.geoloc.Rubberband
-
- getString(int) - Method in class ucar.nc2.ui.gis.shapefile.DbaseData
-
Method to retrieve a String for this field
- getStrings() - Method in class ucar.nc2.ui.gis.shapefile.DbaseData
-
Method to retrieve an array of Strings for this field
- getStringsByName(String) - Method in class ucar.nc2.ui.gis.shapefile.DbaseFile
-
Extract the string array of data for a field by Name.
- getStructureVariables(Structure) - Method in class ucar.nc2.ui.DatasetViewer
-
- getSubCenter() - Method in class ucar.nc2.ui.Grib1TablesViewer.TableBean
-
- getSubCenter() - Method in class ucar.nc2.ui.GribFilesPanel.Grib1Bean
-
- getSubCenter() - Method in class ucar.nc2.ui.GribFilesPanel.Grib2Bean
-
- getSubcenter_id() - Method in class ucar.nc2.ui.Grib1TablesViewer.TableBean
-
- getSubcenter_id() - Method in class ucar.nc2.ui.Grib2TablesViewer.TableBean
-
- getSubCenterName() - Method in class ucar.nc2.ui.GribFilesPanel.Grib1Bean
-
- getSuffix() - Method in class ucar.nc2.ui.GribOldIndexPanel.Product
-
- getSurfaceType() - Method in class ucar.nc2.ui.GribOldIndexPanel.GribGridRecordBean
-
- getSurfaceType() - Method in class ucar.nc2.ui.GribOldRawPanel.Grib2RecordBean
-
- getSurfaceValue() - Method in class ucar.nc2.ui.GribOldIndexPanel.GribGridRecordBean
-
- getSurfaceValue() - Method in class ucar.nc2.ui.GribOldRawPanel.Grib1RecordBean
-
- getSurfaceValue() - Method in class ucar.nc2.ui.GribOldRawPanel.Grib2RecordBean
-
- getSymbol() - Method in class thredds.ui.monitor.Chart
-
- getT() - Method in class ucar.nc2.ui.coverage.CoverageTable.CoverageBean
-
- getT() - Method in class ucar.nc2.ui.grid.GeoGridTable.GeoGridBean
-
- getTable() - Method in class ucar.nc2.ui.BufrMessageViewer.MessageBean
-
- getTable() - Method in class ucar.nc2.ui.Grib2CollectionPanel.Grib2ParameterBean
-
- getTable() - Method in class ucar.nc2.ui.Grib2DataPanel.Grib2ParameterBean
-
- getTable() - Method in class ucar.nc2.ui.GribFilesPanel.Grib1Bean
-
- getTable() - Method in class ucar.nc2.ui.table.JTableSorted
-
Get the JTable delegate so you can do nasty things to it
- getTable() - Method in class ucar.nc2.ui.table.JTreeTableSorted
-
- getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class ucar.nc2.ui.table.JTreeTable.TreeTableCellEditor
-
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class ucar.nc2.ui.table.JTreeTable.TreeTableCellRenderer
-
TreeCellRenderer method.
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class ucar.util.prefs.ui.BeanTable.HeaderRenderer
-
- getTableHeader() - Method in class ucar.util.prefs.ui.TableSorter
-
- getTableKey() - Method in class ucar.nc2.ui.GribFilesPanel.Grib1Bean
-
- getTableModel() - Method in class ucar.util.prefs.ui.TableSorter
-
- getTableNo() - Method in class ucar.nc2.ui.GribWmoCodesPanel.CodeTableBean
-
- getTableVersion() - Method in class ucar.nc2.ui.Grib1CollectionPanel.ParameterBean
-
- getTableVersion() - Method in class ucar.nc2.ui.GribFilesPanel.Grib1Bean
-
- getTask() - Method in class ucar.nc2.ui.widget.ProgressMonitor
-
- getTemplate() - Method in class ucar.nc2.ui.Grib2CollectionPanel.Gds2Bean
-
- getTemplate() - Method in class ucar.nc2.ui.Grib2DataPanel.Gds2Bean
-
- getTemplate() - Method in class ucar.nc2.ui.GribOldIndexPanel.Product
-
- getTemplate() - Method in class ucar.nc2.ui.GribOldRawPanel.Grib2ParameterBean
-
- getText() - Method in class ucar.nc2.ui.NCdumpPane
-
- getText() - Method in class ucar.nc2.ui.widget.TextGetPutPane
-
- getText() - Method in class ucar.nc2.ui.widget.TextHistoryPane
-
- getText() - Method in class ucar.util.prefs.ui.Field.Text
-
Return the current accepted value
- getText() - Method in class ucar.util.prefs.ui.Field.TextCombo
-
Return the current selected value as a String
- getTextArea() - Method in class thredds.ui.monitor.ManageForm
-
- getTime() - Method in class ucar.nc2.ui.coverage.CoverageRenderer
-
- getTime() - Method in class ucar.nc2.ui.Grib2DataPanel.Grib2RecordBean
-
- getTime() - Method in class ucar.nc2.ui.grid.GridRenderer
-
- getTime() - Method in class ucar.nc2.ui.PointFeatureDatasetViewer.PointObsBean
-
- getTime() - Method in class ucar.nc2.ui.PointObsViewer.PointObsBean
-
- getTimeCoord() - Method in class ucar.nc2.ui.Grib1CollectionPanel.RecordBean
-
- getTimeCoord() - Method in class ucar.nc2.ui.GribCollectionIndexPanel.VarBean
-
- getTimeCoordName() - Method in class ucar.nc2.ui.Fmrc2Panel.GridBean
-
- getTimeDuration() - Method in class thredds.ui.datatype.prefs.DurationField
-
- getTimeInterval() - Method in class ucar.nc2.ui.GribOldRawPanel.Grib1RecordBean
-
- getTimeIntervalName() - Method in class ucar.nc2.ui.GribCollectionIndexPanel.TimeCoordBean
-
- getTimeIntv() - Method in class ucar.nc2.ui.GribCollectionIndexPanel.VarBean
-
- getTimeType() - Method in class ucar.nc2.ui.Grib1CollectionPanel.RecordBean
-
- getTimeTypeName() - Method in class ucar.nc2.ui.Grib1CollectionPanel.RecordBean
-
- getTimeUdunit() - Method in class ucar.nc2.ui.GribOldIndexPanel.GribGridRecordBean
-
- getTimeUnit() - Method in class ucar.nc2.ui.Grib2CollectionPanel.Grib2RecordBean
-
- getTimeUnit() - Method in class ucar.nc2.ui.GribCollectionIndexPanel.TimeCoordBean
-
- getTimeUnit() - Method in class ucar.nc2.ui.GribFilesPanel.Grib1Bean
-
- getTimeUnit() - Method in class ucar.nc2.ui.GribOldRawPanel.Grib1RecordBean
-
- getTimeUnit() - Method in class ucar.nc2.ui.GribOldRawPanel.Grib2RecordBean
-
- getTimeValue1() - Method in class ucar.nc2.ui.Grib1CollectionPanel.RecordBean
-
- getTimeValue2() - Method in class ucar.nc2.ui.Grib1CollectionPanel.RecordBean
-
- getTInv() - Method in class ucar.nc2.ui.Grib2CollectionPanel.Grib2RecordBean
-
- getTitle() - Method in class ucar.nc2.ui.GribWmoCodesPanel.CodeTableBean
-
- getTitle() - Method in class ucar.nc2.ui.WmsViewer.LayerBean
-
- getToolTipText(MouseEvent) - Method in class ucar.util.prefs.ui.BeanTable
-
- getToolTipText() - Method in class ucar.util.prefs.ui.Field
-
Get the tooltip
- getTransform() - Method in class ucar.nc2.ui.geoloc.Navigation
-
Get the affine transform based on screen size and world bounding box
- getTreeView() - Method in class thredds.ui.catalog.CatalogChooser
-
Get the TreeView component.
- getType() - Method in class ucar.nc2.ui.Fmrc2Panel.CoordBean
-
- getType() - Method in class ucar.nc2.ui.Fmrc2Panel.TimeCoordBean
-
- getType() - Method in class ucar.nc2.ui.Fmrc2Panel.VertCoordBean
-
- getType() - Method in class ucar.nc2.ui.gis.shapefile.DbaseData
-
Method to return the type of data for the field
- getType() - Method in class ucar.nc2.ui.Hdf4Table.TagBean
-
- getType() - Method in class ucar.nc2.ui.RadialDatasetTable.SweepBean
-
- getType() - Method in class ucar.nc2.ui.WmoCommonCodesPanel.TableBean
-
- getTypeGenProcess() - Method in class ucar.nc2.ui.GribOldRawPanel.Grib2ParameterBean
-
- getUdunit() - Method in class ucar.nc2.ui.Grib1TablesViewer.EntryBean
-
- getUdunit() - Method in class ucar.nc2.ui.GribWmoCodesPanel.EntryBean
-
- getUdunits() - Method in class ucar.nc2.ui.BufrTableBViewer.DdsBean
-
- getUnit() - Method in class ucar.nc2.ui.Grib1CollectionPanel.ParameterBean
-
- getUnit() - Method in class ucar.nc2.ui.Grib1TablesViewer.EntryBean
-
- getUnit() - Method in class ucar.nc2.ui.Grib2TablesViewer.EntryBean
-
- getUnit() - Method in class ucar.nc2.ui.GribWmoCodesPanel.EntryBean
-
- getUnits() - Method in class ucar.nc2.ui.AggTable.DdsBean
-
- getUnits() - Method in class ucar.nc2.ui.BufrMessageViewer.DdsBean
-
- getUnits() - Method in class ucar.nc2.ui.BufrTableBViewer.DdsBean
-
- getUnits() - Method in class ucar.nc2.ui.CoordSysTable.AxisBean
-
- getUnits() - Method in class ucar.nc2.ui.CoordSysTable.VariableBean
-
- getUnits() - Method in class ucar.nc2.ui.coverage.CoverageTable.AxisBean
-
- getUnits() - Method in class ucar.nc2.ui.coverage.CoverageTable.CoverageBean
-
- getUnits() - Method in class ucar.nc2.ui.DatasetViewer.VariableBean
-
- getUnits() - Method in class ucar.nc2.ui.DatasetWriter.VariableBean
-
- getUnits() - Method in class ucar.nc2.ui.FmrcTable.DdsBean
-
- getUnits() - Method in class ucar.nc2.ui.Grib2CollectionPanel.Grib2ParameterBean
-
- getUnits() - Method in class ucar.nc2.ui.Grib2DataPanel.Grib2ParameterBean
-
- getUnits() - Method in class ucar.nc2.ui.GribCollectionIndexPanel.CoordBean
-
- getUnits() - Method in class ucar.nc2.ui.grid.GeoGridTable.GeoAxisBean
-
- getUnits() - Method in class ucar.nc2.ui.grid.GeoGridTable.GeoGridBean
-
- getUnits() - Method in class ucar.nc2.ui.RadialDatasetTable.VariableBean
-
- getUpper() - Method in class ucar.nc2.ui.widget.ScaledPanel.Bounds
-
- getUrl() - Method in class thredds.ui.catalog.tools.CatalogEnhancer.AccessBean
-
- getUrl() - Method in class thredds.ui.catalog.tools.DLCrawler.AccessBean
-
- getUrl() - Method in class ucar.nc2.ui.image.SourcePicture
-
return the URL of the original image
- getURL(String) - Static method in class ucar.nc2.ui.util.Resource
-
Get a file as a URL
- getUrlOk() - Method in class thredds.ui.catalog.tools.CatalogEnhancer.AccessBean
-
Get URLok
- getUrlOk() - Method in class thredds.ui.catalog.tools.DLCrawler.AccessBean
-
- getUrlString() - Method in class ucar.nc2.ui.image.SourcePicture
-
return the URL of the original image as a string
- getUse() - Method in class ucar.util.prefs.ui.BeanTable.TestBean
-
- getUsed() - Method in class ucar.nc2.ui.BufrTableBViewer.DdsBean
-
- getUsed() - Method in class ucar.nc2.ui.BufrTableDViewer.DdsBean
-
- getUserObject() - Method in interface ucar.nc2.ui.table.TableRow
-
- getUserObject() - Method in class ucar.nc2.ui.table.TableRowAbstract
-
- getValidTime() - Method in class ucar.nc2.ui.GribOldIndexPanel.GribGridRecordBean
-
- getValue() - Method in class thredds.ui.monitor.CacheTable.ElemBean
-
- getValue() - Method in class ucar.nc2.ui.BufrWmoCodesPanel.EntryBean
-
- getValue() - Method in class ucar.nc2.ui.CoordSysTable.AttributeBean
-
- getValue() - Method in class ucar.nc2.ui.DatasetViewer.AttributeBean
-
- getValue() - Method in class ucar.nc2.ui.DatasetWriter.AttributeBean
-
- getValue() - Method in class ucar.nc2.ui.event.ActionValueEvent
-
- getValue() - Method in class ucar.nc2.ui.FmrcCollectionTable.DataBean
-
- getValue() - Method in class ucar.nc2.ui.WmoCommonCodesPanel.EntryBean
-
- getValue() - Method in class ucar.util.prefs.ui.Field
-
Get valid value as String, Double, Integer, etc.
- getValueAt(int) - Method in interface ucar.nc2.ui.table.TableRow
-
- getValueAt(int) - Method in class ucar.nc2.ui.table.TableRowAbstract
-
- getValueAt(Object, int) - Method in interface ucar.nc2.ui.table.TreeTableModel
-
Returns the value to be displayed for node node,
at column number column.
- getValueAt(int, int) - Method in class ucar.nc2.ui.table.TreeTableModelAdapter
-
- getValueAt(Object, int) - Method in class ucar.nc2.ui.table.TreeTableModelSorted
-
- getValueAt(int, int) - Method in class ucar.util.prefs.ui.BeanTable.TableBeanModel
-
- getValueAt(Object, int) - Method in class ucar.util.prefs.ui.BeanTable.TableBeanModel
-
- getValueAt(int, int) - Method in class ucar.util.prefs.ui.TableSorter
-
- getVariableBeans(NetcdfFile) - Method in class ucar.nc2.ui.DatasetViewer
-
- getVariableBeans(RadialDatasetSweep) - Method in class ucar.nc2.ui.RadialDatasetTable
-
- getVariableId() - Method in class ucar.nc2.ui.GribCollectionIndexPanel.VarBean
-
- getVClass() - Method in class ucar.nc2.ui.Hdf4Table.TagBean
-
- getVersion() - Method in class ucar.nc2.ui.gis.shapefile.EsriShapefile
-
Returns shapefile format version (currently 1000)
- getVersion() - Method in class ucar.nc2.ui.Grib1TablesViewer.TableBean
-
- getVersion() - Method in class ucar.nc2.ui.GribOldRawPanel.Grib1ParameterBean
-
- getVersion() - Method in class ucar.nc2.ui.Hdf5ObjectTable.AttributeBean
-
- getVersionNumber() - Method in class ucar.nc2.ui.Grib2TablesViewer.TableBean
-
- getVertCoord() - Method in class ucar.nc2.ui.GribCollectionIndexPanel.VarBean
-
- getVertCoordName() - Method in class ucar.nc2.ui.Fmrc2Panel.GridBean
-
- getVertCoordName() - Method in class ucar.nc2.ui.GribCollectionIndexPanel.CoordBean
-
- getVertCoords() - Method in class ucar.nc2.ui.GribCollectionIndexPanel.CoordBean
-
- getVertLayer() - Method in class ucar.nc2.ui.GribCollectionIndexPanel.VarBean
-
- getVinfo() - Method in class ucar.nc2.ui.Hdf4Table.TagBean
-
- getWidth() - Method in class ucar.nc2.ui.BufrTableBViewer.DdsBean
-
- getWidth() - Method in class ucar.nc2.ui.image.SourcePicture
-
return the width of the image or Zero if there is none
- getWidth() - Method in class ucar.util.prefs.ui.BeanTable.PropertyCol
-
- getWMOdesc() - Method in class ucar.nc2.ui.Grib1TablesViewer.EntryBean
-
- getWmoId() - Method in class ucar.nc2.ui.AggTable.ObsBean
-
- getWmoId() - Method in class ucar.nc2.ui.BufrMessageViewer.ObsBean
-
- getWmoId() - Method in class ucar.nc2.ui.FmrcTable.ObsBean
-
- getWmoId() - Method in class ucar.nc2.ui.PointFeatureDatasetViewer.PointObsBean
-
- getWmoId() - Method in class ucar.nc2.ui.PointFeatureDatasetViewer.ProfileFeatureBean
-
- getWmoId() - Method in class ucar.nc2.ui.PointFeatureDatasetViewer.SectionFeatureBean
-
- getWmoId() - Method in class ucar.nc2.ui.PointFeatureDatasetViewer.StationBean
-
- getWmoId() - Method in class ucar.nc2.ui.PointFeatureDatasetViewer.TrajectoryFeatureBean
-
- getWmoId() - Method in class ucar.nc2.ui.PointObsViewer.PointObsBean
-
- getWmoId() - Method in class ucar.nc2.ui.StationObsViewer.StationBean
-
- getWmoId() - Method in class ucar.nc2.ui.StationRadialViewer.StationBean
-
- getWorldBounds() - Method in class ucar.nc2.ui.widget.ScaledPanel
-
- getWorldMap() - Static method in class ucar.nc2.ui.gis.worldmap.WorldMap
-
- getX() - Method in class ucar.nc2.ui.coverage.CoverageTable.CoverageBean
-
- getX() - Method in interface ucar.nc2.ui.gis.GisPart
-
Get x coordinates for this part.
- getX() - Method in class ucar.nc2.ui.grid.ContourLine
-
- getX() - Method in class ucar.nc2.ui.grid.GeoGridTable.GeoGridBean
-
- getXYvalueStr(ProjectionPoint) - Method in class ucar.nc2.ui.grid.GridRenderer
-
Get the data value at this projection (x,y) point.
- getY() - Method in class ucar.nc2.ui.coverage.CoverageTable.CoverageBean
-
- getY() - Method in interface ucar.nc2.ui.gis.GisPart
-
Get y coordinates for this part.
- getY() - Method in class ucar.nc2.ui.grid.ContourLine
-
- getY() - Method in class ucar.nc2.ui.grid.GeoGridTable.GeoGridBean
-
- getYear() - Method in class ucar.nc2.ui.AggTable.ObsBean
-
- getYear() - Method in class ucar.nc2.ui.BufrMessageViewer.ObsBean
-
- getYear() - Method in class ucar.nc2.ui.FmrcTable.ObsBean
-
- getYZpositionStr(Point2D) - Method in class ucar.nc2.ui.grid.GridRenderer
-
Get the (y,z) position from the vertical view coordinates.
- getYZvalueStr(Point2D) - Method in class ucar.nc2.ui.grid.GridRenderer
-
find the data value at this point
- getZ() - Method in class ucar.nc2.ui.coverage.CoverageTable.CoverageBean
-
- getZ() - Method in class ucar.nc2.ui.grid.GeoGridTable.GeoGridBean
-
- GisFeature - Interface in ucar.nc2.ui.gis
-
An interface for GIS features, (analogous to ESRI Shapefile shapes).
- GisFeatureAdapter - Class in ucar.nc2.ui.gis
-
This adapts a Gisfeature into a subclass of AbstractGisFeature.
- GisFeatureAdapter(GisFeature) - Constructor for class ucar.nc2.ui.gis.GisFeatureAdapter
-
- GisFeatureRenderer - Class in ucar.nc2.ui.gis
-
Superclass for rendering collections of GisFeatures.
- GisFeatureRenderer() - Constructor for class ucar.nc2.ui.gis.GisFeatureRenderer
-
- GisFeatureRendererMulti - Class in ucar.nc2.ui.gis
-
Superclass for rendering collections of GisFeatures.
- GisFeatureRendererMulti() - Constructor for class ucar.nc2.ui.gis.GisFeatureRendererMulti
-
- GisPart - Interface in ucar.nc2.ui.gis
-
An interface for simple GIS parts, (analogous to ESRI Shapefile parts).
- gotoTop() - Method in class ucar.nc2.ui.NCdumpPane
-
- gotoTop() - Method in class ucar.nc2.ui.widget.TextGetPutPane
-
- gotoTop() - Method in class ucar.nc2.ui.widget.TextHistoryPane
-
- Grib1CollectionPanel - Class in ucar.nc2.ui
-
Refactored Grib1 raw access
- Grib1CollectionPanel(JPanel, PreferencesExt) - Constructor for class ucar.nc2.ui.Grib1CollectionPanel
-
- Grib1CollectionPanel.Gds1Bean - Class in ucar.nc2.ui
-
- Grib1CollectionPanel.Gds1Bean() - Constructor for class ucar.nc2.ui.Grib1CollectionPanel.Gds1Bean
-
- Grib1CollectionPanel.Gds1Bean(Grib1SectionGridDefinition) - Constructor for class ucar.nc2.ui.Grib1CollectionPanel.Gds1Bean
-
- Grib1CollectionPanel.ParameterBean - Class in ucar.nc2.ui
-
- Grib1CollectionPanel.ParameterBean() - Constructor for class ucar.nc2.ui.Grib1CollectionPanel.ParameterBean
-
- Grib1CollectionPanel.ParameterBean(Grib1Record) - Constructor for class ucar.nc2.ui.Grib1CollectionPanel.ParameterBean
-
- Grib1CollectionPanel.RecordBean - Class in ucar.nc2.ui
-
- Grib1CollectionPanel.RecordBean() - Constructor for class ucar.nc2.ui.Grib1CollectionPanel.RecordBean
-
- Grib1CollectionPanel.RecordBean(Grib1Record) - Constructor for class ucar.nc2.ui.Grib1CollectionPanel.RecordBean
-
- Grib1ReportPanel - Class in ucar.nc2.ui
-
Run through collections of Grib 1 files and make reports
- Grib1ReportPanel(PreferencesExt, JPanel) - Constructor for class ucar.nc2.ui.Grib1ReportPanel
-
- Grib1ReportPanel.Report - Enum in ucar.nc2.ui
-
- Grib1TableCompareDialog - Class in ucar.nc2.ui.dialog
-
- Grib1TableCompareDialog(Frame) - Constructor for class ucar.nc2.ui.dialog.Grib1TableCompareDialog
-
- Grib1TableCompareDialog(Dialog) - Constructor for class ucar.nc2.ui.dialog.Grib1TableCompareDialog
-
- Grib1TableCompareDialog.Data - Class in ucar.nc2.ui.dialog
-
- Grib1TableDialog - Class in ucar.nc2.ui.dialog
-
- Grib1TableDialog(Frame) - Constructor for class ucar.nc2.ui.dialog.Grib1TableDialog
-
- Grib1TableDialog(Dialog) - Constructor for class ucar.nc2.ui.dialog.Grib1TableDialog
-
- Grib1TablesViewer - Class in ucar.nc2.ui
-
Show Grib1 Tables
- Grib1TablesViewer(PreferencesExt, JPanel) - Constructor for class ucar.nc2.ui.Grib1TablesViewer
-
- Grib1TablesViewer.EntryBean - Class in ucar.nc2.ui
-
- Grib1TablesViewer.EntryBean() - Constructor for class ucar.nc2.ui.Grib1TablesViewer.EntryBean
-
- Grib1TablesViewer.EntryBean(Grib1Parameter) - Constructor for class ucar.nc2.ui.Grib1TablesViewer.EntryBean
-
- Grib1TablesViewer.TableBean - Class in ucar.nc2.ui
-
- Grib1TablesViewer.TableBean() - Constructor for class ucar.nc2.ui.Grib1TablesViewer.TableBean
-
- Grib1TablesViewer.TableBean(Grib1ParamTable) - Constructor for class ucar.nc2.ui.Grib1TablesViewer.TableBean
-
- Grib2CollectionPanel - Class in ucar.nc2.ui
-
Grib2 refactor
- Grib2CollectionPanel(PreferencesExt) - Constructor for class ucar.nc2.ui.Grib2CollectionPanel
-
- Grib2CollectionPanel.Gds2Bean - Class in ucar.nc2.ui
-
- Grib2CollectionPanel.Gds2Bean() - Constructor for class ucar.nc2.ui.Grib2CollectionPanel.Gds2Bean
-
- Grib2CollectionPanel.Gds2Bean(Grib2SectionGridDefinition) - Constructor for class ucar.nc2.ui.Grib2CollectionPanel.Gds2Bean
-
- Grib2CollectionPanel.Grib2ParameterBean - Class in ucar.nc2.ui
-
- Grib2CollectionPanel.Grib2ParameterBean() - Constructor for class ucar.nc2.ui.Grib2CollectionPanel.Grib2ParameterBean
-
- Grib2CollectionPanel.Grib2ParameterBean(Grib2Record) - Constructor for class ucar.nc2.ui.Grib2CollectionPanel.Grib2ParameterBean
-
- Grib2CollectionPanel.Grib2RecordBean - Class in ucar.nc2.ui
-
- Grib2CollectionPanel.Grib2RecordBean() - Constructor for class ucar.nc2.ui.Grib2CollectionPanel.Grib2RecordBean
-
- Grib2CollectionPanel.Grib2RecordBean(Grib2Record) - Constructor for class ucar.nc2.ui.Grib2CollectionPanel.Grib2RecordBean
-
- Grib2DataPanel - Class in ucar.nc2.ui
-
Grib2 data reading
- Grib2DataPanel(PreferencesExt) - Constructor for class ucar.nc2.ui.Grib2DataPanel
-
- Grib2DataPanel.Gds2Bean - Class in ucar.nc2.ui
-
- Grib2DataPanel.Gds2Bean() - Constructor for class ucar.nc2.ui.Grib2DataPanel.Gds2Bean
-
- Grib2DataPanel.Gds2Bean(Grib2SectionGridDefinition) - Constructor for class ucar.nc2.ui.Grib2DataPanel.Gds2Bean
-
- Grib2DataPanel.Grib2ParameterBean - Class in ucar.nc2.ui
-
- Grib2DataPanel.Grib2ParameterBean() - Constructor for class ucar.nc2.ui.Grib2DataPanel.Grib2ParameterBean
-
- Grib2DataPanel.Grib2ParameterBean(Grib2Record) - Constructor for class ucar.nc2.ui.Grib2DataPanel.Grib2ParameterBean
-
- Grib2DataPanel.Grib2RecordBean - Class in ucar.nc2.ui
-
- Grib2DataPanel.Grib2RecordBean() - Constructor for class ucar.nc2.ui.Grib2DataPanel.Grib2RecordBean
-
- Grib2DataPanel.Grib2RecordBean(Grib2Record, RandomAccessFile) - Constructor for class ucar.nc2.ui.Grib2DataPanel.Grib2RecordBean
-
- Grib2ReportPanel - Class in ucar.nc2.ui
-
Run through collections of Grib 2 files and make reports
- Grib2ReportPanel(PreferencesExt, JPanel) - Constructor for class ucar.nc2.ui.Grib2ReportPanel
-
- Grib2ReportPanel.Report - Enum in ucar.nc2.ui
-
- Grib2TablesViewer - Class in ucar.nc2.ui
-
Show Grib2 Tables
- Grib2TablesViewer(PreferencesExt, JPanel) - Constructor for class ucar.nc2.ui.Grib2TablesViewer
-
- Grib2TablesViewer.EntryBean - Class in ucar.nc2.ui
-
- Grib2TablesViewer.EntryBean() - Constructor for class ucar.nc2.ui.Grib2TablesViewer.EntryBean
-
- Grib2TablesViewer.EntryBean(GribTables.Parameter) - Constructor for class ucar.nc2.ui.Grib2TablesViewer.EntryBean
-
- Grib2TablesViewer.TableBean - Class in ucar.nc2.ui
-
- Grib2TablesViewer.TableBean() - Constructor for class ucar.nc2.ui.Grib2TablesViewer.TableBean
-
- Grib2TablesViewer.TableBean(Grib2Customizer.GribTableId) - Constructor for class ucar.nc2.ui.Grib2TablesViewer.TableBean
-
- GribCollectionIndexPanel - Class in ucar.nc2.ui
-
Examine Grib Collection Index files
Grib1 or Grib2
- GribCollectionIndexPanel(PreferencesExt, JPanel) - Constructor for class ucar.nc2.ui.GribCollectionIndexPanel
-
- GribCollectionIndexPanel.CoordBean - Class in ucar.nc2.ui
-
- GribCollectionIndexPanel.CoordBean() - Constructor for class ucar.nc2.ui.GribCollectionIndexPanel.CoordBean
-
- GribCollectionIndexPanel.CoordBean(VertCoord, int) - Constructor for class ucar.nc2.ui.GribCollectionIndexPanel.CoordBean
-
- GribCollectionIndexPanel.GroupBean - Class in ucar.nc2.ui
-
- GribCollectionIndexPanel.GroupBean() - Constructor for class ucar.nc2.ui.GribCollectionIndexPanel.GroupBean
-
- GribCollectionIndexPanel.GroupBean(GribCollection.GroupHcs) - Constructor for class ucar.nc2.ui.GribCollectionIndexPanel.GroupBean
-
- GribCollectionIndexPanel.TimeCoordBean - Class in ucar.nc2.ui
-
- GribCollectionIndexPanel.TimeCoordBean() - Constructor for class ucar.nc2.ui.GribCollectionIndexPanel.TimeCoordBean
-
- GribCollectionIndexPanel.TimeCoordBean(TimeCoord, int) - Constructor for class ucar.nc2.ui.GribCollectionIndexPanel.TimeCoordBean
-
- GribCollectionIndexPanel.VarBean - Class in ucar.nc2.ui
-
- GribCollectionIndexPanel.VarBean() - Constructor for class ucar.nc2.ui.GribCollectionIndexPanel.VarBean
-
- GribCollectionIndexPanel.VarBean(GribCollection.VariableIndex, GribCollection.GroupHcs) - Constructor for class ucar.nc2.ui.GribCollectionIndexPanel.VarBean
-
- GribFilesPanel - Class in ucar.nc2.ui
-
Examine collections of grib files.
- GribFilesPanel(PreferencesExt) - Constructor for class ucar.nc2.ui.GribFilesPanel
-
- GribFilesPanel.CollectionBean - Class in ucar.nc2.ui
-
- GribFilesPanel.CollectionBean() - Constructor for class ucar.nc2.ui.GribFilesPanel.CollectionBean
-
- GribFilesPanel.CollectionBean(String) - Constructor for class ucar.nc2.ui.GribFilesPanel.CollectionBean
-
- GribFilesPanel.Grib1Bean - Class in ucar.nc2.ui
-
- GribFilesPanel.Grib1Bean() - Constructor for class ucar.nc2.ui.GribFilesPanel.Grib1Bean
-
- GribFilesPanel.Grib1Bean(MFile, Grib1Record) - Constructor for class ucar.nc2.ui.GribFilesPanel.Grib1Bean
-
- GribFilesPanel.Grib2Bean - Class in ucar.nc2.ui
-
- GribFilesPanel.Grib2Bean() - Constructor for class ucar.nc2.ui.GribFilesPanel.Grib2Bean
-
- GribFilesPanel.Grib2Bean(MFile) - Constructor for class ucar.nc2.ui.GribFilesPanel.Grib2Bean
-
- GribIndexPanel - Class in ucar.nc2.ui
-
Examine GRIB index (gbx9) files
- GribIndexPanel(PreferencesExt, JPanel) - Constructor for class ucar.nc2.ui.GribIndexPanel
-
- GribIndexPanel.RecordBean - Class in ucar.nc2.ui
-
- GribIndexPanel.RecordBean() - Constructor for class ucar.nc2.ui.GribIndexPanel.RecordBean
-
- GribIndexPanel.RecordBean(Grib2Record) - Constructor for class ucar.nc2.ui.GribIndexPanel.RecordBean
-
- GribIndexPanel.RecordBean(Grib1Record) - Constructor for class ucar.nc2.ui.GribIndexPanel.RecordBean
-
- GribOldIndexPanel - Class in ucar.nc2.ui
-
ToolsUI/Iosp/Grib2 - seems to be old Grib2 and Grib1
- GribOldIndexPanel(PreferencesExt) - Constructor for class ucar.nc2.ui.GribOldIndexPanel
-
- GribOldIndexPanel.GdsBean - Class in ucar.nc2.ui
-
- GribOldIndexPanel.GdsBean() - Constructor for class ucar.nc2.ui.GribOldIndexPanel.GdsBean
-
- GribOldIndexPanel.GdsBean(int, Grib2GridDefinitionSection) - Constructor for class ucar.nc2.ui.GribOldIndexPanel.GdsBean
-
- GribOldIndexPanel.GribGridRecordBean - Class in ucar.nc2.ui
-
- GribOldIndexPanel.GribGridRecordBean() - Constructor for class ucar.nc2.ui.GribOldIndexPanel.GribGridRecordBean
-
- GribOldIndexPanel.GribGridRecordBean(GribGridRecord) - Constructor for class ucar.nc2.ui.GribOldIndexPanel.GribGridRecordBean
-
- GribOldIndexPanel.Product - Class in ucar.nc2.ui
-
- GribOldRawPanel - Class in ucar.nc2.ui
-
ToolsUI/Iosp/Grib - low level scanning
- GribOldRawPanel(PreferencesExt) - Constructor for class ucar.nc2.ui.GribOldRawPanel
-
- GribOldRawPanel.Gds1Bean - Class in ucar.nc2.ui
-
- GribOldRawPanel.Gds1Bean() - Constructor for class ucar.nc2.ui.GribOldRawPanel.Gds1Bean
-
- GribOldRawPanel.Gds1Bean(int, Grib1GridDefinitionSection) - Constructor for class ucar.nc2.ui.GribOldRawPanel.Gds1Bean
-
- GribOldRawPanel.Gds2Bean - Class in ucar.nc2.ui
-
- GribOldRawPanel.Gds2Bean() - Constructor for class ucar.nc2.ui.GribOldRawPanel.Gds2Bean
-
- GribOldRawPanel.Gds2Bean(Grib2GridDefinitionSection) - Constructor for class ucar.nc2.ui.GribOldRawPanel.Gds2Bean
-
- GribOldRawPanel.Grib1ParameterBean - Class in ucar.nc2.ui
-
- GribOldRawPanel.Grib1ParameterBean() - Constructor for class ucar.nc2.ui.GribOldRawPanel.Grib1ParameterBean
-
- GribOldRawPanel.Grib1ParameterBean(Grib1Record) - Constructor for class ucar.nc2.ui.GribOldRawPanel.Grib1ParameterBean
-
- GribOldRawPanel.Grib1RecordBean - Class in ucar.nc2.ui
-
- GribOldRawPanel.Grib1RecordBean() - Constructor for class ucar.nc2.ui.GribOldRawPanel.Grib1RecordBean
-
- GribOldRawPanel.Grib1RecordBean(Grib1Record) - Constructor for class ucar.nc2.ui.GribOldRawPanel.Grib1RecordBean
-
- GribOldRawPanel.Grib2ParameterBean - Class in ucar.nc2.ui
-
- GribOldRawPanel.Grib2ParameterBean() - Constructor for class ucar.nc2.ui.GribOldRawPanel.Grib2ParameterBean
-
- GribOldRawPanel.Grib2ParameterBean(Grib2Record) - Constructor for class ucar.nc2.ui.GribOldRawPanel.Grib2ParameterBean
-
- GribOldRawPanel.Grib2RecordBean - Class in ucar.nc2.ui
-
- GribOldRawPanel.Grib2RecordBean() - Constructor for class ucar.nc2.ui.GribOldRawPanel.Grib2RecordBean
-
- GribOldRawPanel.Grib2RecordBean(Grib2Record) - Constructor for class ucar.nc2.ui.GribOldRawPanel.Grib2RecordBean
-
- GribRenamePanel - Class in ucar.nc2.ui
-
Describe
- GribRenamePanel(PreferencesExt, JPanel) - Constructor for class ucar.nc2.ui.GribRenamePanel
-
- GribRenamePanel.MapBean - Class in ucar.nc2.ui
-
- GribRenamePanel.MapBean() - Constructor for class ucar.nc2.ui.GribRenamePanel.MapBean
-
- GribRenamePanel.MapBean(String) - Constructor for class ucar.nc2.ui.GribRenamePanel.MapBean
-
- GribWmoCodesPanel - Class in ucar.nc2.ui
-
WMO Grib 2 Tables - Codes
- GribWmoCodesPanel(PreferencesExt, JPanel) - Constructor for class ucar.nc2.ui.GribWmoCodesPanel
-
- GribWmoCodesPanel.CodeTableBean - Class in ucar.nc2.ui
-
- GribWmoCodesPanel.CodeTableBean() - Constructor for class ucar.nc2.ui.GribWmoCodesPanel.CodeTableBean
-
- GribWmoCodesPanel.CodeTableBean(WmoCodeTable) - Constructor for class ucar.nc2.ui.GribWmoCodesPanel.CodeTableBean
-
- GribWmoCodesPanel.EntryBean - Class in ucar.nc2.ui
-
- GribWmoCodesPanel.EntryBean() - Constructor for class ucar.nc2.ui.GribWmoCodesPanel.EntryBean
-
- GribWmoCodesPanel.EntryBean(WmoCodeTable.TableEntry) - Constructor for class ucar.nc2.ui.GribWmoCodesPanel.EntryBean
-
- GribWmoTemplatesPanel - Class in ucar.nc2.ui
-
GRIB WMO template UI.
- GribWmoTemplatesPanel(PreferencesExt, JPanel) - Constructor for class ucar.nc2.ui.GribWmoTemplatesPanel
-
- GribWmoTemplatesPanel.CodeBean - Class in ucar.nc2.ui
-
- GribWmoTemplatesPanel.CodeBean() - Constructor for class ucar.nc2.ui.GribWmoTemplatesPanel.CodeBean
-
- GribWmoTemplatesPanel.CodeBean(WmoTemplateTable) - Constructor for class ucar.nc2.ui.GribWmoTemplatesPanel.CodeBean
-
- GribWmoTemplatesPanel.EntryBean - Class in ucar.nc2.ui
-
- GribWmoTemplatesPanel.EntryBean() - Constructor for class ucar.nc2.ui.GribWmoTemplatesPanel.EntryBean
-
- GribWmoTemplatesPanel.EntryBean(WmoTemplateTable.Field) - Constructor for class ucar.nc2.ui.GribWmoTemplatesPanel.EntryBean
-
- GridController - Class in ucar.nc2.ui.grid
-
The controller manages the interactions between GRID data and renderers.
- GridController(GridUI, PreferencesExt) - Constructor for class ucar.nc2.ui.grid.GridController
-
- GridRenderer - Class in ucar.nc2.ui.grid
-
Render grids using Java2D API.
- GridRenderer(PreferencesExt) - Constructor for class ucar.nc2.ui.grid.GridRenderer
-
constructor
- GridTable - Class in ucar.nc2.ui.grid
-
Put the fields of a GridDatatype dataset in a JTable.
- GridTable(String) - Constructor for class ucar.nc2.ui.grid.GridTable
-
- GridUI - Class in ucar.nc2.ui.grid
-
This is the thredds Data Viewer application User Interface for Grids.
- GridUI(PreferencesExt, RootPaneContainer, FileManager, int) - Constructor for class ucar.nc2.ui.grid.GridUI
-
- RadialDatasetTable - Class in ucar.nc2.ui
-
A Swing widget to examine a RadialDataset.
- RadialDatasetTable(PreferencesExt) - Constructor for class ucar.nc2.ui.RadialDatasetTable
-
- RadialDatasetTable.SweepBean - Class in ucar.nc2.ui
-
- RadialDatasetTable.SweepBean() - Constructor for class ucar.nc2.ui.RadialDatasetTable.SweepBean
-
- RadialDatasetTable.SweepBean(RadialDatasetSweep.Sweep) - Constructor for class ucar.nc2.ui.RadialDatasetTable.SweepBean
-
- RadialDatasetTable.VariableBean - Class in ucar.nc2.ui
-
- RadialDatasetTable.VariableBean() - Constructor for class ucar.nc2.ui.RadialDatasetTable.VariableBean
-
- RadialDatasetTable.VariableBean(RadialDatasetSweep.RadialVariable) - Constructor for class ucar.nc2.ui.RadialDatasetTable.VariableBean
-
- RangeDateSelector - Class in ucar.nc2.ui.widget
-
Widget to select a point or a range from a date range.
- RangeDateSelector(String, String, String, String, String, boolean, boolean, String, boolean) - Constructor for class ucar.nc2.ui.widget.RangeDateSelector
-
Constructor using info from thredds DQC.
- RangeDateSelector(String, DateRange, boolean, boolean, String, boolean, boolean) - Constructor for class ucar.nc2.ui.widget.RangeDateSelector
-
Constructor.
- RangeSelector - Class in ucar.nc2.ui.widget
-
Widget to select a point or a range from a double range.
- RangeSelector(String, String, String, String, String, boolean, String, boolean) - Constructor for class ucar.nc2.ui.widget.RangeSelector
-
- readData - Variable in class ucar.nc2.ui.dialog.CompareDialog.Data
-
- readIndex1(String) - Method in class ucar.nc2.ui.GribIndexPanel
-
- readIndex2(String) - Method in class ucar.nc2.ui.GribIndexPanel
-
- readLEDouble() - Method in class ucar.nc2.ui.gis.shapefile.BeLeDataInputStream
-
read a double in little endian format
- readLEDoubles(double[], int) - Method in class ucar.nc2.ui.gis.shapefile.BeLeDataInputStream
-
Reads n little-endian doubles from a random access file.
- readLEInt() - Method in class ucar.nc2.ui.gis.shapefile.BeLeDataInputStream
-
read an int in little endian format
- readLELong() - Method in class ucar.nc2.ui.gis.shapefile.BeLeDataInputStream
-
read a long in little endian format
- readLELongs(long[], int) - Method in class ucar.nc2.ui.gis.shapefile.BeLeDataInputStream
-
Reads n little-endian longs from a random access file.
- readXMLasynch(String, CatalogSetCallback) - Method in class thredds.ui.catalog.CatalogFactoryCancellable
-
Pops up a ProgressMonitor to allow user cancellation while reading the named catalog.
- READY - Static variable in class ucar.nc2.ui.image.ScalablePicture
-
status code used to signal that the image is available.
- READY - Static variable in class ucar.nc2.ui.image.SourcePicture
-
status code used to signal that the rotated image is available.
- redBlue - Static variable in class ucar.nc2.ui.grid.ColorScale
-
- redHot - Static variable in class ucar.nc2.ui.grid.ColorScale
-
- redisplay() - Method in class thredds.ui.catalog.CatalogTreeView
-
- redraw(boolean) - Method in class ucar.nc2.ui.geoloc.NPController
-
- redraw() - Method in class ucar.nc2.ui.point.StationRegionDateChooser
-
Redraw the graphics on the screen.
- refresh() - Method in class ucar.nc2.ui.FmrcCollectionTable
-
- refresh() - Method in class ucar.util.prefs.ui.BeanTable
-
- registerKeyboardAction(ActionListener, KeyStroke, int) - Method in class ucar.nc2.ui.table.JTreeTableSorted
-
- remove(String) - Static method in class ucar.nc2.ui.image.PictureCache
-
remove a picture from the cache
- removeActionListener(ActionListener) - Method in class ucar.nc2.ui.widget.ProgressMonitor
-
Remove listener
- removeActionListener(ActionListener) - Method in class ucar.nc2.ui.widget.StopButton
-
Remove listener
- removeActionListener(ActionListener) - Method in class ucar.util.prefs.ui.PrefPanel
-
Remove listener
- removeActionSourceListener(ActionSourceListener) - Method in class ucar.nc2.ui.event.ActionCoordinator
-
remove an ActionSource listener
- removeActionValueListener(ActionValueListener) - Method in class ucar.nc2.ui.event.ActionSourceListener
-
- removeActionValueListener(ActionValueListener) - Method in class ucar.nc2.ui.point.StationRegionDateChooser
-
- removeActionValueListener(ActionValueListener) - Method in class ucar.nc2.ui.widget.RangeDateSelector
-
remove ActionValueListener listener
- removeActionValueListener(ActionValueListener) - Method in class ucar.nc2.ui.widget.RangeSelector
-
remove ActionValueListener listener
- removeActionValueListener(ActionValueListener) - Method in class ucar.nc2.ui.widget.SuperComboBox
-
remove ActionValueListener listener
- removeAll() - Static method in class ucar.util.prefs.ui.Debug
-
Clear all flags (set to false).
- removeCellEditorListener(CellEditorListener) - Method in class ucar.nc2.ui.table.AbstractCellEditor
-
- removeCursorMoveEventListener(CursorMoveEventListener) - Method in class ucar.nc2.ui.geoloc.NavigatedPanel
-
Remove a CursorMoveEventListener.
- removeCursorMoveEventListener(CursorMoveEventListener) - Method in class ucar.nc2.ui.widget.ScaledPanel
-
Remove a CursorMoveEventListener.
- removeEventListener(ItemListener) - Method in class ucar.nc2.ui.dialog.NetcdfOutputChooser
-
- removeEventListener(SocketMessage.EventListener) - Method in class ucar.nc2.ui.util.SocketMessage
-
Remove an EventListener.
- removeGeoSelectionListener(GeoSelectionListener) - Method in class ucar.nc2.ui.geoloc.NavigatedPanel
-
Remove a PickEventListener.
- removeLeastPopular() - Static method in class ucar.nc2.ui.image.PictureCache
-
this method removes the least popular picture(s) in the cache.
- removeListener(SourcePictureListener) - Method in class ucar.nc2.ui.image.SourcePicture
-
method to register the listening object of the status events
- removeListSelectionListener(ListSelectionListener) - Method in class ucar.nc2.ui.StructureTable
-
Remove listener
- removeListSelectionListener(ListSelectionListener) - Method in class ucar.nc2.ui.table.JTableSorted
-
remove ListSelectionEvent listener
- removeListSelectionListener(ListSelectionListener) - Method in class ucar.nc2.ui.table.JTreeTableSorted
-
remove ListSelectionEvent listener
- removeListSelectionListener(ListSelectionListener) - Method in class ucar.util.prefs.ui.BeanTable
-
Remove listener
- removeNewMapAreaListener(NewMapAreaListener) - Method in class ucar.nc2.ui.geoloc.NavigatedPanel
-
Remove a NewMapAreaListener.
- removeNewProjectionListener(NewProjectionListener) - Method in class ucar.nc2.ui.geoloc.JTableProjection
-
- removeNewProjectionListener(NewProjectionListener) - Method in class ucar.nc2.ui.geoloc.NavigatedPanel
-
Remove a NewProjectionListener.
- removePickEventListener(PickEventListener) - Method in class ucar.nc2.ui.geoloc.NavigatedPanel
-
Remove a PickEventListener.
- removePickEventListener(PickEventListener) - Method in class ucar.nc2.ui.widget.ScaledPanel
-
Remove a PickEventListener.
- removePropertyChangeListener(PropertyChangeListener) - Method in class thredds.ui.catalog.CatalogChooser
-
Remove a PropertyChangeEvent Listener.
- removePropertyChangeListener(PropertyChangeListener) - Method in class thredds.ui.catalog.CatalogTreeView
-
Remove a PropertyChangeEvent Listener.
- removePropertyChangeListener(PropertyChangeListener) - Method in class thredds.ui.catalog.query.QueryChooser
-
Remove a PropertyChangeEvent Listener.
- removePropertyChangeListener(PropertyChangeListener) - Method in class thredds.ui.catalog.ThreddsDatasetChooser
-
Remove a PropertyChangeEvent Listener.
- removePropertyChangeListener(PropertyChangeListener) - Method in class thredds.ui.catalog.tools.CatalogCopier
-
Remove a PropertyChangeEvent Listener.
- removePropertyChangeListener(PropertyChangeListener) - Method in class ucar.nc2.ui.DatasetTreeView
-
Remove a PropertyChangeEvent Listener.
- removePropertyChangeListener(PropertyChangeListener) - Method in class ucar.nc2.ui.geoloc.ProjectionManager
-
- removePropertyChangeListener(PropertyChangeListener) - Method in class ucar.nc2.ui.gis.MapBean
-
Remove a PropertyChangeEvent Listener.
- removePropertyChangeListener(PropertyChangeListener) - Method in class ucar.nc2.ui.grid.ColorScale
-
remove action event listener
- removePropertyChangeListener(PropertyChangeListener) - Method in class ucar.nc2.ui.point.StationRegionDateChooser
-
Remove a PropertyChangeEvent Listener.
- removePropertyChangeListener(PropertyChangeListener) - Method in class ucar.nc2.ui.ThreddsUI
-
Remove a PropertyChangeEvent Listener.
- removePropertyChangeListener(PropertyChangeListener) - Method in class ucar.nc2.ui.widget.HtmlBrowser
-
Remove a PropertyChangeEvent Listener.
- removePropertyChangeListener(PropertyChangeListener) - Method in class ucar.util.prefs.ui.Field
-
Deregister for when the value changes
- removePutActionListener(ActionListener) - Method in class ucar.nc2.ui.widget.TextGetPutPane
-
- removeRow(Object) - Method in class ucar.nc2.ui.table.JTableSorted
-
Remove elem from rowList, update the table.
- removeStatusListener(ScalablePictureListener) - Method in class ucar.nc2.ui.image.ScalablePicture
-
method to register the listening object of the status events
- removeTreeModelListener(TreeModelListener) - Method in class ucar.nc2.ui.table.TreeTableModelAbstract
-
- removeUIChangeListener(UIChangeListener) - Method in class ucar.nc2.ui.table.JTableSorted
-
remove UIChangeEvent listener
- Renderer - Interface in ucar.nc2.ui.util
-
A Renderer does the actual work of drawing objects.
- renderers - Variable in class ucar.nc2.ui.geoloc.NPController
-
- renderPlanView(Graphics2D, AffineTransform) - Method in class ucar.nc2.ui.coverage.CoverageRenderer
-
Do the rendering to the given Graphics2D object.
- renderPlanView(Graphics2D, AffineTransform) - Method in class ucar.nc2.ui.grid.GridRenderer
-
Do the rendering to the given Graphics2D object.
- renderVertView(Graphics2D, AffineTransform) - Method in class ucar.nc2.ui.grid.GridRenderer
-
Do the rendering to the given Graphics2D object.
- repaint(long, int, int, int, int) - Method in class ucar.nc2.ui.geoloc.NavigatedPanel
-
catch repaints - for debugging
- replaceProjection(ProjectionImpl) - Method in class ucar.nc2.ui.geoloc.JTableProjection
-
- reportCache() - Static method in class ucar.nc2.ui.image.PictureCache
-
method to inspect the cache
- resetHist() - Method in class ucar.nc2.ui.grid.ColorScale
-
reset the histogram.
- Resource - Class in ucar.nc2.ui.util
-
Cover for fetching files using Class.getResource().
- Resource() - Constructor for class ucar.nc2.ui.util.Resource
-
- restoreState(PreferencesExt) - Method in class ucar.nc2.ui.table.JTreeTableSorted
-
Set the state from the last saved in the PreferencesExt.
- restoreState(PreferencesExt) - Method in class ucar.nc2.ui.table.RowSorterAbstract
-
Restore the state from the last saved in the PreferencesExt.
- restoreState() - Method in class ucar.util.prefs.ui.BeanTable
-
Restore state from PreferencesExt
- restoreValue(Object) - Method in class ucar.util.prefs.ui.Field
-
- root - Variable in class ucar.nc2.ui.table.TreeTableModelAbstract
-
- ROTATING - Static variable in class ucar.nc2.ui.image.SourcePicture
-
status code used to signal that the thread is rotating the image
- rowList - Variable in class ucar.nc2.ui.table.RowSorterAbstract
-
- RowSorter - Interface in ucar.nc2.ui.table
-
An interface used with JTreeTableSorted to create application-controlled sorting.
- RowSorterAbstract - Class in ucar.nc2.ui.table
-
Superclass for implementations of RowSorter, used with JTreeTableSorted to create
application-controlled sorting.
- RowSorterAbstract(String[]) - Constructor for class ucar.nc2.ui.table.RowSorterAbstract
-
- Rubberband - Class in ucar.nc2.ui.geoloc
-
Implements XOR rubberbanding.
- Rubberband(Component, boolean) - Constructor for class ucar.nc2.ui.geoloc.Rubberband
-
Constructor.
- RubberbandRectangle - Class in ucar.nc2.ui.geoloc
-
Rectangle Rubberbanding.
- RubberbandRectangle(Component, boolean) - Constructor for class ucar.nc2.ui.geoloc.RubberbandRectangle
-
- RubberbandRectangleHandles - Class in ucar.nc2.ui.geoloc
-
Rectangle Rubberbanding.
- RubberbandRectangleHandles(Component, boolean) - Constructor for class ucar.nc2.ui.geoloc.RubberbandRectangleHandles
-
- run() - Method in class thredds.ui.monitor.AccessLogTable.User
-
- run() - Method in class ucar.nc2.ui.image.LoadThread
-
method that is invoked by the thread which fires off the loadPicture
method in the srcPic object.
- run() - Method in class ucar.nc2.ui.image.ScaleThread
-
method that is invoked by the thread to do things asynchroneousely
- run() - Method in class ucar.nc2.ui.widget.ProgressMonitorTask
-
Here is where the work gets done.
- runAggregator(Formatter) - Method in class ucar.nc2.ui.Grib2CollectionPanel
-
- runAggregator(Formatter) - Method in class ucar.nc2.ui.Grib2DataPanel
-
- save() - Method in class thredds.ui.catalog.CatalogChooser
-
Save persistent state.
- save() - Method in class thredds.ui.catalog.query.QueryChooser
-
save persistent state
- save() - Method in class thredds.ui.catalog.search.CatalogIndexer
-
- save() - Method in class thredds.ui.catalog.search.CatalogSearcher
-
- save() - Method in class thredds.ui.catalog.ThreddsDatasetChooser
-
save the state
- save() - Method in class thredds.ui.catalog.tools.CatalogCopier
-
save the state
- save() - Method in class thredds.ui.catalog.tools.CatalogEnhancer
-
- save() - Method in class thredds.ui.catalog.tools.DLCrawler
-
- save() - Method in class thredds.ui.catalog.tools.TDServerConfigurator
-
- save() - Method in class ucar.nc2.ui.AggTable
-
- save() - Method in class ucar.nc2.ui.BufrMessageViewer
-
- save() - Method in class ucar.nc2.ui.BufrTableBViewer
-
- save() - Method in class ucar.nc2.ui.BufrTableDViewer
-
- save() - Method in class ucar.nc2.ui.BufrWmoCodesPanel
-
- save() - Method in class ucar.nc2.ui.CdmrFeaturePanel
-
- save() - Method in class ucar.nc2.ui.CoordSysTable
-
- save() - Method in class ucar.nc2.ui.coverage.CoverageDisplay
-
save all data in the PersistentStore
- save() - Method in class ucar.nc2.ui.coverage.CoverageTable
-
- save() - Method in class ucar.nc2.ui.DatasetViewer
-
- save() - Method in class ucar.nc2.ui.DatasetWriter
-
- save() - Method in class ucar.nc2.ui.FeatureCollectionTable
-
- save() - Method in class ucar.nc2.ui.FeatureScanPanel
-
- save() - Method in class ucar.nc2.ui.Fmrc2Panel
-
- save() - Method in class ucar.nc2.ui.FmrcCollectionTable
-
- save() - Method in class ucar.nc2.ui.FmrcTable
-
- save() - Method in class ucar.nc2.ui.Grib1CollectionPanel
-
- save() - Method in class ucar.nc2.ui.Grib1ReportPanel
-
- save() - Method in class ucar.nc2.ui.Grib1TablesViewer
-
- save() - Method in class ucar.nc2.ui.Grib2CollectionPanel
-
- save() - Method in class ucar.nc2.ui.Grib2DataPanel
-
- save() - Method in class ucar.nc2.ui.Grib2ReportPanel
-
- save() - Method in class ucar.nc2.ui.Grib2TablesViewer
-
- save() - Method in class ucar.nc2.ui.GribCollectionIndexPanel
-
- save() - Method in class ucar.nc2.ui.GribFilesPanel
-
- save() - Method in class ucar.nc2.ui.GribIndexPanel
-
- save() - Method in class ucar.nc2.ui.GribOldIndexPanel
-
- save() - Method in class ucar.nc2.ui.GribOldRawPanel
-
- save() - Method in class ucar.nc2.ui.GribRenamePanel
-
- save() - Method in class ucar.nc2.ui.GribWmoCodesPanel
-
- save() - Method in class ucar.nc2.ui.GribWmoTemplatesPanel
-
- save() - Method in class ucar.nc2.ui.grid.GeoGridTable
-
- save() - Method in class ucar.nc2.ui.Hdf4Table
-
- save() - Method in class ucar.nc2.ui.Hdf5DataTable
-
- save() - Method in class ucar.nc2.ui.Hdf5ObjectTable
-
- save() - Method in class ucar.nc2.ui.NCdumpPane
-
- save() - Method in class ucar.nc2.ui.NcmlEditor
-
- save() - Method in class ucar.nc2.ui.NcStreamPanel
-
- save() - Method in class ucar.nc2.ui.PointFeatureDatasetViewer
-
- save() - Method in class ucar.nc2.ui.PointObsViewer
-
- save() - Method in class ucar.nc2.ui.RadialDatasetTable
-
- save() - Method in class ucar.nc2.ui.StationObsViewer
-
- save() - Method in class ucar.nc2.ui.StationRadialViewer
-
- save() - Method in class ucar.nc2.ui.ToolsUI
-
- save() - Method in class ucar.nc2.ui.TrajectoryObsViewer
-
- save() - Method in class ucar.nc2.ui.widget.FileManager
-
- save() - Method in class ucar.nc2.ui.widget.HtmlBrowser
-
- save() - Method in class ucar.nc2.ui.widget.TextGetPutPane
-
- save() - Method in interface ucar.nc2.ui.widget.TopLevel
-
save any persistant data
- save() - Method in class ucar.nc2.ui.widget.URLDumpPane
-
- save() - Method in class ucar.nc2.ui.WmoCommonCodesPanel
-
- save() - Method in class ucar.nc2.ui.WmsViewer
-
- save() - Method in class ucar.util.prefs.ui.ComboBox
-
Save the last n items to PreferencesExt.
- saveState() - Method in class ucar.nc2.ui.StructureTable
-
- saveState(PreferencesExt) - Method in class ucar.nc2.ui.table.JTreeTableSorted
-
Save state to the PreferencesExt.
- saveState() - Method in class ucar.nc2.ui.table.RowSorterAbstract
-
Save state to the PreferencesExt.
- saveState(boolean) - Method in class ucar.util.prefs.ui.BeanTable
-
Save state to the PreferencesExt.
- ScalablePicture - Class in ucar.nc2.ui.image
-
a class to load and scale an image either immediately or in a seperate thread.
- ScalablePicture() - Constructor for class ucar.nc2.ui.image.ScalablePicture
-
Constructor
- ScalablePictureListener - Interface in ucar.nc2.ui.image
-
This interface allows an object to inform another object that the status it is listening on has
changed.
- scalableStatusChange(int, String) - Method in interface ucar.nc2.ui.image.ScalablePictureListener
-
inform the listener that the status has changed
- scaleAfterLoad - Variable in class ucar.nc2.ui.image.ScalablePicture
-
flag that indicates that the image should be scaled after
a status message is received from the SourcePicture that the
picture was loaded.
- ScaledPanel - Class in ucar.nc2.ui.widget
-
- ScaledPanel() - Constructor for class ucar.nc2.ui.widget.ScaledPanel
-
- ScaledPanel.Bounds - Class in ucar.nc2.ui.widget
-
Why the heck did I create yet another Rectangle?
Because I needed some precise semantics, especially for the y screen coordinate.
- ScaledPanel.Bounds() - Constructor for class ucar.nc2.ui.widget.ScaledPanel.Bounds
-
- ScaledPanel.Bounds(double, double, double, double) - Constructor for class ucar.nc2.ui.widget.ScaledPanel.Bounds
-
- scaledPicture - Variable in class ucar.nc2.ui.image.ScalablePicture
-
The scaled version of the image
- scalePicture() - Method in class ucar.nc2.ui.image.ScalablePicture
-
- scalePictureOld() - Method in class ucar.nc2.ui.image.ScalablePicture
-
method that is called to create a scaled version of the image.
- ScaleThread - Class in ucar.nc2.ui.image
-
a thread object that calls the ScalablePicture scalePicture method
- SCALING - Static variable in class ucar.nc2.ui.image.ScalablePicture
-
status code used to signal that the thread has loaded the tread is scaling the image
- scanFileForDds(String) - Method in class ucar.nc2.ui.BufrTableBViewer
-
- scanFileForDds(String) - Method in class ucar.nc2.ui.BufrTableDViewer
-
- screenToWorld(Point2D, ProjectionPointImpl) - Method in class ucar.nc2.ui.geoloc.Navigation
-
convert a display point to a world coordinate
- screenToWorld(Point2D, Point2D) - Method in class ucar.nc2.ui.geoloc.Navigation
-
convert screen Rectangle to a projection (world) rectangle
- ScreenUtils - Class in ucar.nc2.ui.util
-
Description
- ScreenUtils() - Constructor for class ucar.nc2.ui.util.ScreenUtils
-
- scrollPane - Variable in class ucar.util.prefs.ui.BeanTable
-
- SELECTED - Static variable in class ucar.nc2.ui.event.ActionSourceListener
-
- SELECTED_ICON - Static variable in class ucar.nc2.ui.widget.BAMutil
-
Action Property specifies Selected icon name
- selectedURL - Variable in class ucar.nc2.ui.widget.FileManager
-
- selectionModel - Variable in class ucar.nc2.ui.table.JTreeTable
-
- sendEvent() - Method in class ucar.nc2.ui.widget.RangeDateSelector
-
- sendEvent() - Method in class ucar.nc2.ui.widget.RangeSelector
-
- sendEvent() - Method in class ucar.util.prefs.ui.Field
-
- server - Variable in class thredds.ui.monitor.ManageForm.Data
-
- ServletLogTable - Class in thredds.ui.monitor
-
Class Description.
- ServletLogTable(JTextArea, JTextArea, PreferencesExt, Cache) - Constructor for class thredds.ui.monitor.ServletLogTable
-
- ServletLogTable.ErrorOnlyFilter - Class in thredds.ui.monitor
-
- ServletLogTable.ErrorOnlyFilter(ServletLogTable.MergeFilter) - Constructor for class thredds.ui.monitor.ServletLogTable.ErrorOnlyFilter
-
- ServletLogTable.IpFilter - Class in thredds.ui.monitor
-
- ServletLogTable.IpFilter(String[], ServletLogTable.MergeFilter) - Constructor for class thredds.ui.monitor.ServletLogTable.IpFilter
-
- ServletLogTable.Merge - Class in thredds.ui.monitor
-
- ServletLogTable.Merge() - Constructor for class thredds.ui.monitor.ServletLogTable.Merge
-
- ServletLogTable.Uptime - Class in thredds.ui.monitor
-
- ServletLogTable.Uptime() - Constructor for class thredds.ui.monitor.ServletLogTable.Uptime
-
- ServletLogTable.Uptime(ServletLogParser.ServletLog) - Constructor for class thredds.ui.monitor.ServletLogTable.Uptime
-
- set(ScaledPanel.Bounds) - Method in class ucar.nc2.ui.widget.ScaledPanel.Bounds
-
- set(String, boolean) - Static method in class ucar.util.prefs.ui.Debug
-
Set the value of the named flag.
- setAccessOnly(boolean) - Method in class thredds.ui.catalog.CatalogChooser
-
Whether to throw events only if dataset has an Access.
- setAccessOnly(boolean) - Method in class thredds.ui.catalog.CatalogTreeView
-
Whether to throw events only if dataset has an Access.
- setActionProperties(AbstractAction, String, String, boolean, int, int) - Static method in class ucar.nc2.ui.widget.BAMutil
-
Standard way to set Properties for Actions.
- setActionPropertiesToggle(AbstractAction, String, String, boolean, int, int) - Static method in class ucar.nc2.ui.widget.BAMutil
-
Standard way to set Properties and state for "Toggle" Actions.
- setActive(boolean) - Method in class ucar.nc2.ui.geoloc.Rubberband
-
Set whether its in active mode.
- setAggDataset(NetcdfDataset) - Method in class ucar.nc2.ui.AggTable
-
- setAxisType(String) - Method in class ucar.nc2.ui.CoordSysTable.AxisBean
-
- setAxisType(String) - Method in class ucar.nc2.ui.coverage.CoverageTable.AxisBean
-
- setAxisType(String) - Method in class ucar.nc2.ui.grid.GeoGridTable.GeoAxisBean
-
- setBeans(List) - Method in class ucar.util.prefs.ui.BeanTable
-
- setBounds(int, int, int, int) - Method in class ucar.nc2.ui.table.JTreeTable.TreeTableCellRenderer
-
This is overridden to set the height to match that of the JTable.
- setBounds(Rectangle) - Method in class ucar.nc2.ui.widget.IndependentWindow
-
- setBufrFile(RandomAccessFile) - Method in class ucar.nc2.ui.BufrMessageViewer
-
- setBufrTableB(String, BufrTables.Format) - Method in class ucar.nc2.ui.BufrTableBViewer
-
- setBufrTableD(String, BufrTables.Format) - Method in class ucar.nc2.ui.BufrTableDViewer
-
- setCache(CacheManager) - Method in class thredds.ui.monitor.CacheTable
-
- setCancel(boolean) - Method in class ucar.nc2.ui.widget.StopButton
-
- setCatalog(InvCatalogImpl) - Method in class thredds.ui.catalog.CatalogChooser
-
Set the current catalog.
- setCatalog(String) - Method in class thredds.ui.catalog.CatalogChooser
-
Set the current catalog with a string URL.
- setCatalog(String) - Method in class thredds.ui.catalog.CatalogTreeView
-
Set the InvCatalog to display.
- setCatalog(InvCatalogImpl) - Method in class thredds.ui.catalog.CatalogTreeView
-
Set the catalog to be displayed.
- setCatalog(String, InvCatalogImpl) - Method in class ucar.nc2.ui.widget.TextGetPutPane
-
- setCatrefEvents(boolean) - Method in class thredds.ui.catalog.CatalogChooser
-
Whether to throw events if catref URL was chosen catref URL was chosen in HtmlViewer (default false).
- setChangeable(boolean) - Method in class ucar.nc2.ui.geoloc.NavigatedPanel
-
sets whether the user can zoom/pan on this NavigatedPanel.
- setChunkArray(long[]) - Method in class ucar.nc2.ui.DatasetWriter.VariableBean
-
- setChunked(boolean) - Method in class ucar.nc2.ui.DatasetWriter.VariableBean
-
- setChunkSize(String) - Method in class ucar.nc2.ui.DatasetWriter.VariableBean
-
- setCollection(String) - Method in class ucar.nc2.ui.FeatureCollectionTable
-
- setCollection(String) - Method in class ucar.nc2.ui.Grib1CollectionPanel
-
- setCollection(String) - Method in class ucar.nc2.ui.Grib1ReportPanel
-
- setCollection(String) - Method in class ucar.nc2.ui.Grib2CollectionPanel
-
- setCollection(String) - Method in class ucar.nc2.ui.Grib2DataPanel
-
- setCollection(String) - Method in class ucar.nc2.ui.Grib2ReportPanel
-
- setCollection(String) - Method in class ucar.nc2.ui.GribFilesPanel
-
- setCollection(Iterator) - Method in class ucar.nc2.ui.widget.SuperComboBox
-
Set the list of things to be selected.
- setCollection(Iterator, boolean) - Method in class ucar.nc2.ui.widget.SuperComboBox
-
- setColOn(int, boolean, int) - Method in class ucar.nc2.ui.table.JTreeTableSorted
-
- setColor(Color) - Method in class ucar.nc2.ui.gis.GisFeatureRenderer
-
- setColor(Color) - Method in class ucar.nc2.ui.grid.ColorScale.Panel
-
- setColor(Color) - Method in class ucar.nc2.ui.point.PointRenderer
-
- setColor(Color) - Method in class ucar.nc2.ui.point.TrajectoryRenderer
-
- setColor(Color) - Method in interface ucar.nc2.ui.util.Renderer
-
Tell the Renderer to use the given color.
- setColors(Color[]) - Method in class ucar.nc2.ui.grid.ColorScale.Panel
-
- setColorScale(ColorScale) - Method in class ucar.nc2.ui.coverage.CoverageRenderer
-
set the ColorScale to use
- setColorScale(ColorScale) - Method in class ucar.nc2.ui.grid.ColorScale.Panel
-
- setColorScale(ColorScale) - Method in class ucar.nc2.ui.grid.GridController
-
- setColorScale(ColorScale) - Method in class ucar.nc2.ui.grid.GridRenderer
-
set the ColorScale to use
- setColumnComparator(Class, Comparator) - Method in class ucar.util.prefs.ui.TableSorter
-
- setColumns(int) - Method in class ucar.nc2.ui.widget.MultilineTooltip
-
- setColumnSelectionAllowed(boolean) - Method in class ucar.util.prefs.ui.BeanTable
-
Set the ColumnSelection is allowed (default false)
- setComponent(Component) - Method in class ucar.nc2.ui.widget.IndependentDialog
-
- setComponent(Component) - Method in class ucar.nc2.ui.widget.IndependentWindow
-
- setContent(String, String) - Method in class ucar.nc2.ui.widget.HtmlBrowser
-
- setContext(NetcdfFile, String) - Method in class ucar.nc2.ui.NCdumpPane
-
- setCoordSys(String) - Method in class ucar.nc2.ui.CoordSysTable.CoordinateSystemBean
-
- setCoordSys(String) - Method in class ucar.nc2.ui.CoordSysTable.VariableBean
-
- setCoordSys(GridCoordSystem, int) - Method in class ucar.nc2.ui.grid.VertPanel
-
- setCoordSystem(String) - Method in class ucar.nc2.ui.grid.GeoGridTable.GeoGridBean
-
- setCoordTransforms(String) - Method in class ucar.nc2.ui.CoordSysTable.CoordinateSystemBean
-
- setCoordTransforms(String) - Method in class ucar.nc2.ui.coverage.CoverageTable.CoverageCSBean
-
- setCoordTransforms(String) - Method in class ucar.nc2.ui.grid.GeoGridTable.GeoCoordinateSystemBean
-
- setCoordVar(boolean) - Method in class ucar.nc2.ui.CoordSysTable.AxisBean
-
- setCoordVar(boolean) - Method in class ucar.nc2.ui.coverage.CoverageTable.AxisBean
-
- setCoordVar(boolean) - Method in class ucar.nc2.ui.grid.GeoGridTable.GeoAxisBean
-
- setCount(int) - Method in class ucar.nc2.ui.TrajectoryObsViewer.TrajBean
-
- setCoverage(Coverage) - Method in class ucar.nc2.ui.coverage.CoverageRenderer
-
set the Grid
- setCurrentDirectory(String) - Method in class ucar.nc2.ui.widget.FileManager
-
- setCurrentProjection(ProjectionImpl) - Method in class ucar.nc2.ui.geoloc.JTableProjection
-
- setCursor(int, int) - Method in class ucar.util.prefs.ui.PrefPanel
-
Start a new column.
- setDataMinMaxType(ColorScale.MinMaxType) - Method in class ucar.nc2.ui.coverage.CoverageDisplay
-
- setDataMinMaxType(ColorScale.MinMaxType) - Method in class ucar.nc2.ui.coverage.CoverageRenderer
-
set the ColorScale data min/max type
- setDataMinMaxType(ColorScale.MinMaxType) - Method in class ucar.nc2.ui.grid.GridController
-
- setDataMinMaxType(ColorScale.MinMaxType) - Method in class ucar.nc2.ui.grid.GridRenderer
-
set the ColorScale data min/max type
- setDataset(InvDataset) - Method in class thredds.ui.catalog.query.QueryChooser
-
Set the DQC from a dataset with access type ServiceType.QC.
- setDataset(InvDatasetImpl) - Method in class thredds.ui.catalog.tools.DatasetEditor
-
- setDataset(NetcdfDataset) - Method in class ucar.nc2.ui.CoordSysTable
-
- setDataset(InvDataset) - Method in class ucar.nc2.ui.coverage.CoverageDisplay
-
- setDataset(CoverageDataset) - Method in class ucar.nc2.ui.coverage.CoverageDisplay
-
- setDataset(NetcdfDataset, Formatter) - Method in class ucar.nc2.ui.coverage.CoverageTable
-
- setDataset(CoverageDataset) - Method in class ucar.nc2.ui.coverage.CoverageTable
-
- setDataset(NetcdfFile) - Method in class ucar.nc2.ui.DatasetViewer
-
- setDataset(NetcdfFile) - Method in class ucar.nc2.ui.DatasetWriter
-
- setDataset(NetcdfDataset, Formatter) - Method in class ucar.nc2.ui.grid.GeoGridTable
-
- setDataset(GridDataset) - Method in class ucar.nc2.ui.grid.GeoGridTable
-
- setDataset(List<GridDatatype>) - Method in class ucar.nc2.ui.grid.GridTable
-
- setDataset(InvDataset) - Method in class ucar.nc2.ui.grid.GridUI
-
- setDataset(GridDataset) - Method in class ucar.nc2.ui.grid.GridUI
-
- setDataset(FeatureDatasetPoint) - Method in class ucar.nc2.ui.PointFeatureDatasetViewer
-
- setDataset(PointObsDataset) - Method in class ucar.nc2.ui.PointObsViewer
-
- setDataset(RadialDatasetSweep) - Method in class ucar.nc2.ui.RadialDatasetTable
-
- setDataset(StationObsDataset) - Method in class ucar.nc2.ui.StationObsViewer
-
- setDataset(FeatureDataset) - Method in class ucar.nc2.ui.StationRadialViewer
-
- setDataset(String) - Method in class ucar.nc2.ui.ThreddsUI
-
- setDataset(TrajectoryObsDataset) - Method in class ucar.nc2.ui.TrajectoryObsViewer
-
- setDataset(String, String) - Method in class ucar.nc2.ui.WmsViewer
-
- setDatasetEvents(boolean) - Method in class thredds.ui.catalog.CatalogChooser
-
Whether to throw events if dataset URL was chosen in HtmlViewer (default true).
- setDatasetFilter(DatasetFilter) - Method in class thredds.ui.catalog.CatalogChooser
-
Set a dataset filter to be used on all catalogs.
- setDatasetFilter(DatasetFilter) - Method in class thredds.ui.catalog.CatalogTreeView
-
Set a DatasetFilter to filter any catalog read by this widget.
- setDatasetFilter(DatasetFilter) - Method in class thredds.ui.catalog.ThreddsDatasetChooser
-
Set a dataset filter to be used on all catalogs.
- setDataType(String) - Method in class ucar.nc2.ui.DatasetViewer.VariableBean
-
- setDataType(String) - Method in class ucar.nc2.ui.DatasetWriter.VariableBean
-
- setDataType(String) - Method in class ucar.util.prefs.ui.BeanTable.TestBean
-
- setDate(Date) - Method in class ucar.util.prefs.ui.Field.Date
-
Set value; if different from current value, store in PersistenceManager and
send event.
- setDateRange(DateRange) - Method in class ucar.nc2.ui.point.StationRegionDateChooser
-
- setDateRange(DateRange) - Method in class ucar.nc2.ui.widget.RangeDateSelector
-
- setDDref(String) - Method in class ucar.util.prefs.ui.BeanTable.TestBean
-
- setDebugFlags() - Method in class ucar.nc2.ui.ToolsUI
-
- setDebugLeaks(boolean) - Method in interface thredds.ui.monitor.OpenRAFMonitor
-
- setDebugLeaks(boolean) - Method in class thredds.ui.monitor.OpenRAFMonitorImpl
-
- setDeclutter(boolean) - Method in class ucar.nc2.ui.point.PointRenderer
-
- setDeclutter(boolean) - Method in class ucar.nc2.ui.point.StationRegionDateChooser
-
Change the state of decluttering
- setDeclutter(boolean) - Method in class ucar.nc2.ui.point.TrajectoryRenderer
-
- setDefaultRenderer(Class, TableCellRenderer) - Method in class ucar.nc2.ui.table.JTreeTableSorted
-
- setDescription(String) - Method in class ucar.nc2.ui.CoordSysTable.AxisBean
-
- setDescription(String) - Method in class ucar.nc2.ui.CoordSysTable.VariableBean
-
- setDescription(String) - Method in class ucar.nc2.ui.coverage.CoverageTable.AxisBean
-
- setDescription(String) - Method in class ucar.nc2.ui.coverage.CoverageTable.CoverageBean
-
- setDescription(String) - Method in class ucar.nc2.ui.DatasetViewer.VariableBean
-
- setDescription(String) - Method in class ucar.nc2.ui.DatasetWriter.VariableBean
-
- setDescription(String) - Method in class ucar.nc2.ui.grid.GeoGridTable.GeoAxisBean
-
- setDescription(String) - Method in class ucar.nc2.ui.grid.GeoGridTable.GeoGridBean
-
- setDescription(String) - Method in class ucar.nc2.ui.RadialDatasetTable.VariableBean
-
- setDiff(String) - Method in class ucar.nc2.ui.BufrTableBViewer.DdsBean
-
- setDimensions(String) - Method in class ucar.nc2.ui.DatasetViewer.VariableBean
-
- setDimensions(String) - Method in class ucar.nc2.ui.DatasetWriter.VariableBean
-
- setDims(String) - Method in class ucar.nc2.ui.CoordSysTable.AxisBean
-
- setDims(String) - Method in class ucar.nc2.ui.CoordSysTable.VariableBean
-
- setDims(String) - Method in class ucar.nc2.ui.coverage.CoverageTable.AxisBean
-
- setDims(String) - Method in class ucar.nc2.ui.grid.GeoGridTable.GeoAxisBean
-
- setDiscretization(boolean) - Static method in class ucar.nc2.ui.gis.GisFeatureRendererMulti
-
- setDomainRank(int) - Method in class ucar.nc2.ui.CoordSysTable.CoordinateSystemBean
-
- setDoResolve(boolean) - Method in class thredds.ui.catalog.ThreddsDatasetChooser
-
If you want resolver datasets to be resolved (default false).
- setDouble(double) - Method in class ucar.util.prefs.ui.Field.Double
-
- setDqcUrl(String) - Method in class thredds.ui.catalog.query.QueryChooser
-
Set the DQC from a URL string pointing to a DQC.
- setDrawConnectingLine(boolean) - Method in class ucar.nc2.ui.point.PointController
-
- setDrawConnectingLine(boolean) - Method in class ucar.nc2.ui.point.PointRenderer
-
- setDrawContourLabels(boolean) - Method in class ucar.nc2.ui.coverage.CoverageRenderer
-
- setDrawContourLabels(boolean) - Method in class ucar.nc2.ui.grid.GridRenderer
-
- setDrawContours(boolean) - Method in class ucar.nc2.ui.coverage.CoverageRenderer
-
- setDrawContours(boolean) - Method in class ucar.nc2.ui.grid.GridRenderer
-
- setDrawGridLines(boolean) - Method in class ucar.nc2.ui.coverage.CoverageRenderer
-
- setDrawGridLines(boolean) - Method in class ucar.nc2.ui.grid.GridRenderer
-
- setEditable(boolean) - Method in class ucar.util.prefs.ui.Field.Date
-
- setEditable(boolean) - Method in class ucar.util.prefs.ui.Field.EnumCombo
-
- setEditable(boolean) - Method in class ucar.util.prefs.ui.Field
-
Set whether the field is editable, default == enabled
- setEditable(boolean) - Method in class ucar.util.prefs.ui.Field.Text
-
- setEditable(boolean) - Method in class ucar.util.prefs.ui.Field.TextCombo
-
- setEditMode(boolean, boolean) - Method in class ucar.nc2.ui.grid.ColorScale.Panel
-
- setEditValue(Object) - Method in class thredds.ui.datatype.prefs.DateField
-
- setEditValue(Object) - Method in class thredds.ui.datatype.prefs.DurationField
-
- setEditValue(Object) - Method in class ucar.util.prefs.ui.Field.BeanTable
-
set value of editComponent, must be List of beanClass
- setEditValue(Object) - Method in class ucar.util.prefs.ui.Field.CheckBox
-
- setEditValue(Object) - Method in class ucar.util.prefs.ui.Field.Date
-
- setEditValue(Object) - Method in class ucar.util.prefs.ui.Field.Double
-
- setEditValue(Object) - Method in class ucar.util.prefs.ui.Field.EnumCombo
-
set value of editComponent
- setEditValue(Object) - Method in class ucar.util.prefs.ui.Field.Int
-
- setEditValue(Object) - Method in class ucar.util.prefs.ui.Field
-
Set current value of editComponent
- setEditValue(Object) - Method in class ucar.util.prefs.ui.Field.Text
-
- setEditValue(Object) - Method in class ucar.util.prefs.ui.Field.TextCombo
-
set value of editComponent, must be a List
- setEnabled(boolean) - Method in class ucar.util.prefs.ui.Field
-
Set whether the field is enabled
- setEnabled(boolean) - Method in class ucar.util.prefs.ui.PrefPanel
-
Set enabled on all the fields in the prefPanel
- setEnabledActions(boolean) - Method in class ucar.nc2.ui.geoloc.NavigatedPanel
-
- setEnsemble(int) - Method in class ucar.nc2.ui.coverage.CoverageRenderer
-
- setEnsemble(int) - Method in class ucar.nc2.ui.grid.GridRenderer
-
- setEntries(CodeFlagTables) - Method in class ucar.nc2.ui.BufrWmoCodesPanel
-
- setEntries(WmoCodeTable) - Method in class ucar.nc2.ui.GribWmoCodesPanel
-
- setEntries(WmoTemplateTable) - Method in class ucar.nc2.ui.GribWmoTemplatesPanel
-
- setEntries(CommonCodeTable) - Method in class ucar.nc2.ui.WmoCommonCodesPanel
-
- setError(String) - Method in class ucar.nc2.ui.widget.ProgressMonitorTask
-
for compatibility with ucar.nc2.CancelTask
- setError(String) - Method in class ucar.nc2.ui.widget.StopButton
-
- setFastScale() - Method in class ucar.nc2.ui.image.ScalablePicture
-
sets the picture into fast scaling mode
- setFieldValue(String, Object) - Method in class ucar.util.prefs.ui.PrefPanel
-
Set the current value of the named field
- setFile(NetcdfFile) - Method in class ucar.nc2.ui.DatasetTreeView
-
- setFixedWidth(int) - Method in class ucar.nc2.ui.widget.MultilineTooltip
-
- setFmrc(Fmrc) - Method in class ucar.nc2.ui.dialog.Fmrc2Dialog
-
- setFmrc(String) - Method in class ucar.nc2.ui.Fmrc2Panel
-
- setFontSize(int) - Method in class ucar.nc2.ui.table.JTreeTableSorted
-
- setFontSize(int) - Method in class ucar.util.prefs.ui.BeanTable
-
- setGeoBounds(LatLonRect) - Method in class ucar.nc2.ui.point.StationRegionDateChooser
-
- setGeoBounds(ProjectionRect) - Method in class ucar.nc2.ui.point.StationRegionDateChooser
-
- setGeoGrid(IsMissingEvaluator) - Method in class ucar.nc2.ui.grid.ColorScale
-
- setGeoGrid(GridDatatype) - Method in class ucar.nc2.ui.grid.GridRenderer
-
set the Grid
- setGeoSelection(ProjectionRect) - Method in class ucar.nc2.ui.geoloc.NavigatedPanel
-
- setGeoSelection(LatLonRect) - Method in class ucar.nc2.ui.geoloc.NavigatedPanel
-
- setGeoSelection(LatLonRect) - Method in class ucar.nc2.ui.point.StationRegionDateChooser
-
- setGeoSelection(ProjectionRect) - Method in class ucar.nc2.ui.point.StationRegionDateChooser
-
- setGeoSelectionMode(boolean) - Method in class ucar.nc2.ui.geoloc.NavigatedPanel
-
- setGeoXY(boolean) - Method in class ucar.nc2.ui.CoordSysTable.CoordinateSystemBean
-
- setGribFile(RandomAccessFile) - Method in class ucar.nc2.ui.Grib1CollectionPanel
-
- setGribFile(String) - Method in class ucar.nc2.ui.GribOldIndexPanel
-
- setGribFile(RandomAccessFile) - Method in class ucar.nc2.ui.GribOldRawPanel
-
- setGrid(Rectangle2D, double, double) - Method in class ucar.nc2.ui.gis.SpatialGrid
-
Set the grid scale.
- setGridDataset(GridDataset) - Method in class ucar.nc2.ui.grid.GridController
-
- setHdf4File(RandomAccessFile) - Method in class ucar.nc2.ui.Hdf4Table
-
- setHdf5File(RandomAccessFile) - Method in class ucar.nc2.ui.Hdf5DataTable
-
- setHdf5File(RandomAccessFile) - Method in class ucar.nc2.ui.Hdf5ObjectTable
-
- setHorizStride(int) - Method in class ucar.nc2.ui.coverage.CoverageRenderer
-
- setHorizStride(int) - Method in class ucar.nc2.ui.grid.GridRenderer
-
- setII(int) - Method in class ucar.util.prefs.ui.BeanTable.TestBean
-
- setImage(BufferedImage) - Method in class ucar.nc2.ui.image.ImageViewPanel
-
- setImageFromGrid(GridDatatype) - Method in class ucar.nc2.ui.image.ImageViewPanel
-
- setImageFromUrl(String) - Method in class ucar.nc2.ui.image.ImageViewPanel
-
- setIndexFile(String) - Method in class ucar.nc2.ui.GribCollectionIndexPanel
-
- setIndexFile(String) - Method in class ucar.nc2.ui.GribIndexPanel
-
- setInt(int) - Method in class ucar.util.prefs.ui.Field.Int
-
- setItemList(Collection<Object>) - Method in class ucar.util.prefs.ui.ComboBox
-
Use this to set the list of items.
- setJpgQuality(float) - Method in class ucar.nc2.ui.image.ScalablePicture
-
accessor method to set the quality that should be used on jpg write operations.
- setKeywords(int) - Method in class thredds.ui.catalog.search.CatalogIndexer.DatasetBean
-
Set keywords
- setLabel(String) - Method in class ucar.nc2.ui.widget.SuperComboBox
-
Set the displayed text.
- setLatLon(boolean) - Method in class ucar.nc2.ui.CoordSysTable.CoordinateSystemBean
-
- setLatLonCenterMapArea(double, double) - Method in class ucar.nc2.ui.geoloc.NavigatedPanel
-
set the center point of the MapArea
- setLevel(int) - Method in class ucar.nc2.ui.coverage.CoverageRenderer
-
- setLevel(int) - Method in class ucar.nc2.ui.grid.GridRenderer
-
- setLevels(GridCoordSystem, int) - Method in class ucar.nc2.ui.grid.VertPanel
-
- setLevels(GridCoordSystem, int) - Method in class ucar.nc2.ui.grid.VertScaleSlider
-
- setList(ArrayList) - Method in class ucar.nc2.ui.table.JTableSorted
-
Replace the rowList with this one.
- setLocalManager(LogLocalManager) - Method in class thredds.ui.monitor.AccessLogTable
-
- setLocalManager(LogLocalManager) - Method in class thredds.ui.monitor.ServletLogTable
-
- setMapArea(ProjectionRect) - Method in class ucar.nc2.ui.geoloc.JTableProjection
-
- setMapArea(ProjectionRect) - Method in class ucar.nc2.ui.geoloc.NavigatedPanel
-
Set the Map Area.
- setMapArea(LatLonRect) - Method in class ucar.nc2.ui.geoloc.NavigatedPanel
-
Set the Map Area by converting LatLonRect to a ProjectionRect.
- setMapArea(Rectangle2D) - Method in class ucar.nc2.ui.geoloc.Navigation
-
- setMapArea(ProjectionRect) - Method in class ucar.nc2.ui.point.StationRegionDateChooser
-
- setMessage(SocketMessage.Event) - Method in interface ucar.nc2.ui.util.SocketMessage.EventListener
-
- setMinMax(double, double) - Method in class ucar.nc2.ui.grid.ColorScale
-
Set the data min/max interval.
- setMinMove(int) - Method in class ucar.nc2.ui.widget.MyMouseAdapter
-
- setName(String) - Method in class thredds.ui.catalog.tools.CatalogEnhancer.AccessBean
-
- setName(String) - Method in class thredds.ui.catalog.tools.DLCrawler.AccessBean
-
- setName(String) - Method in class ucar.nc2.ui.CoordSysTable.AxisBean
-
- setName(String) - Method in class ucar.nc2.ui.CoordSysTable.VariableBean
-
- setName(String) - Method in class ucar.nc2.ui.coverage.CoverageTable.AxisBean
-
- setName(String) - Method in class ucar.nc2.ui.coverage.CoverageTable.CoverageBean
-
- setName(String) - Method in class ucar.nc2.ui.DatasetViewer.VariableBean
-
- setName(String) - Method in class ucar.nc2.ui.DatasetWriter.VariableBean
-
- setName(String) - Method in class ucar.nc2.ui.grid.ColorScale
-
Set the colorscale name.
- setName(String) - Method in class ucar.nc2.ui.grid.GeoGridTable.GeoAxisBean
-
- setName(String) - Method in class ucar.nc2.ui.grid.GeoGridTable.GeoGridBean
-
- setName(String) - Method in class ucar.nc2.ui.RadialDatasetTable.VariableBean
-
- setName(String) - Method in class ucar.util.prefs.ui.BeanTable.PropertyCol
-
- setName(String) - Method in class ucar.util.prefs.ui.BeanTable.TestBean
-
- setNcml(String) - Method in class ucar.nc2.ui.NcmlEditor
-
- setNcStream(String) - Method in class ucar.nc2.ui.CdmrFeaturePanel
-
- setNcStreamFile(String) - Method in class ucar.nc2.ui.NcStreamPanel
-
- setNewLineFlag(boolean) - Method in class ucar.nc2.ui.grid.ContourLine
-
- setNewValueFromStore() - Method in class ucar.util.prefs.ui.Field
-
The value in the store has changed: update the edit component
send event if its different from previous
- setNextSort(int[]) - Method in interface ucar.nc2.ui.table.TableRow
-
- setNextSort(int[]) - Method in class ucar.nc2.ui.table.TableRowAbstract
-
- setNGrids(int) - Method in class ucar.nc2.ui.coverage.CoverageTable.CoverageCSBean
-
- setNGrids(int) - Method in class ucar.nc2.ui.grid.GeoGridTable.GeoCoordinateSystemBean
-
- setNkeep(int) - Method in class ucar.util.prefs.ui.ComboBox
-
Set the number of items to keep
- setNobs(int) - Method in class ucar.nc2.ui.PointFeatureDatasetViewer.ProfileFeatureBean
-
- setNobs(int) - Method in class ucar.nc2.ui.PointFeatureDatasetViewer.SectionFeatureBean
-
- setNobs(int) - Method in class ucar.nc2.ui.PointFeatureDatasetViewer.StationBean
-
- setNobs(int) - Method in class ucar.nc2.ui.PointFeatureDatasetViewer.StnProfileFeatureBean
-
- setNobs(int) - Method in class ucar.nc2.ui.PointFeatureDatasetViewer.TrajectoryFeatureBean
-
- setNow(Date) - Method in class ucar.util.prefs.ui.BeanTable.TestBean
-
- setNumColors(int) - Method in class ucar.nc2.ui.grid.ColorScale
-
Set the number of colors in the colorscale.
- setObservations(List) - Method in class ucar.nc2.ui.PointObsViewer
-
Set the list of Obs to show in the obs table
- setObservations(List) - Method in class ucar.nc2.ui.StationObsViewer
-
Set the list of Obs to show in the obs table
- setOpenCatalogReferences(boolean) - Method in class thredds.ui.catalog.CatalogTreeView
-
Set whether catalog references are opened.
- setOpenDatasetScans(boolean) - Method in class thredds.ui.catalog.CatalogTreeView
-
Set whether catalog references from dataset scans are opened.
- setOutputFilename(String) - Method in class ucar.nc2.ui.dialog.NetcdfOutputChooser
-
- setOverlap(int) - Method in class ucar.nc2.ui.gis.SpatialGrid
-
Set how much the data may overlap.
- setPixelMatch(double) - Static method in class ucar.nc2.ui.gis.GisFeatureRendererMulti
-
- setPointFeatureData(List<PointFeature>) - Method in class ucar.nc2.ui.StructureTable
-
Set the data as a collection of PointFeature.
- setPointFeatures(List<PointFeature>) - Method in class ucar.nc2.ui.point.PointController
-
- setPointFeatures(List<PointFeature>) - Method in class ucar.nc2.ui.point.PointRenderer
-
- setPointObsData(List<PointObsDatatype>) - Method in class ucar.nc2.ui.StructureTable
-
Set the data as a collection of PointObsDatatype.
- setPositionLabel(JLabel) - Method in class ucar.nc2.ui.geoloc.NavigatedPanel
-
The status label is where the lat/lon position of the mouse is displayed.
- setPositive(String) - Method in class ucar.nc2.ui.CoordSysTable.AxisBean
-
- setPositive(String) - Method in class ucar.nc2.ui.coverage.CoverageTable.AxisBean
-
- setPositive(String) - Method in class ucar.nc2.ui.grid.GeoGridTable.GeoAxisBean
-
- setPreferences(PersistenceManager) - Method in class ucar.util.prefs.ui.ComboBox
-
- setProductSet(boolean) - Method in class ucar.nc2.ui.CoordSysTable.CoordinateSystemBean
-
- setProgress(String, int) - Method in class ucar.nc2.ui.widget.ProgressMonitorTask
-
- setProgress(String, int) - Method in class ucar.nc2.ui.widget.StopButton
-
- setProjection(ProjectionImpl) - Method in class ucar.nc2.ui.coverage.CoverageDisplay
-
- setProjection(ProjectionImpl) - Method in class ucar.nc2.ui.coverage.CoverageRenderer
-
set the Projection to use for drawing
- setProjection(String) - Method in class ucar.nc2.ui.coverage.CoverageTable.CoverageCSBean
-
- setProjection(ProjectionImpl) - Method in class ucar.nc2.ui.geoloc.NPController
-
- setProjection(ProjectionManager.ProjectionClass) - Method in class ucar.nc2.ui.geoloc.ProjectionParamPanel
-
- setProjection(ProjectionImpl) - Method in class ucar.nc2.ui.gis.GisFeatureRenderer
-
- setProjection(ProjectionImpl) - Method in class ucar.nc2.ui.gis.GisFeatureRendererMulti
-
Sets new projection for subsequent drawing.
- setProjection(String) - Method in class ucar.nc2.ui.grid.GeoGridTable.GeoCoordinateSystemBean
-
- setProjection(ProjectionImpl) - Method in class ucar.nc2.ui.grid.GridController
-
- setProjection(ProjectionImpl) - Method in class ucar.nc2.ui.grid.GridRenderer
-
set the Projection to use for drawing
- setProjection(ProjectionImpl) - Method in class ucar.nc2.ui.point.PointRenderer
-
- setProjection(ProjectionImpl) - Method in class ucar.nc2.ui.point.TrajectoryRenderer
-
- setProjection(ProjectionImpl) - Method in interface ucar.nc2.ui.util.Renderer
-
Tell the Renderer to use the given projection from now on.
- setProjectionImpl(ProjectionImpl) - Method in class ucar.nc2.ui.geoloc.NavigatedPanel
-
Set the Projection, change the Map Area to the projection's default.
- setProjectionManager(ProjectionManager, Collection<Object>) - Method in class ucar.nc2.ui.geoloc.NewProjectionDialog
-
- setProperty(String, String, String) - Method in class ucar.util.prefs.ui.BeanTable
-
- setProperty(String, String, String) - Method in class ucar.util.prefs.ui.BeanTable.TableBeanModel
-
- setPropertyEditable(String, boolean) - Method in class ucar.util.prefs.ui.BeanTable
-
- setPropertyHidden(String, boolean) - Method in class ucar.util.prefs.ui.BeanTable
-
- setQualityScale() - Method in class ucar.nc2.ui.image.ScalablePicture
-
sets the picture into quality sacling mode
- setRangeRank(int) - Method in class ucar.nc2.ui.CoordSysTable.CoordinateSystemBean
-
- setRectangle(Rectangle) - Method in class ucar.nc2.ui.geoloc.RubberbandRectangleHandles
-
- setReferenceAction - Variable in class ucar.nc2.ui.geoloc.NavigatedPanel
-
- setRegular(String) - Method in class ucar.nc2.ui.CoordSysTable.AxisBean
-
- setRegular(boolean) - Method in class ucar.nc2.ui.CoordSysTable.CoordinateSystemBean
-
- setRegular(String) - Method in class ucar.nc2.ui.coverage.CoverageTable.AxisBean
-
- setRegular(String) - Method in class ucar.nc2.ui.grid.GeoGridTable.GeoAxisBean
-
- setResourcePath(String) - Static method in class ucar.nc2.ui.widget.BAMutil
-
Set the resource path for icons, images, cursors.
- setReverse(boolean) - Method in class ucar.nc2.ui.table.TreeTableModelSorted
-
- setRowHeight(int) - Method in class ucar.nc2.ui.table.JTreeTable
-
Overridden to pass the new rowHeight to the tree.
- setRowHeight(int) - Method in class ucar.nc2.ui.table.JTreeTable.TreeTableCellRenderer
-
Sets the row height of the tree, and forwards the row height to
the table.
- setRows(ArrayList) - Method in class ucar.nc2.ui.table.JTreeTableSorted
-
Replace the rowList with this one.
- setRows(ArrayList) - Method in class ucar.nc2.ui.table.RowSorterAbstract
-
- setRows(ArrayList) - Method in class ucar.nc2.ui.table.TreeTableModelSorted
-
Set a new rowlist.
- setRunTime(int) - Method in class ucar.nc2.ui.coverage.CoverageRenderer
-
- setRunTime(int) - Method in class ucar.nc2.ui.grid.GridRenderer
-
- setScaleFactor(double) - Method in class ucar.nc2.ui.image.ScalablePicture
-
set the scale factor to the new desired value.
- setScaleSize(Dimension) - Method in class ucar.nc2.ui.image.ScalablePicture
-
invoke this method to tell the scale process to figure out the scal factor
so that the image fits either by height or by width into the indicated dimension.
- setScanDirectory(String) - Method in class ucar.nc2.ui.FeatureScanPanel
-
- setScreenSize(double, double) - Method in class ucar.nc2.ui.geoloc.Navigation
-
- setSelected(VariableIF) - Method in class ucar.nc2.ui.DatasetTreeView
-
Set the currently selected Variable.
- setSelected(int) - Method in class ucar.nc2.ui.grid.ColorScale.Panel
-
- setSelected(PointFeature) - Method in class ucar.nc2.ui.point.PointRenderer
-
- setSelected(PointObsDatatype) - Method in class ucar.nc2.ui.point.TrajectoryRegionDateChooser
-
- setSelected(PointObsDatatype) - Method in class ucar.nc2.ui.point.TrajectoryRenderer
-
- setSelected(int) - Method in class ucar.nc2.ui.table.JTableSorted
-
Set the current selection to this row.
- setSelected(boolean) - Method in class ucar.util.prefs.ui.Field.CheckBox
-
Set value; if different from current value, store in PersistenceManager and
send event.
- setSelectedBean(Object) - Method in class ucar.util.prefs.ui.BeanTable
-
Set which row is selected.
- setSelectedBeans(List) - Method in class ucar.util.prefs.ui.BeanTable
-
Set which rows are selected.
- setSelectedByIndex(int) - Method in class ucar.nc2.ui.widget.SuperComboBox
-
Set the currently selected object using its index.
- setSelectedByName(String) - Method in class ucar.nc2.ui.widget.SuperComboBox
-
Set the currently selected object using its choice name.
- setSelectedDataset(InvDatasetImpl) - Method in class thredds.ui.catalog.CatalogChooser
-
Set the currently selected InvDataset.
- setSelectedDataset(InvDatasetImpl) - Method in class thredds.ui.catalog.CatalogTreeView
-
Set the currently selected InvDataset.
- setSelectedItem(String) - Method in class thredds.ui.catalog.CatalogChooser
-
Use this to set the string value in the combo box
- setSelectedRow(int) - Method in class ucar.nc2.ui.table.JTreeTableSorted
-
Set the current selection to this row.
- setSelectedStation(String) - Method in class ucar.nc2.ui.point.StationRegionDateChooser
-
Looks for the station with givemn id.
- setSelectionMode(int) - Method in class ucar.util.prefs.ui.BeanTable
-
Set the selection mode on the JTable
- setSequenceData(Structure, ArraySequence) - Method in class ucar.nc2.ui.StructureTable
-
- setServerType(String) - Method in class ucar.util.prefs.ui.BeanTable.TestBean
-
- setServiceType(ServiceType) - Method in class thredds.ui.catalog.tools.CatalogEnhancer.AccessBean
-
- setServiceType(ServiceType) - Method in class thredds.ui.catalog.tools.DLCrawler.AccessBean
-
- setShape(String) - Method in class ucar.nc2.ui.CoordSysTable.AxisBean
-
- setShape(String) - Method in class ucar.nc2.ui.CoordSysTable.VariableBean
-
- setShape(String) - Method in class ucar.nc2.ui.coverage.CoverageTable.AxisBean
-
- setShape(String) - Method in class ucar.nc2.ui.coverage.CoverageTable.CoverageBean
-
- setShape(String) - Method in class ucar.nc2.ui.DatasetViewer.VariableBean
-
- setShape(String) - Method in class ucar.nc2.ui.DatasetWriter.VariableBean
-
- setShape(String) - Method in class ucar.nc2.ui.grid.GeoGridTable.GeoAxisBean
-
- setShape(String) - Method in class ucar.nc2.ui.grid.GeoGridTable.GeoGridBean
-
- setShowLabels(boolean) - Method in class ucar.nc2.ui.grid.ContourFeatureRenderer
-
set switch whether contours labels are desired.
- setShowText(boolean) - Method in class ucar.nc2.ui.grid.ColorScale.Panel
-
- setSlice(int) - Method in class ucar.nc2.ui.coverage.CoverageRenderer
-
- setSlice(int) - Method in class ucar.nc2.ui.grid.GridRenderer
-
- setSlice(int) - Method in class ucar.nc2.ui.grid.VertPanel
-
- setSortCol(int, boolean) - Method in class ucar.nc2.ui.table.JTreeTableSorted
-
- setSortCol(int) - Method in class ucar.nc2.ui.table.TreeTableModelSorted
-
- setSorter(RowSorter) - Method in class ucar.nc2.ui.table.TreeTableModelSorted
-
- setSortingStatus(int, int) - Method in class ucar.util.prefs.ui.TableSorter
-
- setSortOK(boolean) - Method in class ucar.nc2.ui.table.JTableSorted
-
- setSourceBufferedImage(BufferedImage, String) - Method in class ucar.nc2.ui.image.SourcePicture
-
sets the buffered image.
- setSourcePicture(SourcePicture) - Method in class ucar.nc2.ui.image.ScalablePicture
-
- setStation(StationObsViewer.StationBean) - Method in class ucar.nc2.ui.StationObsViewer
-
- setStation(StationRadialViewer.StationBean) - Method in class ucar.nc2.ui.StationRadialViewer
-
- setStations(List) - Method in class ucar.nc2.ui.point.StationRegionDateChooser
-
Set the list of Stations.
- setStore(Preferences) - Static method in class ucar.util.prefs.ui.Debug
-
Set the persistent data.
- setStoreValue(Object) - Method in class thredds.ui.datatype.prefs.DateField
-
- setStoreValue(Object) - Method in class thredds.ui.datatype.prefs.DurationField
-
- setStoreValue(List) - Method in class ucar.util.prefs.ui.ComboBox
-
Put new value into Store, must be a List of Strings
- setStoreValue(Object) - Method in class ucar.util.prefs.ui.Field.BeanTable
-
Put new value into Store, must be a List ob objects of type beanClass
- setStoreValue(Object) - Method in class ucar.util.prefs.ui.Field.CheckBox
-
- setStoreValue(Object) - Method in class ucar.util.prefs.ui.Field.Date
-
Set value; if different from current value, store in PersistenceManager and
send event.
- setStoreValue(Object) - Method in class ucar.util.prefs.ui.Field.Double
-
- setStoreValue(Object) - Method in class ucar.util.prefs.ui.Field.EnumCombo
-
Put new value into Store, will be an item from the list
- setStoreValue(Object) - Method in class ucar.util.prefs.ui.Field.Int
-
- setStoreValue(Object) - Method in class ucar.util.prefs.ui.Field
-
Put new value into Store.
- setStoreValue(Object) - Method in class ucar.util.prefs.ui.Field.Text
-
- setStoreValue(Object) - Method in class ucar.util.prefs.ui.Field.TextCombo
-
Put new value into Store, must be a Collection of Strings
- setStructure(Structure) - Method in class ucar.nc2.ui.StructureTable
-
- setStructureData(List<StructureData>) - Method in class ucar.nc2.ui.StructureTable
-
Set the data as a collection of StructureData.
- setStructureData(ArrayStructure) - Method in class ucar.nc2.ui.StructureTable
-
- setTable(String) - Method in class ucar.nc2.ui.Grib1TablesViewer
-
- setTable(WmoCodeTable.Version) - Method in class ucar.nc2.ui.GribWmoCodesPanel
-
- setTable(WmoTemplateTable.Version) - Method in class ucar.nc2.ui.GribWmoTemplatesPanel
-
- setTable1(Grib1TablesViewer.TableBean) - Method in class ucar.nc2.ui.dialog.Grib1TableCompareDialog
-
- setTable2(Grib1TablesViewer.TableBean) - Method in class ucar.nc2.ui.dialog.Grib1TableCompareDialog
-
- setTableHeader(JTableHeader) - Method in class ucar.util.prefs.ui.TableSorter
-
- setTableModel(TableModel) - Method in class ucar.util.prefs.ui.TableSorter
-
- setText(String) - Method in class ucar.nc2.ui.NCdumpPane
-
- setText(String) - Method in class ucar.nc2.ui.widget.TextGetPutPane
-
- setText(String) - Method in class ucar.nc2.ui.widget.TextHistoryPane
-
- setText(String) - Method in class ucar.util.prefs.ui.Field.Text
-
Set value of text; if different from current value, store in PersistenceManager and
send event.
- setText(String) - Method in class ucar.util.prefs.ui.Field.TextCombo
-
Set current selected value of text; send event.
- setTextFromStackTrace(Throwable) - Method in class ucar.nc2.ui.widget.TextHistoryPane
-
- setThreadsOn(boolean) - Method in class ucar.nc2.ui.table.TreeTableModelSorted
-
- setTime(int) - Method in class ucar.nc2.ui.coverage.CoverageRenderer
-
- setTime(int) - Method in class ucar.nc2.ui.grid.GridRenderer
-
- setTime(Date) - Method in class ucar.nc2.ui.PointFeatureDatasetViewer.PointObsBean
-
- setTime(Date) - Method in class ucar.nc2.ui.PointObsViewer.PointObsBean
-
- setToolTipText(String) - Method in class ucar.util.prefs.ui.Field
-
Set the tooltip
- setTrajectory(TrajectoryObsDatatype) - Method in class ucar.nc2.ui.point.TrajectoryRegionDateChooser
-
- setTrajectory(TrajectoryObsDatatype) - Method in class ucar.nc2.ui.point.TrajectoryRenderer
-
Set the trajectory.
- setTrajectory(TrajectoryObsDatatype) - Method in class ucar.nc2.ui.StructureTable
-
This is used for a trajectory.
- setTrajectory(TrajectoryObsViewer.TrajBean) - Method in class ucar.nc2.ui.TrajectoryObsViewer
-
- setTryNext(int[]) - Method in class ucar.nc2.ui.table.TableRowAbstract
-
- setUnits(String) - Method in class ucar.nc2.ui.CoordSysTable.AxisBean
-
- setUnits(String) - Method in class ucar.nc2.ui.CoordSysTable.VariableBean
-
- setUnits(String) - Method in class ucar.nc2.ui.coverage.CoverageTable.AxisBean
-
- setUnits(String) - Method in class ucar.nc2.ui.coverage.CoverageTable.CoverageBean
-
- setUnits(String) - Method in class ucar.nc2.ui.DatasetViewer.VariableBean
-
- setUnits(String) - Method in class ucar.nc2.ui.DatasetWriter.VariableBean
-
- setUnits(String) - Method in class ucar.nc2.ui.grid.GeoGridTable.GeoAxisBean
-
- setUnits(String) - Method in class ucar.nc2.ui.grid.GeoGridTable.GeoGridBean
-
- setUnits(String) - Method in class ucar.nc2.ui.RadialDatasetTable.VariableBean
-
- setUnitString(String) - Method in class ucar.nc2.ui.grid.ColorScale.Panel
-
- setUnlimited(boolean) - Method in class ucar.nc2.ui.DatasetWriter.DimensionBean
-
- setUrl(String) - Method in class thredds.ui.catalog.tools.CatalogEnhancer.AccessBean
-
- setUrl(String) - Method in class thredds.ui.catalog.tools.DLCrawler.AccessBean
-
- setURL(URL) - Method in class ucar.nc2.ui.widget.HtmlBrowser
-
- setURL(String) - Method in class ucar.nc2.ui.widget.TextGetPutPane
-
- setURL(String) - Method in class ucar.nc2.ui.widget.URLDumpPane
-
- setUrlOk(String) - Method in class thredds.ui.catalog.tools.CatalogEnhancer.AccessBean
-
Set URLok
- setUrlOk(String) - Method in class thredds.ui.catalog.tools.DLCrawler.AccessBean
-
- setUrlString(String) - Method in class ucar.nc2.ui.widget.HtmlBrowser
-
- setUse(boolean) - Method in class ucar.util.prefs.ui.BeanTable.TestBean
-
- setValue(Object) - Method in class ucar.util.prefs.ui.Field
-
Set the current valid and edit value.
- setValue(Object) - Method in class ucar.util.prefs.ui.Field.TextCombo
-
Set edit value as an Object.
- setValueAt(Object, Object, int) - Method in interface ucar.nc2.ui.table.TreeTableModel
-
Sets the value for node node,
at column number column.
- setValueAt(Object, Object, int) - Method in class ucar.nc2.ui.table.TreeTableModelAbstract
-
- setValueAt(Object, int, int) - Method in class ucar.nc2.ui.table.TreeTableModelAdapter
-
- setValueAt(Object, int, int) - Method in class ucar.util.prefs.ui.BeanTable.TableBeanModel
-
- setValueAt(Object, int, int) - Method in class ucar.util.prefs.ui.TableSorter
-
- setVariable(RadialDatasetTable.VariableBean) - Method in class ucar.nc2.ui.RadialDatasetTable
-
- setVisible() - Method in class ucar.nc2.ui.geoloc.ProjectionManager
-
- setWidth(int) - Method in class ucar.util.prefs.ui.BeanTable.PropertyCol
-
- setWorldBounds(ScaledPanel.Bounds) - Method in class ucar.nc2.ui.widget.ScaledPanel
-
- setWorldCenterX(double) - Method in class ucar.nc2.ui.geoloc.NavigatedPanel
-
kludgy thing to shift LatLon seam
- ShapeFileBean - Class in ucar.nc2.ui.gis.shapefile
-
Wraps shapefile maps into a MapBean
- ShapeFileBean(String, String, String, String) - Constructor for class ucar.nc2.ui.gis.shapefile.ShapeFileBean
-
contructor for a specific shapefile
- shapeList - Variable in class ucar.nc2.ui.gis.GisFeatureRenderer
-
- shortToBytes(short) - Static method in class ucar.nc2.ui.gis.shapefile.Swap
-
Convert a short to an array of 2 bytes.
- shouldSelectCell(EventObject) - Method in class ucar.nc2.ui.table.AbstractCellEditor
-
- show(Component) - Method in class ucar.nc2.ui.widget.HelpWindow
-
- show() - Method in class ucar.nc2.ui.widget.HelpWindow
-
- show() - Method in class ucar.nc2.ui.widget.IndependentWindow
-
show the window.
- show(String, Point, Component, Object) - Method in class ucar.nc2.ui.widget.PopupManager
-
- showAtts() - Method in class ucar.nc2.ui.CoordSysTable
-
- showAtts() - Method in class ucar.nc2.ui.DatasetViewer
-
- showAtts() - Method in class ucar.nc2.ui.DatasetWriter
-
- showCollection(Formatter) - Method in class ucar.nc2.ui.FeatureCollectionTable
-
- showCollection(Formatter) - Method in class ucar.nc2.ui.Grib1CollectionPanel
-
- showCollection(Formatter) - Method in class ucar.nc2.ui.Grib2CollectionPanel
-
- showCollection(Formatter) - Method in class ucar.nc2.ui.Grib2DataPanel
-
- showCollection(Formatter) - Method in class ucar.nc2.ui.GribFilesPanel
-
- showCollectionInfo(boolean) - Method in class ucar.nc2.ui.Fmrc2Panel
-
- showCollectionInfo(String) - Method in class ucar.nc2.ui.FmrcCollectionTable
-
- showCompare - Variable in class ucar.nc2.ui.dialog.CompareDialog.Data
-
- showComplete() - Method in class ucar.nc2.ui.GribOldRawPanel.Grib2RecordBean
-
- showCompleteGribRecord(Formatter, String, Grib2Record, Grib2Customizer) - Static method in class ucar.nc2.ui.Grib2CollectionPanel
-
- showCompleteGribRecord(Formatter, String, Grib2Record, Grib2Customizer) - Static method in class ucar.nc2.ui.Grib2DataPanel
-
- showCompleteRecord(Grib1CollectionPanel.RecordBean, Formatter) - Method in class ucar.nc2.ui.Grib1CollectionPanel
-
- showDataset() - Method in class ucar.nc2.ui.Fmrc2Panel
-
- showDetails - Variable in class ucar.nc2.ui.dialog.CompareDialog.Data
-
- showGds(Grib1SectionGridDefinition, Grib1Gds, Formatter) - Method in class ucar.nc2.ui.Grib1CollectionPanel
-
- showGDSuse(Formatter) - Method in class ucar.nc2.ui.Grib2CollectionPanel
-
- showIfNotIconified() - Method in class ucar.nc2.ui.widget.IndependentWindow
-
show if not iconified
- showInfo(Formatter) - Method in class ucar.nc2.ui.CdmrFeaturePanel
-
- showInfo(Formatter) - Method in class ucar.nc2.ui.Fmrc2Panel
-
- showInfo(Formatter) - Method in class ucar.nc2.ui.FmrcCollectionTable
-
- showInfo(Formatter) - Method in class ucar.nc2.ui.Grib1ReportPanel
-
- showInfo(Formatter) - Method in class ucar.nc2.ui.Grib2ReportPanel
-
- showInfo(Formatter) - Method in class ucar.nc2.ui.GribOldIndexPanel
-
- showInfo(Formatter) - Method in class ucar.nc2.ui.Hdf5DataTable
-
- showInfo(Formatter) - Method in class ucar.nc2.ui.Hdf5ObjectTable
-
- showInfo(Formatter) - Method in class ucar.nc2.ui.NcStreamPanel
-
- showInfo2(Formatter) - Method in class ucar.nc2.ui.Hdf5ObjectTable
-
- showListeners() - Method in class ucar.nc2.ui.image.SourcePicture
-
- showLogs(ServletLogTable.MergeFilter) - Method in class thredds.ui.monitor.ServletLogTable
-
- showMissing - Variable in class ucar.nc2.ui.dialog.Grib1TableCompareDialog.Data
-
- showPopup(MouseEvent) - Method in class ucar.nc2.ui.widget.PopupMenu.PopupTriggerListener
-
- showProcessedGridRecord(Formatter) - Method in class ucar.nc2.ui.Grib2CollectionPanel.Grib2RecordBean
-
- showProcessedGridRecord(Formatter) - Method in class ucar.nc2.ui.Grib2DataPanel.Grib2RecordBean
-
- showProcessedPds(Grib1CollectionPanel.ParameterBean, Formatter) - Method in class ucar.nc2.ui.Grib1CollectionPanel
-
- showRawGds(Grib1SectionGridDefinition, Formatter) - Method in class ucar.nc2.ui.Grib1CollectionPanel
-
- shuffle - Variable in class ucar.nc2.ui.dialog.NetcdfOutputChooser.Data
-
- SocketMessage - Class in ucar.nc2.ui.util
-
Starts up a server socket on the given port, and listens for messages sent to it.
- SocketMessage(int, String) - Constructor for class ucar.nc2.ui.util.SocketMessage
-
Try to start a listener on the given port.
- SocketMessage.Event - Class in ucar.nc2.ui.util
-
- SocketMessage.EventListener - Interface in ucar.nc2.ui.util
-
- sort(int, boolean) - Method in class ucar.nc2.ui.table.JTableSorted
-
Sort the rowList: note rowList changed, not a copy of it.
- sort(int, boolean, ArrayList) - Method in interface ucar.nc2.ui.table.RowSorter
-
May make a copy of the Array, or return the original, but must not copy the
rows themselves.
- sort(int, boolean, ArrayList) - Method in class ucar.nc2.ui.table.RowSorterAbstract
-
- sort() - Method in class ucar.nc2.ui.table.TreeTableModelSorted
-
sort using the current sortCol and reverse
- sort(int) - Method in class ucar.nc2.ui.table.TreeTableModelSorted
-
sort using the current sortCol; toggle reverse
- sort(int, boolean) - Method in class ucar.nc2.ui.table.TreeTableModelSorted
-
sort using the named sortCol and reverse
- sortNext - Variable in class ucar.nc2.ui.table.RowSorterAbstract
-
- sourceLoadProgressNotification(int, int) - Method in class ucar.nc2.ui.image.ScalablePicture
-
pass on the update on the loading Progress to the listening objects
- sourceLoadProgressNotification(int, int) - Method in interface ucar.nc2.ui.image.ScalablePictureListener
-
inform the listener of progress on the loading of the image
- sourceLoadProgressNotification(int, int) - Method in interface ucar.nc2.ui.image.SourcePictureListener
-
inform the listener of progress on the loading of the image
- sourcePicture - Variable in class ucar.nc2.ui.image.ScalablePicture
-
the source picture for the scalable picture
- SourcePicture - Class in ucar.nc2.ui.image
-
a class to load and scale a picture either immediately or in a
seperate thread from a URL
- sourcePictureBufferedImage - Variable in class ucar.nc2.ui.image.SourcePicture
-
the Buffered Image that this class protects and provides features for.
- SourcePictureListener - Interface in ucar.nc2.ui.image
-
This interface allows an object to inform another object that the status it is listening on has
changed.
- sourceStatusChange(int, String, SourcePicture) - Method in class ucar.nc2.ui.image.ScalablePicture
-
method that is invoked by the SourcePictureListener interface.
- sourceStatusChange(int, String, SourcePicture) - Method in interface ucar.nc2.ui.image.SourcePictureListener
-
inform the listener that the status has changed
- SpatialGrid - Class in ucar.nc2.ui.gis
-
Fast implementation for tracking data overlap and closest point in a 2D region.
- SpatialGrid(int, int) - Constructor for class ucar.nc2.ui.gis.SpatialGrid
-
Constructor
- spectrum2 - Static variable in class ucar.nc2.ui.grid.ColorScale
-
- SpinIcon - Class in ucar.nc2.ui.widget
-
- SpinIcon(SpinIcon.Type) - Constructor for class ucar.nc2.ui.widget.SpinIcon
-
- SpinIcon.Type - Class in ucar.nc2.ui.widget
-
- SpinIcon.Type() - Constructor for class ucar.nc2.ui.widget.SpinIcon.Type
-
- start(Component, String, int) - Method in class ucar.nc2.ui.widget.ProgressMonitor
-
Call this from awt event thread.
- startProgressMonitorTask(ProgressMonitorTask) - Method in class ucar.nc2.ui.widget.StopButton
-
The given task is run in a background thread.
- STATE - Static variable in class ucar.nc2.ui.widget.BAMutil
-
the state of "toggle" actions = Boolean
- StationObsViewer - Class in ucar.nc2.ui
-
A Swing widget to view the contents of a ucar.nc2.dt.StationObsDataset or PointObsDataset.
- StationObsViewer(PreferencesExt) - Constructor for class ucar.nc2.ui.StationObsViewer
-
- StationObsViewer.StationBean - Class in ucar.nc2.ui
-
- StationObsViewer.StationBean(StationImpl) - Constructor for class ucar.nc2.ui.StationObsViewer.StationBean
-
- StationRadialViewer - Class in ucar.nc2.ui
-
A Swing widget to view the contents of a ucar.nc2.dt.StationRadarCollection
- StationRadialViewer(PreferencesExt) - Constructor for class ucar.nc2.ui.StationRadialViewer
-
- StationRadialViewer.StationBean - Class in ucar.nc2.ui
-
- StationRadialViewer.StationBean(Station) - Constructor for class ucar.nc2.ui.StationRadialViewer.StationBean
-
- StationRegionDateChooser - Class in ucar.nc2.ui.point
-
A Swing widget for THREDDS clients to choose a station and/or a region from navigatable map.
- StationRegionDateChooser() - Constructor for class ucar.nc2.ui.point.StationRegionDateChooser
-
Default Contructor, allow both region and station selection.
- StationRegionDateChooser(boolean, boolean, boolean) - Constructor for class ucar.nc2.ui.point.StationRegionDateChooser
-
Constructor
- status() - Method in class thredds.ui.catalog.search.CatalogIndexer.DatasetBean
-
- status() - Method in class thredds.ui.catalog.tools.CatalogEnhancer.DatasetBean
-
- status() - Method in class thredds.ui.catalog.tools.DLCrawler.DatasetBean
-
- stopBackgroundLoading() - Static method in class ucar.nc2.ui.image.PictureCache
-
method to stop all background loading
- stopBackgroundLoadingExcept(URL) - Static method in class ucar.nc2.ui.image.PictureCache
-
method to stop all background loading except the indicated file.
- StopButton - Class in ucar.nc2.ui.widget
-
A UI Component for running background tasks and letting user cancel them.
- StopButton() - Constructor for class ucar.nc2.ui.widget.StopButton
-
- StopButton(String) - Constructor for class ucar.nc2.ui.widget.StopButton
-
- stopCellEditing() - Method in class ucar.nc2.ui.table.AbstractCellEditor
-
- stopLoading() - Method in class ucar.nc2.ui.image.SourcePicture
-
this method can be invoked to stop the current reader
- stopLoadingExcept(URL) - Method in class ucar.nc2.ui.image.ScalablePicture
-
stops all picture loading except if the Url we desire is being loaded
- stopLoadingExcept(URL) - Method in class ucar.nc2.ui.image.SourcePicture
-
this method can be invoked to stop the current reader except if it
is reading the desired file.
- store - Variable in class ucar.util.prefs.ui.BeanTable
-
- store2Dataset() - Method in class thredds.ui.catalog.tools.DatasetEditor
-
- storeData - Variable in class ucar.util.prefs.ui.Field
-
- storePersistentData() - Method in class ucar.nc2.ui.geoloc.JTableProjection
-
- storePersistentData() - Method in class ucar.nc2.ui.geoloc.ProjectionManager
-
- storePersistentData() - Method in class ucar.nc2.ui.grid.GridController
-
- storePersistentData() - Method in class ucar.nc2.ui.grid.GridUI
-
save all data in the PersistentStore
- storePersistentData() - Method in class ucar.nc2.ui.ThreddsUI
-
save all data in the PersistentStore
- stretch(Point) - Method in class ucar.nc2.ui.geoloc.Rubberband
-
Erase the last rectangle and draw a new one from the anchor point to this point.
- stretchedPt - Variable in class ucar.nc2.ui.geoloc.Rubberband
-
- StructureTable - Class in ucar.nc2.ui
-
This puts the data values of a 1D Structure or Sequence into a JTable.
- StructureTable(PreferencesExt) - Constructor for class ucar.nc2.ui.StructureTable
-
- success - Variable in class ucar.nc2.ui.widget.ProgressMonitorTask
-
- SuperComboBox - Class in ucar.nc2.ui.widget
-
SuperComboBox is a complete rewrite of JComboBox;
it does not extend JComboBox (!)
Items added may implement NamedObject, in which case getName() is used as the row name,
and getDescription() is used as the tooltip.
- SuperComboBox(RootPaneContainer, String, boolean, Iterator) - Constructor for class ucar.nc2.ui.widget.SuperComboBox
-
default is one column, with an iterator of NamedObjects
- Swap - Class in ucar.nc2.ui.gis.shapefile
-
The Swap class provides static methods for swapping the bytes of chars,
shorts, ints, longs, floats, and doubles.
- Swap() - Constructor for class ucar.nc2.ui.gis.shapefile.Swap
-
- swapChar(byte[], int) - Static method in class ucar.nc2.ui.gis.shapefile.Swap
-
Returns the char resulting from swapping 2 bytes at a specified
offset in a byte array.
- swapDouble(byte[], int) - Static method in class ucar.nc2.ui.gis.shapefile.Swap
-
Returns the double resulting from reversing 8 bytes at a specified
offset in a byte array.
- swapDouble(double) - Static method in class ucar.nc2.ui.gis.shapefile.Swap
-
Returns the double resulting from reversing 8 bytes of a specified
double.
- swapFloat(byte[], int) - Static method in class ucar.nc2.ui.gis.shapefile.Swap
-
Returns the float resulting from reversing 4 bytes at a specified
offset in a byte array.
- swapFloat(float) - Static method in class ucar.nc2.ui.gis.shapefile.Swap
-
Returns the float resulting from reversing 4 bytes of a specified
float.
- swapInt(byte[], int) - Static method in class ucar.nc2.ui.gis.shapefile.Swap
-
Returns the int resulting from reversing 4 bytes at a specified
offset in a byte array.
- swapInt(int) - Static method in class ucar.nc2.ui.gis.shapefile.Swap
-
Returns the int resulting from reversing 4 bytes of a specified
int.
- swapLong(byte[], int) - Static method in class ucar.nc2.ui.gis.shapefile.Swap
-
Returns the long resulting from reversing 8 bytes at a specified
offset in a byte array.
- swapLong(long) - Static method in class ucar.nc2.ui.gis.shapefile.Swap
-
Returns the long resulting from reversing 8 bytes of a specified
long.
- swapShort(byte[], int) - Static method in class ucar.nc2.ui.gis.shapefile.Swap
-
Returns the short resulting from swapping 2 bytes at a specified
offset in a byte array.
- swapShort(short) - Static method in class ucar.nc2.ui.gis.shapefile.Swap
-
Returns the short resulting from swapping 2 bytes of a specified
short.
- synch() - Method in class thredds.ui.catalog.search.CatalogIndexer.DatasetBean
-
- synch() - Method in class thredds.ui.catalog.tools.CatalogEnhancer.DatasetBean
-
- synch() - Method in class thredds.ui.catalog.tools.DLCrawler.DatasetBean
-