org.apache.pivot.wtk
Class AccordionAttributeListener.Adapter
java.lang.Object
org.apache.pivot.wtk.AccordionAttributeListener.Adapter
- All Implemented Interfaces:
- AccordionAttributeListener
- Enclosing interface:
- AccordionAttributeListener
public static class AccordionAttributeListener.Adapter
- extends Object
- implements AccordionAttributeListener
Accordion attribute listener adapter.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AccordionAttributeListener.Adapter
public AccordionAttributeListener.Adapter()
headerDataChanged
public void headerDataChanged(Accordion accordion,
Component component,
Object previousHeaderData)
- Description copied from interface:
AccordionAttributeListener
- Called when a panel's header data attribute has changed.
- Specified by:
headerDataChanged
in interface AccordionAttributeListener
tooltipTextChanged
public void tooltipTextChanged(Accordion accordion,
Component component,
String previousTooltipText)
- Description copied from interface:
AccordionAttributeListener
- Called when a panel's tooltip text has changed.
- Specified by:
tooltipTextChanged
in interface AccordionAttributeListener