为模型化而造出的一个对象,是TabItem。
字段摘要 | |
---|---|
String |
background
Sets the background color at index to background which can be null , in which case the tab's background color will default to the background color of the tabbedpane . |
String |
disabledIcon
Sets the disabled icon at index to icon which can be null . |
String |
displayedMnemonicIndex
Provides a hint to the look and feel as to which character in the text should be decorated to represent the mnemonic. |
String |
enabled
Sets whether or not the tab at index is enabled. |
String |
foreground
Sets the foreground color at index to foreground which can be null , in which case the tab's foreground color will default to the foreground color of this tabbedpane . |
String |
icon
Sets the icon at index to icon which can be null . |
String |
mnemonic
Sets the keyboard mnemonic for accessing the specified tab. |
String |
name
|
String |
selected
Sets the selected component for this tabbedpane. |
String |
title
Sets the title at index to title which can be null . |
String |
toolTipText
Sets the tooltip text at index to toolTipText which can be null . |
方法摘要 | |
---|---|
|
create
|
子事物摘要 | |
---|---|
|
Component
|
字段详细信息 |
---|
Sets the background color at index
to background
which can be null
, in which case the tab's background color will default to the background color of the tabbedpane
.
Sets the disabled icon at index
to icon
which can be null
.
Provides a hint to the look and feel as to which character in the text should be decorated to represent the mnemonic.
Sets whether or not the tab at index
is enabled.
Sets the foreground color at index
to foreground
which can be null
, in which case the tab's foreground color will default to the foreground color of this tabbedpane
.
Sets the icon at index
to icon
which can be null
.
Sets the keyboard mnemonic for accessing the specified tab.
Sets the selected component for this tabbedpane.
Sets the title at index
to title
which can be null
.
Sets the tooltip text at index
to toolTipText
which can be null
.
方法详细信息 |
---|
子事物详细信息 |
---|