Uses of Class
pivot.wtk.TabPane

Packages that use TabPane
pivot.wtk Contains classes that define the structure and behavior of WTK user interface components. 
pivot.wtk.skin.terra Defines skin classes for the "Terra" theme. 
 

Uses of TabPane in pivot.wtk
 

Methods in pivot.wtk with parameters of type TabPane
 void TabPaneAttributeListener.closeableChanged(TabPane tabPane, Component component)
          Called when a tab's closeable attribute has changed.
 void TabPaneListener.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 TabPaneListener.Adapter.cornerChanged(TabPane tabPane, Component previousCorner)
           
 void TabPaneAttributeListener.iconChanged(TabPane tabPane, Component component, Image previousIcon)
          Called when a tab's icon attribute has changed.
 void TabPaneAttributeListener.nameChanged(TabPane tabPane, Component component, String previousName)
          Called when a tab's name attribute has changed.
 Vote TabPaneSelectionListener.previewSelectedIndexChange(TabPane tabPane, int selectedIndex)
          Called to preview a selected index change.
 Vote TabPaneSelectionListener.Adapter.previewSelectedIndexChange(TabPane tabPane, int selectedIndex)
           
 void TabPaneSelectionListener.selectedIndexChanged(TabPane tabPane, int previousSelectedIndex)
          Called when a tab pane's selected index has changed.
 void TabPaneSelectionListener.Adapter.selectedIndexChanged(TabPane tabPane, int previousSelectedIndex)
           
 void TabPaneSelectionListener.selectedIndexChangeVetoed(TabPane tabPane, Vote reason)
          Called when a selected index change has been vetoed.
 void TabPaneSelectionListener.Adapter.selectedIndexChangeVetoed(TabPane tabPane, Vote reason)
           
 void TabPaneListener.tabInserted(TabPane tabPane, int index)
          Called when a tab has been inserted into a tab pane's tab sequence.
 void TabPaneListener.Adapter.tabInserted(TabPane tabPane, int index)
           
 void TabPaneListener.tabsRemoved(TabPane tabPane, int index, Sequence<Component> tabs)
          Called when a tab has been removed from a tab pane's tab sequence.
 void TabPaneListener.Adapter.tabsRemoved(TabPane tabPane, int index, Sequence<Component> tabs)
           
 

Uses of TabPane in pivot.wtk.skin.terra
 

Methods in pivot.wtk.skin.terra with parameters of type TabPane
 void TerraTabPaneSkin.closeableChanged(TabPane tabPane, Component component)
           
 void TerraTabPaneSkin.cornerChanged(TabPane tabPane, Component previousCorner)
           
 void TerraTabPaneSkin.iconChanged(TabPane tabPane, Component component, Image previousIcon)
           
 void TerraTabPaneSkin.nameChanged(TabPane tabPane, Component component, String previousName)
           
 Vote TerraTabPaneSkin.previewSelectedIndexChange(TabPane tabPane, int selectedIndex)
           
 void TerraTabPaneSkin.selectedIndexChanged(TabPane tabPane, int previousSelectedIndex)
           
 void TerraTabPaneSkin.selectedIndexChangeVetoed(TabPane tabPane, Vote reason)
           
 void TerraTabPaneSkin.tabInserted(TabPane tabPane, int index)
           
 void TerraTabPaneSkin.tabsRemoved(TabPane tabPane, int index, Sequence<Component> removed)