Package | Description |
---|---|
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).
|
Modifier and Type | Method and Description |
---|---|
PersistentObject |
PersistentObject.ManagerBean.getSelection()
Get the currently selected object, of type getPersistentObjectClass()
|
Modifier and Type | Method and Description |
---|---|
void |
PersistentObject.ManagerBean.setSelection(PersistentObject select)
Set the currently selected thing: must be of type getPersistentObjectClass().
|
Modifier and Type | Method and Description |
---|---|
PersistentObject |
ProjectionManager.getSelection()
Get the currently selected object, of type getPersistentObjectClass()
|
Modifier and Type | Method and Description |
---|---|
void |
ProjectionManager.setSelection(PersistentObject select)
Set the currently selected thing: must be of type
getPersistentObjectClass().
|