Package difar.display

Class DifarSidePanel

java.lang.Object
difar.display.DifarSidePanel
All Implemented Interfaces:
PamSidePanel

public class DifarSidePanel extends Object implements PamSidePanel
The DIFAR SidePanel contains the list of DIFAR classifications, to allow the user to choose which classification is assigned by default.
Author:
Brian Miller
  • Constructor Details

  • Method Details

    • getPanel

      public JComponent getPanel()
      Specified by:
      getPanel in interface PamSidePanel
      Returns:
      Reference to a graphics component that can be added to the view. This will typically be a JPanel or a JInternalFrame; The component will be displayed to the side of the main tab control.
    • rename

      public void rename(String newName)
      Specified by:
      rename in interface PamSidePanel
    • getSpeciesSelector

      public JList<?> getSpeciesSelector()
    • updateDifarDefaultSelector

      public void updateDifarDefaultSelector()