Uses of Interface
ucar.unidata.ui.PersistentObject
Packages that use PersistentObject
Package
Description
User interface utilities: extensions of AWT and Swing classes.
The view component for geolocation (projections, navigated panels, etc).
-
Uses of PersistentObject in ucar.unidata.ui
Methods in ucar.unidata.ui that return PersistentObjectModifier and TypeMethodDescriptionPersistentObject.ManagerBean.getSelection()
Get the currently selected object, of type getPersistentObjectClass()Methods in ucar.unidata.ui with parameters of type PersistentObjectModifier and TypeMethodDescriptionvoid
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 PersistentObjectModifier and TypeMethodDescriptionProjectionManager.getSelection()
Get the currently selected object, of type getPersistentObjectClass()Methods in ucar.unidata.view.geoloc with parameters of type PersistentObjectModifier and TypeMethodDescriptionvoid
ProjectionManager.setSelection
(PersistentObject select) Set the currently selected thing: must be of type getPersistentObjectClass().