Uses of Class
net.infonode.tabbedpanel.titledtab.TitledTab

Packages that use TitledTab
net.infonode.tabbedpanel Core classes for creating and using tabbed panels and tabs 
 

Uses of TitledTab in net.infonode.tabbedpanel
 

Methods in net.infonode.tabbedpanel that return TitledTab
static TitledTab TabFactory.createTitledTab(String text, Icon icon)
          Creates a TitledTab with a text and an icon
static TitledTab TabFactory.createTitledTab(String text, Icon icon, JComponent contentComponent)
          Creates a TitledTab with a text, an icon and a content component
static TitledTab TabFactory.createTitledTab(String text, Icon icon, JComponent contentComponent, JComponent titleComponent)
          Creates a TitledTab with a text, an icon, a title component and a content component
static TitledTab TabFactory.createTitledTab(String text, Icon icon, Icon highlightedIcon, Icon disabledIcon, JComponent contentComponent, JComponent titleComponent)
          Creates a TitledTab with a text, a different icon for each of the states, a title component and a content component
 



Copyright © 2007 NNL Technology AB. All Rights Reserved.