Class LogViewerTab
java.lang.Object
com.inductiveautomation.ignition.client.util.gui.diagnostics.LogViewerTab
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateTitle
(String tipStr) Initializes the panel inside of the tabgetTip()
Gets a tip to display on the tabvoid
Notifies the tab that the window is closingvoid
Notifies the tab that the window is opening
-
Field Details
-
SMALL_ICON
-
LARGE_ICON
-
REFRESH_ICON
-
-
Constructor Details
-
LogViewerTab
public LogViewerTab()
-
-
Method Details
-
getMainPanel
Initializes the panel inside of the tab -
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
-
getTabName
-
getTabDesc
-
getTabSmallIcon
-
getTabLargeIcon
-
getTabContent
-