|
||||||||||
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
Tab pane listener adapter. |
Method Summary | |
---|---|
void |
closeableChanged(TabPane tabPane)
Called when a tab pane's closeable property has changed. |
void |
collapsibleChanged(TabPane tabPane)
Called when a tab pane's collapsible property has changed. |
void |
cornerChanged(TabPane tabPane,
Component previousCorner)
Called when a tab pane's corner component has changed. |
Vote |
previewRemoveTabs(TabPane tabPane,
int index,
int count)
Called to preview a tab removal. |
void |
removeTabsVetoed(TabPane tabPane,
Vote reason)
Called when a tab removal has been vetoed. |
void |
tabDataRendererChanged(TabPane tabPane,
Button.DataRenderer previousTabDataRenderer)
Called when a tab pane's tab data renderer 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
- Vote previewRemoveTabs(TabPane tabPane, int index, int count)
tabPane
- index
- count
- void removeTabsVetoed(TabPane tabPane, Vote reason)
tabPane
- reason
- void tabsRemoved(TabPane tabPane, int index, Sequence<Component> tabs)
tabPane
- index
- tabs
- void cornerChanged(TabPane tabPane, Component previousCorner)
tabPane
- previousCorner
- void tabDataRendererChanged(TabPane tabPane, Button.DataRenderer previousTabDataRenderer)
tabPane
- previousTabDataRenderer
- void closeableChanged(TabPane tabPane)
tabPane
- void collapsibleChanged(TabPane tabPane)
tabPane
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |