Uses of Interface
ucar.unidata.beans.Property

Packages that use Property
ucar.unidata.beans Package for Java Bean utilities. 
ucar.unidata.data.sounding DataSource classes and utilities for sounding data. 
ucar.unidata.view.sounding Provides support for aerological diagrams. 
 

Uses of Property in ucar.unidata.beans
 

Classes in ucar.unidata.beans that implement Property
 class AbstractProperty
          Provides support for JavaBean properties -- both vetoable and non-vetoable.
 class NonVetoableProperty
          Provides support for non-vetoable JavaBean properties.
 class VetoableProperty
          Provides support for vetoable JavaBean properties.
 

Methods in ucar.unidata.beans that return Property
 Property PropertySet.getProperty(String name)
          Gets a property by name from the collection of properties.
 

Methods in ucar.unidata.beans with parameters of type Property
 void PropertiedBean.addProperty(Property property)
          Adds a property to the collection of properties.
 void PropertySet.addProperty(Property property)
          Adds a property to the collection of properties.
 void InvisiblePropertiedBean.addProperty(Property property)
          Adds a property to the collection of properties.
 void PropertySet.removeProperty(Property property)
          Removes a property from the collection of properties.
 

Uses of Property in ucar.unidata.data.sounding
 

Methods in ucar.unidata.data.sounding that return Property
 Property RAOB.Contribution.End.getProperty()
          Get the property for this End
 

Methods in ucar.unidata.data.sounding with parameters of type Property
protected  boolean RAOB.adjustCoordinateSystem(CoordinateSystem cs, Field oldField, Property property)
          Handles a change to a coordinate system transformation.
 

Constructors in ucar.unidata.data.sounding with parameters of type Property
RAOB.Contribution.End(Property property)
          Create a new End with the property
 

Uses of Property in ucar.unidata.view.sounding
 

Classes in ucar.unidata.view.sounding that implement Property
protected  class RealReadout.FormatProperty
          Provides support for format properties.
protected  class RealReadout.NameProperty
          Provides support for name properties.
protected  class RealReadout.NumericValueProperty
          Provides support for numeric value properties.
protected  class RealReadout.UnitProperty
          Provides support for unit properties.
 

Methods in ucar.unidata.view.sounding that return Property
protected  Property SoundingFileBrowser.getSoundingAdapterProperty()
          Get the SoundingAdapter property