Uses of Class
ucar.unidata.util.BooleanProperty

Packages that use BooleanProperty
ucar.unidata.idv The idv package. 
ucar.unidata.util General utilities. 
 

Uses of BooleanProperty in ucar.unidata.idv
 

Methods in ucar.unidata.idv that return BooleanProperty
protected  BooleanProperty ViewManager.getBooleanProperty(String propertyId)
          Find, or create, the BooleanProperty identified with the given id
protected  BooleanProperty ViewManager.getBooleanProperty(String propertyId, boolean dflt)
          Get a BooleanProperty
 

Methods in ucar.unidata.idv with parameters of type BooleanProperty
protected  void ViewManager.addBooleanProperty(BooleanProperty bp)
          Add in the BooleanProperty into the list of properties.
protected  void ViewManager.initializeBooleanProperty(BooleanProperty bp)
          Initialize a BooleanProperty
 

Uses of BooleanProperty in ucar.unidata.util
 

Constructors in ucar.unidata.util with parameters of type BooleanProperty
BooleanProperty(BooleanProperty that)
          Copy constructor