Class ServerInfoPanel

All Implemented Interfaces:
WizardPanel, ImageObserver, MenuContainer, Serializable, Accessible

public class ServerInfoPanel extends AbstractWizardJPanel
Wizard panel that allows the user to specify the host name and port number for the remote repository server.
See Also:
  • Constructor Details

    • ServerInfoPanel

      public ServerInfoPanel(PanelManager panelManager)
  • Method Details

    • getTitle

      public String getTitle()
      Description copied from interface: WizardPanel
      Get the title for this panel.
      Returns:
      String title
    • getHelpLocation

      public HelpLocation getHelpLocation()
      Description copied from interface: WizardPanel
      Returns the help content location for this panel.
      Specified by:
      getHelpLocation in interface WizardPanel
      Overrides:
      getHelpLocation in class AbstractWizardJPanel
      Returns:
      String help location for this panel; return null if default help location should be used.
      See Also:
    • initialize

      public void initialize()
      Description copied from interface: WizardPanel
      Initialize the panel as though this is the first time it is being displayed.
    • isValidInformation

      public boolean isValidInformation()
      Return whether the fields on this panel have valid information.
      Returns:
      boolean whether or not the info on the panel valid
    • setServerInfo

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