ucar.unidata.view.sounding
Class RealReadout.FormatProperty

java.lang.Object
  extended by ucar.unidata.beans.AbstractProperty
      extended by ucar.unidata.beans.NonVetoableProperty
          extended by ucar.unidata.view.sounding.RealReadout.FormatProperty
All Implemented Interfaces:
Property
Enclosing class:
RealReadout

protected class RealReadout.FormatProperty
extends NonVetoableProperty

Provides support for format properties.


Constructor Summary
RealReadout.FormatProperty()
          Constructs from nothing.
 
Method Summary
 NumberFormat getFormat()
          Returns 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RealReadout.FormatProperty

public RealReadout.FormatProperty()
Constructs from nothing.

Method Detail

setFormat

public void setFormat(NumberFormat format)
Sets the format.

Parameters:
format - The format.

getFormat

public NumberFormat getFormat()
Returns the format.

Returns:
The format.