org.apache.pivot.wtk
Class TabPaneAttributeListener.Adapter
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TabPaneAttributeListener.Adapter
public TabPaneAttributeListener.Adapter()
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