public class TabContent
extends java.lang.Object
StackDockStation
.Constructor and Description |
---|
TabContent(javax.swing.Icon icon,
java.lang.String title,
java.lang.String tooltip)
Creates a new set of data.
|
Modifier and Type | Method and Description |
---|---|
javax.swing.Icon |
getIcon()
Gets the icon of this tab.
|
java.lang.String |
getTitle()
Gets the text of this tab.
|
java.lang.String |
getTooltip()
Gets the tooltip of this tab
|
public TabContent(javax.swing.Icon icon, java.lang.String title, java.lang.String tooltip)
icon
- the icon of this tabtitle
- the text of this tabtooltip
- the tooltip of this tabpublic javax.swing.Icon getIcon()
null
public java.lang.String getTitle()
null
public java.lang.String getTooltip()
null