Class NodeHostDialog

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

public class NodeHostDialog extends JDialog implements ActionListener
See Also:
  • Field Details

  • Constructor Details

    • NodeHostDialog

      public NodeHostDialog(Frame owner, String title)
    • NodeHostDialog

      public NodeHostDialog(Frame owner, String title, com.nt.udc.admin.NMItem nm)
  • Method Details

    • getNMItem

      public static com.nt.udc.admin.NMItem getNMItem(Frame owner, String title, com.nt.udc.admin.NMItem nm)
    • getNMItem

      public static com.nt.udc.admin.NMItem getNMItem(Frame owner, String title)
    • addNM

      public static com.nt.udc.admin.NMItem addNM(Frame owner, String title, AdminServerAPI asapi, String invocationDescription)
    • addGUIComponents

      protected void addGUIComponents()
    • actionPerformed

      public void actionPerformed(ActionEvent event)
      Specified by:
      actionPerformed in interface ActionListener