Uses of Class
org.apache.batik.util.gui.DropDownComponent.ScrollablePopupMenuEvent
-
Packages that use DropDownComponent.ScrollablePopupMenuEvent Package Description org.apache.batik.util.gui -
-
Uses of DropDownComponent.ScrollablePopupMenuEvent in org.apache.batik.util.gui
Methods in org.apache.batik.util.gui with parameters of type DropDownComponent.ScrollablePopupMenuEvent Modifier and Type Method Description void
DropDownComponent.ScrollablePopupMenu. fireItemsWereAdded(DropDownComponent.ScrollablePopupMenuEvent event)
Fires the itemsWereAdded event, when the items are added to this pop up menu.void
DropDownComponent.ScrollablePopupMenu. fireItemsWereRemoved(DropDownComponent.ScrollablePopupMenuEvent event)
Fires the itemsWereRemove event, when the items are removed from this pop up menu.void
DropDownComponent.ScrollablePopupMenuAdapter. itemsWereAdded(DropDownComponent.ScrollablePopupMenuEvent ev)
void
DropDownComponent.ScrollablePopupMenuListener. itemsWereAdded(DropDownComponent.ScrollablePopupMenuEvent ev)
Handles the 'itemsWereAdded' event.void
DropDownComponent.ScrollablePopupMenuAdapter. itemsWereRemoved(DropDownComponent.ScrollablePopupMenuEvent ev)
void
DropDownComponent.ScrollablePopupMenuListener. itemsWereRemoved(DropDownComponent.ScrollablePopupMenuEvent ev)
Handles the 'itemsWereRemoved' event.
-