Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Property |
PropertySet.getProperty(java.lang.String name)
Gets a property by name from the collection of properties.
|
Modifier and Type | Method and Description |
---|---|
void |
InvisiblePropertiedBean.addProperty(Property property)
Adds a property to the collection of properties.
|
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 |
PropertySet.removeProperty(Property property)
Removes a property from the collection of properties.
|
Modifier and Type | Method and Description |
---|---|
Property |
RAOB.Contribution.End.getProperty()
Get the property for this End
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
RAOB.adjustCoordinateSystem(visad.CoordinateSystem cs,
visad.Field oldField,
Property property)
Handles a change to a coordinate system transformation.
|
Constructor and Description |
---|
End(Property property)
Create a new End with the property
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected Property |
SoundingFileBrowser.getSoundingAdapterProperty()
Get the SoundingAdapter property
|