swingwtx.swing
Class TabItemCache

java.lang.Object
  extended byswingwtx.swing.TabItemCache

public class TabItemCache
extends java.lang.Object


Field Summary
 Component component
           
 boolean enabled
           
 Icon icon
           
 java.lang.String tip
           
 java.lang.String title
           
 java.lang.String tooltip
           
 
Constructor Summary
TabItemCache()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

title

public java.lang.String title

tooltip

public java.lang.String tooltip

icon

public Icon icon

component

public Component component

tip

public java.lang.String tip

enabled

public boolean enabled
Constructor Detail

TabItemCache

public TabItemCache()