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 closeableChanged(TabPane tabPane, Component component)
          Called when a tab's closeable attribute has changed.
 void iconChanged(TabPane tabPane, Component component, Image previousIcon)
          Called when a tab's icon attribute has changed.
 void labelChanged(TabPane tabPane, Component component, String previousLabel)
          Called when a tab's label attribute has changed.
 void tooltipTextChanged(TabPane tabPane, Component component, String previousTooltipText)
          Called when a tab's tooltipText attribute has changed.
 

Method Detail

labelChanged

void labelChanged(TabPane tabPane,
                  Component component,
                  String previousLabel)
Called when a tab's label attribute has changed.

Parameters:
tabPane -
component -
previousLabel -

iconChanged

void iconChanged(TabPane tabPane,
                 Component component,
                 Image previousIcon)
Called when a tab's icon attribute has changed.

Parameters:
tabPane -
component -
previousIcon -

closeableChanged

void closeableChanged(TabPane tabPane,
                      Component component)
Called when a tab's closeable attribute has changed.

Parameters:
tabPane -
component -

tooltipTextChanged

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

Parameters:
tabPane -
component -