Class OpSupportVariableEditor

java.lang.Object
java.awt.Component
java.awt.Container
java.awt.Window
java.awt.Dialog
javax.swing.JDialog
rma.swing.RmaJDialog
hec.rss.plugins.opsupport.client.OpSupportVariableEditor
All Implemented Interfaces:
ComponentListener, ItemListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, RootPaneContainer, WindowConstants, rma.lang.Modifiable, rma.swing.ButtonCmdPanelListener, rma.swing.ClosableDialog

public class OpSupportVariableEditor extends rma.swing.RmaJDialog implements ItemListener, rma.swing.ButtonCmdPanelListener, rma.swing.ClosableDialog
See Also:
  • Constructor Details

    • OpSupportVariableEditor

      public OpSupportVariableEditor(Frame parent, boolean modal)
  • Method Details

    • editIndependentVariable

      protected IndependentVariable editIndependentVariable(IndependentVariable iv)
      Parameters:
      iv -
      Returns:
    • setVisible

      public void setVisible(boolean b)
      Description copied from class: rma.swing.RmaJDialog
      make sure the ok button is the default button when the dialog comes up.
      Overrides:
      setVisible in class rma.swing.RmaJDialog
    • isCanceled

      public boolean isCanceled()
    • closeDialog

      public boolean closeDialog()
      Specified by:
      closeDialog in interface rma.swing.ClosableDialog
    • buttonCmdActionPerformed

      public void buttonCmdActionPerformed(ActionEvent e)
      Specified by:
      buttonCmdActionPerformed in interface rma.swing.ButtonCmdPanelListener
    • handleCancelAction

      public void handleCancelAction()
      Handles the event generated by the Cancel Button
    • itemStateChanged

      public void itemStateChanged(ItemEvent e)
      Specified by:
      itemStateChanged in interface ItemListener
    • clearForm

      public void clearForm()
      Overrides:
      clearForm in class rma.swing.RmaJDialog
    • fillForm

      public void fillForm(OpSupportModelVariable osmv)
      Parameters:
      osmv -
      tabconfig -
    • setTabConfig

      public void setTabConfig(OpSupportTabConfig tabconfig)
      Sets the Operations Support Tab Configuration Data
      Parameters:
      tabconfig -
    • selectVariable

      public void selectVariable(OpSupportModelVariable osmv)
      Parameters:
      osmv -
    • main

      public static void main(String[] args)
    • runProgram

      public static void runProgram()