java.lang.Object
com.inductiveautomation.ignition.client.util.gui.diagnostics.ThreadViewerTab

public class ThreadViewerTab extends Object
  • Field Details

    • SMALL_ICON

      public static final Icon SMALL_ICON
    • LARGE_ICON

      public static final Icon LARGE_ICON
  • Constructor Details

    • ThreadViewerTab

      public ThreadViewerTab()
  • Method Details

    • getMainPanel

      public JPanel getMainPanel()
      Initializes the panel inside of the tab
    • getTip

      public String getTip()
      Gets a tip to display on 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
    • createTitle

      public JPanel createTitle(String tipStr)
    • getTabName

      public String getTabName()
    • getTabDesc

      public String getTabDesc()
    • getTabSmallIcon

      public Icon getTabSmallIcon()
    • getTabLargeIcon

      public Icon getTabLargeIcon()
    • getTabContent

      public JPanel getTabContent()