org.apache.pivot.wtk
Interface TabPaneAttributeListener

All Known Implementing Classes:
TabPaneAttributeListener.Adapter, TerraTabPaneSkin

public interface TabPaneAttributeListener

Tab pane attribute listener interface.


Nested Class Summary
static class TabPaneAttributeListener.Adapter
          Tab pane attribute listener adapter.
 
Method Summary
 void tabDataChanged(TabPane tabPane, Component component, Object previousTabData)
          Called when a tab's tab data attribute has changed.
 void tooltipTextChanged(TabPane tabPane, Component component, String previousTooltipText)
          Called when a tab's tooltipText attribute has changed.
 

Method Detail

tabDataChanged

void tabDataChanged(TabPane tabPane,
                    Component component,
                    Object previousTabData)
Called when a tab's tab data attribute has changed.

Parameters:
tabPane -
component -
previousTabData -

tooltipTextChanged

void tooltipTextChanged(TabPane tabPane,
                        Component component,
                        String previousTooltipText)
Called when a tab's tooltipText attribute has changed.

Parameters:
tabPane -
component -