Package hec.gui

Class SelectorPanelEditor

All Implemented Interfaces:
ComponentListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, RootPaneContainer, WindowConstants, Modifiable, ClosableDialog
Direct Known Subclasses:
SelectorPanelEditor, StreamEditor

public class SelectorPanelEditor extends PanelEditor
See Also:
  • Field Details

  • Constructor Details

    • SelectorPanelEditor

      public SelectorPanelEditor(Dialog parent, boolean modal)
    • SelectorPanelEditor

      public SelectorPanelEditor(Frame parent, boolean modal)
    • SelectorPanelEditor

      public SelectorPanelEditor(Dialog parent, boolean modal, SelectorPanel panel)
      Build the SelectorPanelEditor with a specific type of SelectorPane
    • SelectorPanelEditor

      public SelectorPanelEditor(Frame parent, boolean modal, SelectorPanel panel)
      Build the SelectorPanelEditor with a specific type of SelectorPane
  • Method Details

    • undoAllChanges

      public void undoAllChanges()
      generic undo all changes functionality
    • fillForm

      public void fillForm(NamedType nt)
      Overrides:
      fillForm in class PanelEditor
    • setNavPanelVisible

      public void setNavPanelVisible(boolean b)
    • isNavPanelVisible

      public boolean isNavPanelVisible()
    • setSelectionList

      public void setSelectionList(Collection list)
    • setSelectionList

      public void setSelectionList(Object[] list)
    • setAutoPanelVisible

      public void setAutoPanelVisible(boolean b)
      sets whether the whole selector panel is visible ~ Josh
    • saveForm

      public boolean saveForm()
      Overrides:
      saveForm in class PanelEditor
    • getSelectorPanel

      public SelectorPanel getSelectorPanel()
    • isSavingForm

      public boolean isSavingForm()