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 voidDropDownComponent.ScrollablePopupMenu. fireItemsWereAdded(DropDownComponent.ScrollablePopupMenuEvent event)Fires the itemsWereAdded event, when the items are added to this pop up menu.voidDropDownComponent.ScrollablePopupMenu. fireItemsWereRemoved(DropDownComponent.ScrollablePopupMenuEvent event)Fires the itemsWereRemove event, when the items are removed from this pop up menu.voidDropDownComponent.ScrollablePopupMenuAdapter. itemsWereAdded(DropDownComponent.ScrollablePopupMenuEvent ev)voidDropDownComponent.ScrollablePopupMenuListener. itemsWereAdded(DropDownComponent.ScrollablePopupMenuEvent ev)Handles the 'itemsWereAdded' event.voidDropDownComponent.ScrollablePopupMenuAdapter. itemsWereRemoved(DropDownComponent.ScrollablePopupMenuEvent ev)voidDropDownComponent.ScrollablePopupMenuListener. itemsWereRemoved(DropDownComponent.ScrollablePopupMenuEvent ev)Handles the 'itemsWereRemoved' event.
-