Uses of Interface
ucar.unidata.ui.PersistentObject

Packages that use PersistentObject
ucar.unidata.ui User interface utilities: extensions of AWT and Swing classes. 
ucar.unidata.view.geoloc The view component for geolocation (projections, navigated panels, etc). 
 

Uses of PersistentObject in ucar.unidata.ui
 

Methods in ucar.unidata.ui that return PersistentObject
 PersistentObject PersistentObject.ManagerBean.getSelection()
          Get the currently selected object, of type getPersistentObjectClass()
 

Methods in ucar.unidata.ui with parameters of type PersistentObject
 void PersistentObject.ManagerBean.setSelection(PersistentObject select)
          Set the currently selected thing: must be of type getPersistentObjectClass().
 

Uses of PersistentObject in ucar.unidata.view.geoloc
 

Methods in ucar.unidata.view.geoloc that return PersistentObject
 PersistentObject ProjectionManager.getSelection()
          Get the currently selected object, of type getPersistentObjectClass()
 

Methods in ucar.unidata.view.geoloc with parameters of type PersistentObject
 void ProjectionManager.setSelection(PersistentObject select)
          Set the currently selected thing: must be of type getPersistentObjectClass().