Package hec.gui

Class PanelSelector

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class PanelSelector extends JPanel
See Also:
  • Constructor Details

    • PanelSelector

      public PanelSelector(PanelSelectorCard[] panels)
      Constructor for the PanelSelector object
      Parameters:
      panels - Description of Parameter
  • Method Details

    • addListSelectionListener

      public void addListSelectionListener(ListSelectionListener listener)
      Adds a feature to the ListSelectionListener attribute of the PanelSelector object
      Parameters:
      listener - The feature to be added to the ListSelectionListener attribute
    • removeListSelectionListener

      public void removeListSelectionListener(ListSelectionListener listener)
      Description of the Method
      Parameters:
      listener - Description of Parameter