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 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.
 
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

tabDataChanged

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

Specified by:
tabDataChanged 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