Package ucar.unidata.view.sounding
Class RealReadout.NumericValueProperty
java.lang.Object
ucar.unidata.beans.AbstractProperty
ucar.unidata.beans.NonVetoableProperty
ucar.unidata.view.sounding.RealReadout.NumericValueProperty
- All Implemented Interfaces:
Property
- Enclosing class:
RealReadout
Provides support for numeric value properties.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the numeric value as a string.void
Sets the value.Methods inherited from class ucar.unidata.beans.NonVetoableProperty
addVetoableChangeListener, isVetoable, removeVetoableChangeListener, setValue, setValueAndNotifyListeners
Methods inherited from class ucar.unidata.beans.AbstractProperty
addPropertyChangeListener, clearValue, getName, getSourceBean, getValue, isReporting, notifyListeners, removePropertyChangeListener, setCurrentValue, setReporting
-
Constructor Details
-
NumericValueProperty
public NumericValueProperty()Constructs from nothing.
-
-
Method Details
-
setValue
Sets the value.- Parameters:
real
- The new value.
-
getNumericString
Gets the numeric value as a string.- Returns:
- The numeric value as a string.
-