Class AutoDisplayEditor

All Implemented Interfaces:
ActionListener, EventListener, IdvConstants

public class AutoDisplayEditor extends IdvManager
Class AutoDisplayEditor manages the auto-display creation feature.
Version:
$Revision: 1.16 $
Author:
IDV Development Team
  • Field Details

    • ordinalNames

      public static final String[] ordinalNames
      Ordinal names for images
  • Constructor Details

    • AutoDisplayEditor

      public AutoDisplayEditor(IntegratedDataViewer idv)
      Create the editor
      Parameters:
      idv - The IDV
  • Method Details

    • getWindowTitle

      protected String getWindowTitle()
      Get the title to use for the iwindow
      Overrides:
      getWindowTitle in class WindowHolder
      Returns:
      window title
    • show

      public void show()
      Show the frame
      Overrides:
      show in class WindowHolder
    • doMakeContents

      protected JComponent doMakeContents()
      Make the GUI
      Overrides:
      doMakeContents in class WindowHolder
      Returns:
      The gui
    • addDisplayForDataSource

      public void addDisplayForDataSource(DataChoice dataChoice, ControlDescriptor cd)
      Add into the autodisplays collection the given data choice and control
      Parameters:
      dataChoice - The dat choice
      cd - The control descriptor
    • getDisplaysForDataSource

      public List getDisplaysForDataSource(DataSource dataSource)
      Return a list that holds datachoice,ControlDescriptor for the autodisplays that match the given data source
      Parameters:
      dataSource - Data source to look at
      Returns:
      List of data choices/control descriptors