Package hec.gui

Class SelectorPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Observer, Accessible
Direct Known Subclasses:
SelectorPanel

public class SelectorPanel extends AbstractSelectorPanel
See Also:
  • Constructor Details

    • SelectorPanel

      public SelectorPanel(int mode)
      create a SelectorPanel with the specified layout
      Parameters:
      mode - one of either ONE_LINE_LAYOUT or TWO_LINE_LAYOUT
    • SelectorPanel

      public SelectorPanel()
      create a SelectorPanel with a two line layout
  • Method Details