|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Tab | |
portal.comp.tabbed |
Uses of Tab in portal.comp.tabbed |
Classes in portal.comp.tabbed that implement Tab | |
class |
InternalTab
|
class |
SimpleTab
|
Methods in portal.comp.tabbed that return Tab | |
Tab |
InternalTab.getChildTab()
|
Tab |
TabbedPane.add(java.lang.String title,
Component component)
|
Methods in portal.comp.tabbed with parameters of type Tab | |
void |
TabbedPane.add(Tab newTab)
|
boolean |
TabbedPane.removeTab(Tab removeTab)
|
int |
TabbedPane.getIndexOfTab(Tab tab)
|
void |
TabbedPane.setSelectedTab(Tab tab)
|
Constructors in portal.comp.tabbed with parameters of type Tab | |
InternalTab(Tab childTab)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |