Class SoundingTable

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, EventListener, Accessible, CellEditorListener, ListSelectionListener, RowSorterListener, TableColumnModelListener, TableModelListener, Scrollable

public class SoundingTable extends JTable
SoundingTable displays the data in a sounding field in a JTable
Author:
IDV Development Team
See Also:
  • Constructor Details

    • SoundingTable

      public SoundingTable(DisplayControlImpl display)
      Create a new sounding table
      Parameters:
      display - the associated DisplayControl
  • Method Details

    • setSoundings

      public void setSoundings(Field[] soundings) throws VisADException, RemoteException
      Set the soundings shown in this table
      Parameters:
      soundings - the array of soundings
      Throws:
      RemoteException - Java RMI problem
      VisADException - problem dissecting data
    • setCurrentSounding

      public void setCurrentSounding(int index) throws VisADException, RemoteException
      Set the current sounding to be displayed
      Parameters:
      index - the index to set
      Throws:
      RemoteException - Java RMI problem
      VisADException - problem dissecting data
    • setShowUVComps

      public void setShowUVComps(boolean showUV)
      Set a flag to show the wind values as U and V
      Parameters:
      showUV - true to show winds as U and V