|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JTable
ucar.unidata.view.sounding.AerologicalReadoutTable
public final class AerologicalReadoutTable
Provides support for a readout-table of Skew-T values.
| Nested Class Summary | |
|---|---|
protected static class |
AerologicalReadoutTable.AltitudeReadout
Provides support for altitude readouts. |
protected class |
AerologicalReadoutTable.CapeReadout
Provides support for CAPE readouts. |
protected class |
AerologicalReadoutTable.CinReadout
Provides support for CIN readouts. |
protected class |
AerologicalReadoutTable.LCLAltitudeReadout
Provides support for LCL altitude readouts. |
protected class |
AerologicalReadoutTable.LCLPressureReadout
Provides support for LCL readouts. |
protected class |
AerologicalReadoutTable.LCLTemperatureReadout
Provides support for LCL temperature readouts. |
protected class |
AerologicalReadoutTable.LfcReadout
Provides support for LFC readouts. |
protected class |
AerologicalReadoutTable.LnbReadout
Provides support for Level of Neutral Buoyancy (LNB) readouts. |
protected static class |
AerologicalReadoutTable.MixingRatioReadout
Provides support for mixing ratio readouts. |
protected static class |
AerologicalReadoutTable.MyReadout
Provides support for readouts in a table. |
protected class |
AerologicalReadoutTable.MyTableModel
Provides support for the data model behind the table. |
protected static class |
AerologicalReadoutTable.PotentialTemperatureReadout
Provides support for potential temperature readouts. |
protected static class |
AerologicalReadoutTable.PressureReadout
Provides support for pressure readouts. |
protected static class |
AerologicalReadoutTable.PTDerivedReadout
Provides support for readouts derived from pressure and temperature. |
protected static class |
AerologicalReadoutTable.PTRDerivedReadout
Provides support for readouts derived from pressure, temperature, and mixing-ratio. |
protected class |
AerologicalReadoutTable.RealRowEntry
Provides support for rows with Real values. |
protected class |
AerologicalReadoutTable.RowEntry
Provides support for a row in the table model. |
protected static class |
AerologicalReadoutTable.SatEquivalentPotTempReadout
Provides support for saturation equivalent potential temperature readouts. |
protected class |
AerologicalReadoutTable.SeparatorRowEntry
Provides support for separating rows in the table. |
protected static class |
AerologicalReadoutTable.TemperatureReadout
Provides support for temperature readouts. |
protected static class |
AerologicalReadoutTable.WindDirectionReadout
Provides support for wind direction readouts. |
protected static class |
AerologicalReadoutTable.WindSpeedReadout
Provides support for wind speed readouts. |
| Nested classes/interfaces inherited from class javax.swing.JTable |
|---|
JTable.AccessibleJTable, JTable.PrintMode |
| Nested classes/interfaces inherited from class javax.swing.JComponent |
|---|
JComponent.AccessibleJComponent |
| Nested classes/interfaces inherited from class java.awt.Container |
|---|
Container.AccessibleAWTContainer |
| Nested classes/interfaces inherited from class java.awt.Component |
|---|
Component.AccessibleAWTComponent, Component.BltBufferStrategy, Component.FlipBufferStrategy |
| Field Summary |
|---|
| Fields inherited from class javax.swing.JComponent |
|---|
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
| Fields inherited from class java.awt.Component |
|---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface java.awt.image.ImageObserver |
|---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
|---|---|
AerologicalReadoutTable()
Constructs from nothing. |
|
| Method Summary | |
|---|---|
protected static int |
getPreferredColumnWidth(JTable table,
int columnIndex)
Returns the preferred width of a column in a given table. |
void |
setBackgroundTemperature(Real temperature)
Sets the background temperature property. |
void |
setCape(Real cape)
Sets the profile CAPE property. |
void |
setCin(Real cin)
Sets the profile CIN property. |
protected static void |
setColumnWidth(JTable table,
int columnIndex)
Sets the width of a column. |
void |
setLclPressure(Real pres)
Sets the LCL pressure. |
void |
setLclTemperature(Real temp)
Sets the LCL temperature. |
void |
setLfc(Real lfc)
Sets the profile LFC property. |
void |
setLfcTemperature(Real temp)
Sets the temperature at the LFC. |
void |
setLnb(Real lnb)
Sets the profile Level of NeutralBuoyancy (LNB) property. |
void |
setLnbTemperature(Real temp)
Sets the temperature at the LNB. |
void |
setPreferredSize()
Sets the preferred size of this component. |
void |
setPressure(Real pressure)
Sets the pressure property. |
void |
setProfileDewPoint(Real dewPoint)
Sets the profile dew-point property. |
void |
setProfileMixingRatio(Real ratio)
Sets the profile mixing-ratio. |
void |
setProfileTemperature(Real temperature)
Sets the profile temperature property. |
void |
setProfileWindDirection(Real windDir)
Sets the profile wind direction property. |
void |
setProfileWindSpeed(Real windSpeed)
Sets the profile wind speed property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AerologicalReadoutTable()
throws VisADException,
RemoteException
VisADException - if a core VisAD failure occurs.
RemoteException - if a Java RMI failure occurs.| Method Detail |
|---|
public void setPreferredSize()
throws VisADException,
RemoteException
VisADException - if a core VisAD failure occurs.
RemoteException - if a Java RMI failure occurs.
public void setPressure(Real pressure)
throws VisADException,
RemoteException
pressure - The new pressure.
VisADException - VisAD failure.
RemoteException - Java RMI failure.
public void setBackgroundTemperature(Real temperature)
throws VisADException,
RemoteException
temperature - The new temperature.
VisADException - VisAD failure.
RemoteException - Java RMI failure.
public void setProfileTemperature(Real temperature)
throws VisADException,
RemoteException
temperature - The new profile temperature.
VisADException - VisAD failure.
RemoteException - Java RMI failure.
public void setProfileDewPoint(Real dewPoint)
throws VisADException,