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.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidHandles the 'itemsWereAdded' event.voidHandles the 'itemsWereRemoved' event.
-
Constructor Details
-
ScrollablePopupMenuAdapter
public ScrollablePopupMenuAdapter()
-
-
Method Details
-
itemsWereAdded
Description copied from interface:DropDownComponent.ScrollablePopupMenuListenerHandles the 'itemsWereAdded' event.- Specified by:
itemsWereAddedin interfaceDropDownComponent.ScrollablePopupMenuListener- Parameters:
ev- The associated event
-
itemsWereRemoved
Description copied from interface:DropDownComponent.ScrollablePopupMenuListenerHandles the 'itemsWereRemoved' event.- Specified by:
itemsWereRemovedin interfaceDropDownComponent.ScrollablePopupMenuListener- Parameters:
ev- The associated event
-