pivot.wtk
Interface TabPaneListener

All Known Implementing Classes:
TabPaneListener.Adapter, TerraTabPaneSkin

public interface TabPaneListener

Tab pane listener interface.

Author:
gbrown

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

tabInserted

void tabInserted(TabPane tabPane,
                 int index)
Called when a tab has been inserted into a tab pane's tab sequence.

Parameters:
tabPane -
index -

tabsRemoved

void tabsRemoved(TabPane tabPane,
                 int index,
                 Sequence<Component> tabs)
Called when a tab has been removed from a tab pane's tab sequence.

Parameters:
tabPane -
index -
tabs -

cornerChanged

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.

Parameters:
tabPane -
previousCorner -