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 |