Class ConnectionStatusTab


  • public class ConnectionStatusTab
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static javax.swing.ImageIcon largeIcon  
      static javax.swing.ImageIcon smallIcon  
    • Field Detail

      • smallIcon

        public static final javax.swing.ImageIcon smallIcon
      • largeIcon

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

      • ConnectionStatusTab

        public ConnectionStatusTab()
    • Method Detail

      • 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.Icon getTabSmallIcon()
      • getTabLargeIcon

        public javax.swing.Icon getTabLargeIcon()
      • getTabContent

        public javax.swing.JPanel getTabContent()