Package | Description |
---|---|
ucar.unidata.metdata |
Meteorological data classes.
|
ucar.unidata.ui.colortable |
UI classes for color tables.
|
ucar.unidata.ui.symbol |
Meteorological symbol drawing.
|
ucar.unidata.util |
General utilities.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<javax.swing.JMenuItem> |
NamedStationTable.makeMenuItems(java.util.List locations,
ObjectListener listener)
Make a set of menu items from the list of locations
|
static java.util.List |
NamedStationTable.xxxxmakeMenuItems(java.util.List stations,
ObjectListener listener)
Make stations from the root element.
|
Modifier and Type | Method and Description |
---|---|
void |
ColorTableManager.makeColorTableMenu(ObjectListener listener,
java.util.List l)
Make the set of color table menus.
|
void |
ColorTableManager.makeColorTableMenu(ObjectListener listener,
java.util.List l,
boolean showLocal)
Make the set of color table menus.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List |
StationModelCanvas.makeStationModelMenuItems(java.util.List symbols,
ObjectListener listener,
StationModelManager smm)
_more_
|
Modifier and Type | Method and Description |
---|---|
static ObjectListener |
GuiUtils.getCloseDialogListener(javax.swing.JDialog dialog)
Create a listener that will close the given dialog.
|