|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Tab | |
net.infonode.tabbedpanel | Core classes for creating and using tabbed panels and tabs |
net.infonode.tabbedpanel.titledtab | TitledTab is a tab type with support for text, icon and a custom Swing component |
Uses of Tab in net.infonode.tabbedpanel |
Methods in net.infonode.tabbedpanel that return Tab | |
Tab |
TabStateChangedEvent.getPreviousTab()
Gets the previous Tab |
Tab |
TabStateChangedEvent.getCurrentTab()
Gets the current Tab |
Tab |
TabEvent.getTab()
Gets the tab that is the source for this event |
static Tab |
TabbedUtils.getParentTab(Component c)
Gets the tab for whom the given component is a child. |
Tab |
TabbedPanel.getSelectedTab()
Gets the selected tab, i.e. the tab who's content component is currently displayed in this tabbed panel's content area |
Tab |
TabbedPanel.getHighlightedTab()
Gets the highlighted tab |
Tab |
TabbedPanel.getTabAt(int index)
Gets the tab at index |
Methods in net.infonode.tabbedpanel with parameters of type Tab | |
void |
TabbedPanel.addTab(Tab tab)
Add a tab. |
void |
TabbedPanel.insertTab(Tab tab,
int index)
Insert a tab at the specified tab index (position). |
void |
TabbedPanel.insertTab(Tab tab,
Point p)
Insert a tab at the specified point. |
void |
TabbedPanel.removeTab(Tab tab)
Removes a tab |
void |
TabbedPanel.moveTab(Tab tab,
Point p)
Move tab to point p. |
void |
TabbedPanel.setSelectedTab(Tab tab)
Selects a tab, i.e. displays the tab's content component in this tabbed panel's content area |
void |
TabbedPanel.setHighlightedTab(Tab highlightedTab)
Sets which tab that should be highlighted, i.e. signal highlighted state to the tab |
int |
TabbedPanel.getTabIndex(Tab tab)
Gets the index for tab |
void |
TabbedPanel.scrollTabToVisibleArea(Tab tab)
Scrolls the given tab into the visible area of the tab area. |
Constructors in net.infonode.tabbedpanel with parameters of type Tab | |
TabStateChangedEvent(Object source,
TabbedPanel tabbedPanel,
Tab tab,
Tab previousTab,
Tab currentTab)
Constructs a TabStateChangedEvent |
|
TabRemovedEvent(Object source,
Tab tab,
TabbedPanel tabbedPanel)
Constructs a TabDragEvent |
|
TabDragEvent(Object source,
Tab tab,
Point point)
Deprecated. Use TabDragEvent.TabDragEvent(Object, java.awt.event.MouseEvent) instead. |
Uses of Tab in net.infonode.tabbedpanel.titledtab |
Subclasses of Tab in net.infonode.tabbedpanel.titledtab | |
class |
TitledTab
A TitledTab is a tab that has support for text, icon and a custom Swing component (called title component). |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |