xworker.javax.swing.JTabbedPane/@TabItem
事物 TabItem(TabItem)点击打开事物点击浏览描述

父事物:
JTabbedPane
描述者:
事物
thing

为模型化而造出的一个对象,是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
          
 
字段详细信息

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.


disabledIcon点击打开事物

Sets the disabled icon at index to icon which can be null.


displayedMnemonicIndex点击打开事物

Provides a hint to the look and feel as to which character in the text should be decorated to represent the mnemonic.


enabled点击打开事物

Sets whether or not the tab at index is enabled.


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.


icon点击打开事物

Sets the icon at index to icon which can be null.


mnemonic点击打开事物

Sets the keyboard mnemonic for accessing the specified tab.


name点击打开事物


selected点击打开事物

Sets the selected component for this tabbedpane.


title点击打开事物

Sets the title at index to title which can be null.


toolTipText点击打开事物

Sets the tooltip text at index to toolTipText which can be null.


 
方法详细信息

create


 
子事物详细信息

Component点击打开事物