Class ConsoleTab


  • public class ConsoleTab
    extends java.lang.Object
    • Field Detail

      • SMALL_ICON

        public static final javax.swing.ImageIcon SMALL_ICON
      • LARGE_ICON

        public static final javax.swing.ImageIcon LARGE_ICON
    • Constructor Detail

      • ConsoleTab

        public ConsoleTab()
    • Method Detail

      • initDiagConsole

        public static void initDiagConsole()
      • getMainPanel

        public javax.swing.JPanel getMainPanel()
        Initializes the panel inside of the tab
      • notifyClosed

        public void notifyClosed()
        Notifies the tab that the window is closing
      • notifyOpened

        public void notifyOpened()
        Notifies the tab that the window is opening
      • getTip

        public java.lang.String getTip()
        Gets a tip to display on the tab
      • createTitle

        public javax.swing.JPanel createTitle​(java.lang.String tipStr)
      • getTabName

        public java.lang.String getTabName()
      • getTabDesc

        public java.lang.String getTabDesc()
      • getTabSmallIcon

        public javax.swing.ImageIcon getTabSmallIcon()
      • getTabLargeIcon

        public javax.swing.ImageIcon getTabLargeIcon()
      • getTabContent

        public javax.swing.JPanel getTabContent()