public interface TabComponent
TabComponent
interface is used to specify that
components used in tabs must supply various descriptive elements,
such as title, icon, and tool tip.Modifier and Type | Method and Description |
---|---|
javax.swing.Icon |
getIcon()
Gets the tab icon.
|
java.lang.String |
getTitle()
Gets the tab title.
|
java.lang.String |
getToolTip()
Gets the tab tooltip.
|
java.lang.String getTitle()
javax.swing.Icon getIcon()
java.lang.String getToolTip()