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

public class ScriptsTab extends Object
  • Field Details

    • smallIcon

      public static final VectorIcon smallIcon
    • largeIcon

      public static final VectorIcon largeIcon
  • Constructor Details

    • ScriptsTab

      public ScriptsTab()
  • 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()