Package 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.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Handles the 'itemsWereAdded' event.void
Handles the 'itemsWereRemoved' event.
-
Constructor Details
-
ScrollablePopupMenuAdapter
public ScrollablePopupMenuAdapter()
-
-
Method Details
-
itemsWereAdded
Description copied from interface:DropDownComponent.ScrollablePopupMenuListener
Handles the 'itemsWereAdded' event.- Specified by:
itemsWereAdded
in interfaceDropDownComponent.ScrollablePopupMenuListener
- Parameters:
ev
- The associated event
-
itemsWereRemoved
Description copied from interface:DropDownComponent.ScrollablePopupMenuListener
Handles the 'itemsWereRemoved' event.- Specified by:
itemsWereRemoved
in interfaceDropDownComponent.ScrollablePopupMenuListener
- Parameters:
ev
- The associated event
-