Class OsiActionButtonSelector

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.OsiActionButtonSelector
All Implemented Interfaces:
ComponentListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, RootPaneContainer, WindowConstants, rma.lang.Modifiable

public class OsiActionButtonSelector extends rma.swing.RmaJDialog
See Also:
  • Field Details

  • Constructor Details

    • OsiActionButtonSelector

      public OsiActionButtonSelector(Frame parent)
  • Method Details

    • saveForm

      public void saveForm()
      save the contents of this Dialog
    • fillForm

      public void fillForm(OpSupportConfig oscOrig, Vector scripts)
    • availableTreeAction

      protected void availableTreeAction()
    • selectedTreeAction

      protected void selectedTreeAction()
    • resetAction

      protected void resetAction()
    • clearAction

      protected void clearAction()
    • disableActions

      protected void disableActions()
    • removeButtonAction

      protected void removeButtonAction()
    • addButtonAction

      protected void addButtonAction(Object srcNode, Object destNode)
    • expandAll

      public void expandAll(TreeNode root, JTree tree, boolean expand)
    • getUpAction

      public Action getUpAction()
    • getDownAction

      public Action getDownAction()
    • getRemoveAction

      public Action getRemoveAction()
    • getAddAction

      public Action getAddAction()
    • getResetAction

      public Action getResetAction()
    • getClearAction

      public Action getClearAction()
    • getDisableAction

      public Action getDisableAction()
    • getEnableAction

      public Action getEnableAction()
    • main

      public static void main(String[] args)