cookxml.cookswing.helper
Class TabHelper
java.lang.Object
cookxml.cookswing.helper.TabHelper
- All Implemented Interfaces:
- NoAdd
- public class TabHelper
- extends Object
- implements NoAdd
This class is created to remember the title, icon, etc settings for adding a component
to a JTabbedPane.
- Since:
- CookSwing 1.0
- See Also:
JTabbedPane
,
TabAdder
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
title
public String title
icon
public Icon icon
disabledIcon
public Icon disabledIcon
toolTipText
public String toolTipText
foreground
public Color foreground
background
public Color background
mnemonic
public Integer mnemonic
- One of the value with "VK_" prefix in KeyEvent.
- See Also:
KeyEvent
displayedMnemonicIndex
public Integer displayedMnemonicIndex
enabled
public Boolean enabled
TabHelper
public TabHelper()