org.apache.pivot.wtk
Class TabPaneAttributeListener.Adapter

java.lang.Object
  extended by org.apache.pivot.wtk.TabPaneAttributeListener.Adapter
All Implemented Interfaces:
TabPaneAttributeListener
Enclosing interface:
TabPaneAttributeListener

public static class TabPaneAttributeListener.Adapter
extends Object
implements TabPaneAttributeListener

Tab pane attribute listener adapter.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.pivot.wtk.TabPaneAttributeListener
TabPaneAttributeListener.Adapter
 
Constructor Summary
TabPaneAttributeListener.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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TabPaneAttributeListener.Adapter

public TabPaneAttributeListener.Adapter()
Method Detail

labelChanged

public void labelChanged(TabPane tabPane,
                         Component component,
                         String previousLabel)
Description copied from interface: TabPaneAttributeListener
Called when a tab's label attribute has changed.

Specified by:
labelChanged in interface TabPaneAttributeListener

iconChanged

public void iconChanged(TabPane tabPane,
                        Component component,
                        Image previousIcon)
Description copied from interface: TabPaneAttributeListener
Called when a tab's icon attribute has changed.

Specified by:
iconChanged in interface TabPaneAttributeListener

closeableChanged

public void closeableChanged(TabPane tabPane,
                             Component component)
Description copied from interface: TabPaneAttributeListener
Called when a tab's closeable attribute has changed.

Specified by:
closeableChanged in interface TabPaneAttributeListener

tooltipTextChanged

public void tooltipTextChanged(TabPane tabPane,
                               Component component,
                               String previousTooltipText)
Description copied from interface: TabPaneAttributeListener
Called when a tab's tooltipText attribute has changed.

Specified by:
tooltipTextChanged in interface TabPaneAttributeListener