Class ConnectionStatusTab
- java.lang.Object
- 
- com.inductiveautomation.ignition.client.util.gui.diagnostics.ConnectionStatusTab
 
- 
 public class ConnectionStatusTab extends java.lang.Object
- 
- 
Field SummaryFields Modifier and Type Field Description static javax.swing.IconLARGE_ICONstatic javax.swing.IconSMALL_ICON
 - 
Constructor SummaryConstructors Constructor Description ConnectionStatusTab()
 - 
Method SummaryAll 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
 
- 
- 
- 
Method Detail- 
getMainPanelpublic javax.swing.JPanel getMainPanel() Initializes the panel inside of the tab
 - 
notifyClosedpublic void notifyClosed() Notifies the tab that the window is closing
 - 
notifyOpenedpublic void notifyOpened() Notifies the tab that the window is opening
 - 
getTippublic java.lang.String getTip() Gets a tip to display on the tab
 - 
createTitlepublic javax.swing.JPanel createTitle(java.lang.String tipStr) 
 - 
getTabNamepublic java.lang.String getTabName() 
 - 
getTabDescpublic java.lang.String getTabDesc() 
 - 
getTabSmallIconpublic javax.swing.Icon getTabSmallIcon() 
 - 
getTabLargeIconpublic javax.swing.Icon getTabLargeIcon() 
 - 
getTabContentpublic javax.swing.JPanel getTabContent() 
 
- 
 
-