Class RepositoryPanel

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

public class RepositoryPanel extends AbstractWizardJPanel
Panel that shows a list of existing repositories, or allows the user to enter the name of a new repository to be created.
See Also:
  • Constructor Details

    • RepositoryPanel

      public RepositoryPanel(PanelManager panelManager, String serverName, String[] repositoryNames, boolean readOnlyServerAccess)
  • Method Details

    • getTitle

      public String getTitle()
      Description copied from interface: WizardPanel
      Get the title for this panel.
      Returns:
      String title
    • 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 user entry is valid
      Returns:
      boolean whether or not the info on the panel valid
    • 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: