ucar.unidata.view.sounding
Class AerologicalReadoutTable.MyReadout

java.lang.Object
  extended by ucar.unidata.view.sounding.RealReadout
      extended by ucar.unidata.view.sounding.AerologicalReadoutTable.MyReadout
All Implemented Interfaces:
PropertyChangeListener, EventListener
Direct Known Subclasses:
AerologicalReadoutTable.AltitudeReadout, AerologicalReadoutTable.CapeReadout, AerologicalReadoutTable.CinReadout, AerologicalReadoutTable.LfcReadout, AerologicalReadoutTable.LnbReadout, AerologicalReadoutTable.PressureReadout, AerologicalReadoutTable.PTDerivedReadout, AerologicalReadoutTable.PTRDerivedReadout, AerologicalReadoutTable.TemperatureReadout, AerologicalReadoutTable.WindDirectionReadout, AerologicalReadoutTable.WindSpeedReadout
Enclosing class:
AerologicalReadoutTable

protected static class AerologicalReadoutTable.MyReadout
extends RealReadout

Provides support for readouts in a table.


Nested Class Summary
 
Nested classes/interfaces inherited from class ucar.unidata.view.sounding.RealReadout
RealReadout.FormatProperty, RealReadout.NameProperty, RealReadout.NumericValueProperty, RealReadout.UnitProperty
 
Field Summary
 
Fields inherited from class ucar.unidata.view.sounding.RealReadout
FORMAT, NAME, NUMERIC_STRING, REAL_UNIT, REALTYPE_NAME, REALTYPE_UNIT, SPECIFIED_NAME, SPECIFIED_UNIT, UNIT_STRING
 
Constructor Summary
AerologicalReadoutTable.MyReadout(String name, String unitString, int fractionDigitCount)
          Constructs from a name, unit, and format.
 
Method Summary
 
Methods inherited from class ucar.unidata.view.sounding.RealReadout
addPropertyChangeListener, getName, getNumericString, getUnitString, propertyChange, setFormat, setNameUse, setReal, setSpecifiedName, setSpecifiedUnit, setUnitUse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AerologicalReadoutTable.MyReadout

public AerologicalReadoutTable.MyReadout(String name,
                                         String unitString,
                                         int fractionDigitCount)
                                  throws ParseException
Constructs from a name, unit, and format.

Parameters:
name - The name of the readout.
unitString - The unit specification for the readout.
fractionDigitCount - The number of digits to have after the decimal point.
Throws:
ParseException - Invalid unit specification argument.