Package | Description |
---|---|
ucar.unidata.idv |
The idv package.
|
ucar.unidata.idv.control.editor |
This package is my (jeffmc) aborted protyping effort for a radar editor facility.
|
ucar.unidata.ui |
User interface utilities: extensions of AWT and Swing classes.
|
ucar.unidata.ui.colortable |
UI classes for color tables.
|
Modifier and Type | Class and Description |
---|---|
static class |
MapViewManager.ProjectionCommand
Class ProjectionCommand manages changes to the projection
|
static class |
ViewManager.MatrixCommand
Class MatrixCommand manages changes to the viewpoint matrix
|
Modifier and Type | Method and Description |
---|---|
protected void |
ViewManager.addCommand(Command cmd)
Add the command to the command manager.
|
Modifier and Type | Class and Description |
---|---|
class |
FieldCommand
Class EditCommand _more_
|
static class |
RadarEditor.FieldCommand
Class EditCommand _more_
|
Modifier and Type | Method and Description |
---|---|
void |
CommandManager.add(Command command)
_more_
|
void |
CommandManager.add(Command command,
boolean andCallDoCommand)
_more_
|
Modifier and Type | Class and Description |
---|---|
static class |
ColorTableCanvas.CanvasCommand
Class CanvasCommand takes a snapshot of the state of the canvas
|
static class |
ColorTableCanvas.ColorListCommand
Class ColorListCommand
|
static class |
ColorTableCanvas.ColorTableCommand
Class ColorTableCommand is used when the CT is changed and we can undo it using
this class
|