Package ucar.unidata.view.sounding
Class RealReadout.FormatProperty
java.lang.Object
ucar.unidata.beans.AbstractProperty
ucar.unidata.beans.NonVetoableProperty
ucar.unidata.view.sounding.RealReadout.FormatProperty
- All Implemented Interfaces:
Property
- Enclosing class:
RealReadout
Provides support for format properties.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the format.void
setFormat
(NumberFormat format) Sets the format.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
-
FormatProperty
public FormatProperty()Constructs from nothing.
-
-
Method Details
-
setFormat
Sets the format.- Parameters:
format
- The format.
-
getFormat
Returns the format.- Returns:
- The format.
-