Class AbstractWorkspaceListPanel<T extends AbstractWorkspacePanel>

    • Field Detail

      • m_Panel

        protected BasePanel m_Panel
        the panel to display the results in.
      • m_Title

        protected String m_Title
        the parent's default title.
    • Constructor Detail

      • AbstractWorkspaceListPanel

        public AbstractWorkspaceListPanel()
    • Method Detail

      • setPanel

        public void setPanel​(BasePanel value)
        Sets the panel to display the results in.
        Parameters:
        value - the panel to display
      • updatePanel

        protected void updatePanel()
        Revalidates the panel to make changes visible.
      • updateMenu

        protected void updateMenu​(JMenuBar menu)
        Updates the menu bar.
        Parameters:
        menu - the menubar to use, can be null to remove menu
      • getDefaultDialogTitle

        protected abstract String getDefaultDialogTitle()
        Returns the default title to use for dialogs.
        Returns:
        the title