Package org.apache.batik.util.gui
Class DropDownComponent.ScrollablePopupMenuAdapter
- java.lang.Object
-
- org.apache.batik.util.gui.DropDownComponent.ScrollablePopupMenuAdapter
-
- All Implemented Interfaces:
java.util.EventListener
,DropDownComponent.ScrollablePopupMenuListener
- Enclosing class:
- DropDownComponent
public static class DropDownComponent.ScrollablePopupMenuAdapter extends java.lang.Object implements DropDownComponent.ScrollablePopupMenuListener
The adapter for the ScrollablePopupMenuListener.
-
-
Constructor Summary
Constructors Constructor Description ScrollablePopupMenuAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
itemsWereAdded(DropDownComponent.ScrollablePopupMenuEvent ev)
Handles the 'itemsWereAdded' event.void
itemsWereRemoved(DropDownComponent.ScrollablePopupMenuEvent ev)
Handles the 'itemsWereRemoved' event.
-
-
-
Method Detail
-
itemsWereAdded
public void itemsWereAdded(DropDownComponent.ScrollablePopupMenuEvent ev)
Description copied from interface:DropDownComponent.ScrollablePopupMenuListener
Handles the 'itemsWereAdded' event.- Specified by:
itemsWereAdded
in interfaceDropDownComponent.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 interfaceDropDownComponent.ScrollablePopupMenuListener
- Parameters:
ev
- The associated event
-
-