Package | Description |
---|---|
ucar.unidata.idv |
The idv package.
|
ucar.unidata.util |
General utilities.
|
Modifier and Type | Method and Description |
---|---|
protected BooleanProperty |
ViewManager.getBooleanProperty(java.lang.String propertyId)
Find, or create, the BooleanProperty identified with the given id
|
protected BooleanProperty |
ViewManager.getBooleanProperty(java.lang.String propertyId,
boolean dflt)
Get a BooleanProperty
|
Modifier and Type | Method and Description |
---|---|
protected void |
ViewManager.addBooleanProperty(BooleanProperty bp)
Add in the BooleanProperty into the list of properties.
|
protected void |
ViewManager.initializeBooleanProperty(BooleanProperty bp)
Initialize a BooleanProperty
|
Constructor and Description |
---|
BooleanProperty(BooleanProperty that)
Copy constructor
|