cookxml.cookswing.helper
Class TabHelper

java.lang.Object
  extended bycookxml.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

Field Summary
 Color background
           
 Icon disabledIcon
           
 Integer displayedMnemonicIndex
           
 Boolean enabled
           
 Color foreground
           
 Icon icon
           
 Integer mnemonic
          One of the value with "VK_" prefix in KeyEvent.
 String title
           
 String toolTipText
           
 
Constructor Summary
TabHelper()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

TabHelper

public TabHelper()