Uses of Interface
ucar.unidata.util.NamedObject

Packages that use NamedObject
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. 
 

Uses of NamedObject in ucar.unidata.idv.chooser.adde
 

Classes in ucar.unidata.idv.chooser.adde that implement NamedObject
 class AddeServer
          Holds information about the available adde servers
static class AddeServer.Group
          Class Group represents an adde group
 

Uses of NamedObject in ucar.unidata.ui.colortable
 

Methods in ucar.unidata.ui.colortable that return NamedObject
 NamedObject ColorTableManager.doImport(boolean makeUnique)
          Import a color table
 

Methods in ucar.unidata.ui.colortable with parameters of type NamedObject
 void ColorTableManager.doExport(NamedObject object, String file)
           
protected  String ColorTableManager.getExportContents(NamedObject object, String file)
          When we do an export this method is called to create the String contents that is actually written out.
 

Uses of NamedObject in ucar.unidata.ui.symbol
 

Classes in ucar.unidata.ui.symbol that implement NamedObject
 class StationModel
           
 

Uses of NamedObject in ucar.unidata.util
 

Classes in ucar.unidata.util that implement NamedObject
 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
 

Methods in ucar.unidata.util that return NamedObject
 NamedObject ResourceManager.doImport()
          _more_
 NamedObject ResourceManager.doImport(boolean makeUnique)
          _more_
 NamedObject ResourceManager.doImport(Object o, boolean forceUnique)
          _more_
 NamedObject ResourceManager.getDefault()
          _more_
 NamedObject ResourceManager.getObject(String name)
          _more_
 NamedObject ResourceManager.getUsersObject(String name)
          _more_
 

Methods in ucar.unidata.util with parameters of type NamedObject
 void ResourceManager.addUsers(NamedObject object)
          _more_
 void ResourceManager.doExport(NamedObject object)
          _more_
 void ResourceManager.doExport(NamedObject object, String file)
          _more_
 String ResourceManager.doSaveAs(NamedObject o, Component component)
          _more_
protected  String ResourceManager.getExportContents(NamedObject object, String file)
          _more_
 int ResourceManager.getUsersIndex(NamedObject object)
          _more_
 boolean ResourceManager.isUsers(NamedObject object)
          _more_
 void ResourceManager.removeUsers(NamedObject object)
          _more_