|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TabPaneListener
Tab pane listener interface.
Nested Class Summary | |
---|---|
static class |
TabPaneListener.Adapter
Adapts the TabPaneListener interface. |
Method Summary | |
---|---|
void |
cornerChanged(TabPane tabPane,
Component previousCorner)
Called when a tab pane's corner component (the component in the free space next to the tabs) has changed. |
void |
tabInserted(TabPane tabPane,
int index)
Called when a tab has been inserted into a tab pane's tab sequence. |
void |
tabsRemoved(TabPane tabPane,
int index,
Sequence<Component> tabs)
Called when a tab has been removed from a tab pane's tab sequence. |
Method Detail |
---|
void tabInserted(TabPane tabPane, int index)
tabPane
- index
- void tabsRemoved(TabPane tabPane, int index, Sequence<Component> tabs)
tabPane
- index
- tabs
- void cornerChanged(TabPane tabPane, Component previousCorner)
tabPane
- previousCorner
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |