org.apache.batik.util.gui
Class DropDownComponent.ScrollablePopupMenuAdapter
java.lang.Object
org.apache.batik.util.gui.DropDownComponent.ScrollablePopupMenuAdapter
- All Implemented Interfaces:
- EventListener, DropDownComponent.ScrollablePopupMenuListener
- Enclosing class:
- DropDownComponent
public static class DropDownComponent.ScrollablePopupMenuAdapter
- extends Object
- implements DropDownComponent.ScrollablePopupMenuListener
The adapter for the ScrollablePopupMenuListener.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DropDownComponent.ScrollablePopupMenuAdapter
public DropDownComponent.ScrollablePopupMenuAdapter()
itemsWereAdded
public void itemsWereAdded(DropDownComponent.ScrollablePopupMenuEvent ev)
- Description copied from interface:
DropDownComponent.ScrollablePopupMenuListener
- Handles the 'itemsWereAdded' event.
- Specified by:
itemsWereAdded in interface DropDownComponent.ScrollablePopupMenuListener
- Parameters:
ev - The associated event
itemsWereRemoved
public void itemsWereRemoved(DropDownComponent.ScrollablePopupMenuEvent ev)
- Description copied from interface:
DropDownComponent.ScrollablePopupMenuListener
- Handles the 'itemsWereRemoved' event.
- Specified by:
itemsWereRemoved in interface DropDownComponent.ScrollablePopupMenuListener
- Parameters:
ev - The associated event
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.