Package | Description |
---|---|
ucar.unidata.idv.chooser.adde | |
ucar.unidata.ui.colortable |
UI classes for color tables.
|
ucar.unidata.ui.symbol |
Meteorological symbol drawing.
|
ucar.unidata.util |
General utilities.
|
Modifier and Type | Class and Description |
---|---|
class |
AddeServer
Holds information about the available adde servers
|
static class |
AddeServer.Group
Class Group represents an adde group
|
Modifier and Type | Method and Description |
---|---|
NamedObject |
ColorTableManager.doImport(boolean makeUnique)
Import a color table
|
Modifier and Type | Method and Description |
---|---|
void |
ColorTableManager.doExport(NamedObject object,
java.lang.String file) |
protected java.lang.String |
ColorTableManager.getExportContents(NamedObject object,
java.lang.String file)
When we do an export this method is called to create the String
contents that is actually written out.
|
Modifier and Type | Class and Description |
---|---|
class |
StationModel |
Modifier and Type | Class and Description |
---|---|
class |
ColorTable
Holds a name and a 2D float array that represents a color table
|
class |
NamedList |
class |
NamedThing
Holds a name and a description
|
Modifier and Type | Method and Description |
---|---|
NamedObject |
ResourceManager.doImport()
_more_
|
NamedObject |
ResourceManager.doImport(boolean makeUnique)
_more_
|
NamedObject |
ResourceManager.doImport(java.lang.Object o,
boolean forceUnique)
_more_
|
NamedObject |
ResourceManager.getDefault()
_more_
|
NamedObject |
ResourceManager.getObject(java.lang.String name)
_more_
|
NamedObject |
ResourceManager.getUsersObject(java.lang.String name)
_more_
|
Modifier and Type | Method and Description |
---|---|
void |
ResourceManager.addUsers(NamedObject object)
_more_
|
void |
ResourceManager.doExport(NamedObject object)
_more_
|
void |
ResourceManager.doExport(NamedObject object,
java.lang.String file)
_more_
|
java.lang.String |
ResourceManager.doSaveAs(NamedObject o,
java.awt.Component component)
_more_
|
protected java.lang.String |
ResourceManager.getExportContents(NamedObject object,
java.lang.String file)
_more_
|
int |
ResourceManager.getUsersIndex(NamedObject object)
_more_
|
boolean |
ResourceManager.isUsers(NamedObject object)
_more_
|
void |
ResourceManager.removeUsers(NamedObject object)
_more_
|