Class ServerInfoPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class ServerInfoPanel extends JPanel
Panel that allows the user to specify the host name and port number for the remote repository server. Used by the ServerStep of either the new project wizard, the "convert to shared" wizard, or the "change repository" wizard.
See Also:
  • Constructor Details

    • ServerInfoPanel

      public ServerInfoPanel(Callback statusChangedCallback)
  • Method Details

    • isValidInformation

      public boolean isValidInformation()
    • getStatusMessge

      public String getStatusMessge()
    • getServerName

      public String getServerName()
    • getPortNumber

      public int getPortNumber()
    • setServerInfo

      public void setServerInfo(ServerInfo info)
      Set the field values using the given server info.