Class ScriptsTab
- java.lang.Object
 - 
- com.inductiveautomation.ignition.client.util.gui.diagnostics.ScriptsTab
 
 
- 
public class ScriptsTab extends java.lang.Object 
- 
- 
Field Summary
Fields Modifier and Type Field Description static VectorIconlargeIconstatic VectorIconsmallIcon 
- 
Constructor Summary
Constructors Constructor Description ScriptsTab() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.swing.JPanelcreateTitle(java.lang.String tipStr)javax.swing.JPanelgetMainPanel()Initializes the panel inside of the tabjavax.swing.JPanelgetTabContent()java.lang.StringgetTabDesc()javax.swing.IcongetTabLargeIcon()java.lang.StringgetTabName()javax.swing.IcongetTabSmallIcon()java.lang.StringgetTip()Gets a tip to display on the tabvoidnotifyClosed()Notifies the tab that the window is closingvoidnotifyOpened()Notifies the tab that the window is opening 
 - 
 
- 
- 
Field Detail
- 
smallIcon
public static final VectorIcon smallIcon
 
- 
largeIcon
public static final VectorIcon largeIcon
 
 - 
 
- 
Method Detail
- 
getMainPanel
public javax.swing.JPanel getMainPanel()
Initializes the panel inside of the tab 
- 
getTip
public java.lang.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 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()
 
 - 
 
 -