Class TableChartWrapper

All Implemented Interfaces:
KeyListener, PropertyChangeListener, EventListener, Sharable

public class TableChartWrapper extends ChartWrapper
Provides a table view
Version:
$Revision: 1.25 $
Author:
IDV Development Team
  • Constructor Details

    • TableChartWrapper

      public TableChartWrapper()
      Default ctor
    • TableChartWrapper

      public TableChartWrapper(String name, List dataChoices)
      Ctor
      Parameters:
      name - The name
      dataChoices - List of data choices
  • Method Details

    • getTypeName

      public String getTypeName()
      Return the human readable name of this chart
      Specified by:
      getTypeName in class ChartWrapper
      Returns:
      Chart type name
    • doMakeContents

      protected JComponent doMakeContents()
      make the gui
      Specified by:
      doMakeContents in class DisplayComponent
      Returns:
      The gui contents
    • getPopupMenuItems

      protected List getPopupMenuItems(List items)
      Get the popup menu items
      Overrides:
      getPopupMenuItems in class ChartWrapper
      Parameters:
      items - menu items list
      Returns:
      The items list
    • exportData

      public void exportData()
      Export the table data as csv
    • loadData

      public void loadData() throws VisADException, RemoteException
      Create the charts
      Overrides:
      loadData in class ChartWrapper
      Throws:
      RemoteException - On badness
      VisADException - On badness
    • canDoResolution

      protected boolean canDoResolution()
      Don't do resolution in the properties dialog
      Overrides:
      canDoResolution in class ChartWrapper
      Returns:
      do resolution in the properties dialog
    • canBeASourceForTimeSelectionEvents

      protected boolean canBeASourceForTimeSelectionEvents()
      Can this component be a source for time selection events
      Overrides:
      canBeASourceForTimeSelectionEvents in class ChartWrapper
      Returns:
      true
    • toString

      public String toString()
      to string
      Overrides:
      toString in class DisplayComponent
      Returns:
      string
    • setShowRawData

      public void setShowRawData(boolean value)
      Set the ShowRawData property.
      Parameters:
      value - The new value for ShowRawData
    • getShowRawData

      public boolean getShowRawData()
      Get the ShowRawData property.
      Returns:
      The ShowRawData