Class ConnectionDialog

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

public class ConnectionDialog extends BasicDialog
Author:
gavalian
See Also:
  • Field Details Link icon

  • Constructor Details Link icon

    • ConnectionDialog Link icon

      public ConnectionDialog()
      Create the panel for selected
    • ConnectionDialog Link icon

      public ConnectionDialog(int type)
    • ConnectionDialog Link icon

      public ConnectionDialog(String defaultHost, String defaultIP)
  • Method Details Link icon

    • createCenterComponent Link icon

      protected Component createCenterComponent()
      Description copied from class: BasicDialog
      Override to create the component that goes in the center. Usually this is the "main" component.
      Overrides:
      createCenterComponent in class BasicDialog
      Returns:
      the component that is placed in the center
    • reason Link icon

      public int reason()
    • handleCommand Link icon

      public void handleCommand(String command)
      Description copied from class: BasicDialog
      A closeout button was hit. The default behavior is to shutdown the dialog.
      Overrides:
      handleCommand in class BasicDialog
      Parameters:
      command - the label on the button that was hit.
    • getFileName Link icon

      public String getFileName()
    • getPort Link icon

      public Integer getPort()
    • getIpAddress Link icon

      public String getIpAddress()
    • getAddressString Link icon

      public String getAddressString()
    • getConnectionType Link icon

      public int getConnectionType()
    • main Link icon

      public static void main(String[] arg)