| Package | Description |
|---|---|
| thredds.ui.monitor | |
| ucar.nc2.ui |
NetCDF Tools User Interface
|
| ucar.nc2.ui.coverage | |
| ucar.nc2.ui.dialog | |
| ucar.nc2.ui.gis |
Geographic information providers.
|
| ucar.nc2.ui.grid | |
| ucar.nc2.ui.widget |
| Class and Description |
|---|
| StopButton
A UI Component for running background tasks and letting user cancel them.
|
| Class and Description |
|---|
| FileManager
Cover for JFileChooser.
|
| TextHistoryPane
TextHistoryPane
Keeps a user-settable number of lines in a JTextArea.
|
| Class and Description |
|---|
| FileManager
Cover for JFileChooser.
|
| Class and Description |
|---|
| FileManager
Cover for JFileChooser.
|
| Class and Description |
|---|
| PopupMenu
Convenience class for constructing popup menus.
|
| Class and Description |
|---|
| FileManager
Cover for JFileChooser.
|
| ScaledPanel |
| Class and Description |
|---|
| FileManager
Cover for JFileChooser.
|
| FontUtil.StandardFont |
| IndependentDialog
Provides common L&F for managing independent dialogs
Takes RootPaneContainer as parent, to work with both applet and app
Will reset L&F
example of use:
infoWindow = new IndependentDialog(topLevel.getRootPaneContainer(), false, "Dataset Information");
datasetInfoTA = new TextHistoryPane(500, 100, true);
Container cp = infoWindow.getContentPane();
cp.add(datasetInfoTA, BorderLayout.CENTER);
infoWindow.pack();
infoWindow.setSize(700,700);
infoWindow.setLocation(100,100);
|
| IndependentWindow
Provides common L&F for managing independent windows
Will reset L&F
example:
|
| ProgressMonitorTask
Subclass this for use in a ProgressMonitor.
|
| ScaledPanel.Bounds
Why the heck did I create yet another Rectangle?
Because I needed some precise semantics, especially for the y screen coordinate.
|
| SpinIcon.Type |
| TextHistoryPane
TextHistoryPane
Keeps a user-settable number of lines in a JTextArea.
|
Copyright © 1999-2015 UCAR/Unidata. All Rights Reserved.