Package hec.server

Class NameMultiSelectDialog

All Implemented Interfaces:
ActionListener, ComponentListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, RootPaneContainer, WindowConstants, Modifiable

public class NameMultiSelectDialog extends RmaJDialog implements ActionListener
See Also:
  • Field Details

  • Constructor Details

    • NameMultiSelectDialog

      public NameMultiSelectDialog(Frame parent, boolean modal)
    • NameMultiSelectDialog

      public NameMultiSelectDialog(Dialog parent, boolean modal)
    • NameMultiSelectDialog

      public NameMultiSelectDialog(Frame parent, String title, boolean modal)
    • NameMultiSelectDialog

      public NameMultiSelectDialog(Dialog parent, String title, boolean modal)
  • Method Details

    • createControls

      protected void createControls()
    • setVisible

      public void setVisible(boolean b)
      Shows or hides the component depending on the boolean flag b.
      Overrides:
      setVisible in class RmaJDialog
      Parameters:
      b - if true, show the component; otherwise, hide the component.
      See Also:
    • actionPerformed

      public void actionPerformed(ActionEvent event)
      Intercepts all action messages and routes them to the correct handler
      Specified by:
      actionPerformed in interface ActionListener
    • setTableLabels

      public void setTableLabels(String[] labels)
    • setButtonLabel

      public void setButtonLabel(String label)
    • setMode

      public void setMode(String mode)
      Sets the mode of operation for the table
    • setTableColLabels

      public void setTableColLabels(String[] labels)
      Sets the Column labels for the table
    • setColumnVec

      public void setColumnVec(String[] str1, int col)
      Sets the table vector
    • getSelectList

      public Vector getSelectList()