|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TabPane | |
---|---|
org.apache.pivot.wtk | Contains classes that define the structure and behavior of WTK user interface components. |
org.apache.pivot.wtk.skin.terra | Defines skin classes for the "Terra" theme. |
Uses of TabPane in org.apache.pivot.wtk |
---|
Methods in org.apache.pivot.wtk with parameters of type TabPane | |
---|---|
void |
TabPaneAttributeListener.closeableChanged(TabPane tabPane,
Component component)
Called when a tab's closeable attribute has changed. |
void |
TabPaneAttributeListener.Adapter.closeableChanged(TabPane tabPane,
Component component)
|
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.Adapter.iconChanged(TabPane tabPane,
Component component,
Image previousIcon)
|
void |
TabPaneAttributeListener.labelChanged(TabPane tabPane,
Component component,
String previousLabel)
Called when a tab's label attribute has changed. |
void |
TabPaneAttributeListener.Adapter.labelChanged(TabPane tabPane,
Component component,
String previousLabel)
|
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)
|
void |
TabPaneAttributeListener.tooltipTextChanged(TabPane tabPane,
Component component,
String previousTooltipText)
Called when a tab's tooltipText attribute has changed. |
void |
TabPaneAttributeListener.Adapter.tooltipTextChanged(TabPane tabPane,
Component component,
String previousTooltipText)
|
Uses of TabPane in org.apache.pivot.wtk.skin.terra |
---|
Methods in org.apache.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.labelChanged(TabPane tabPane,
Component component,
String previousLabel)
|
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)
|
void |
TerraTabPaneSkin.tooltipTextChanged(TabPane tabPane,
Component component,
String previousTooltipText)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |