Class MapNMDialog

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

public class MapNMDialog extends JDialog implements ActionListener
This class will display a dialog allowing the user to enter the name, IP address and port number for a NodeManager that will receive configuration information during the UDC upgrade import process.
See Also:
  • Constructor Details

    • MapNMDialog

      public MapNMDialog(Dialog owner, String title, String[] nmInfo)
      Construct the dialog used to allow the user to map NodeManagers.
      Parameters:
      owner - The container from which this dialog is called.
      title - The text to be displayed as the dialog title.
      nmInfo - An array of strings representing the name, IP address and port number for a NodeManager.
  • Method Details

    • getMappedNM

      public static String[] getMappedNM(Dialog owner, String title, String[] nmInfo)
      Launch the NodeManager mapper dialog.
      Parameters:
      owner - The container from which this dialog is called.
      title - The text to be displayed as the dialog title.
      nmInfo - An array of strings representing the name, IP address and port number for a NodeManager.
    • actionPerformed

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