Uses of Interface
org.apache.batik.util.gui.DropDownComponent.ScrollablePopupMenuItem
Packages that use DropDownComponent.ScrollablePopupMenuItem
-
Uses of DropDownComponent.ScrollablePopupMenuItem in org.apache.batik.apps.svgbrowser
Methods in org.apache.batik.apps.svgbrowser that return DropDownComponent.ScrollablePopupMenuItemModifier and TypeMethodDescriptionDropDownHistoryModel.createItem(String itemName) Creates the ScrollablePopupMenuItem with the specific name.Methods in org.apache.batik.apps.svgbrowser with parameters of type DropDownComponent.ScrollablePopupMenuItemModifier and TypeMethodDescriptionprotected voidDropDownHistoryModel.addItem(DropDownComponent.ScrollablePopupMenuItem item, String details) Adds the ScrollablePopupMenuItem to the item list and to the parent.protected voidDropDownHistoryModel.removeItem(DropDownComponent.ScrollablePopupMenuItem item, String details) Removes the ScrollablePopupMenuItem from the item list and from the parent. -
Uses of DropDownComponent.ScrollablePopupMenuItem in org.apache.batik.util.gui
Classes in org.apache.batik.util.gui that implement DropDownComponent.ScrollablePopupMenuItemModifier and TypeClassDescriptionstatic classDefault implementation of the scrollable popup menu item.Methods in org.apache.batik.util.gui that return DropDownComponent.ScrollablePopupMenuItemModifier and TypeMethodDescriptionDropDownComponent.ScrollablePopupMenu.getFooter()Gets the footer item.Methods in org.apache.batik.util.gui with parameters of type DropDownComponent.ScrollablePopupMenuItemModifier and TypeMethodDescriptionvoidDropDownComponent.ScrollablePopupMenu.add(DropDownComponent.ScrollablePopupMenuItem menuItem, int index, int oldSize, int newSize) Adds the item to this component at the specified location.voidDropDownComponent.ScrollablePopupMenu.remove(DropDownComponent.ScrollablePopupMenuItem menuItem, int oldSize, int newSize) Removes the item from this component.voidDropDownComponent.ScrollablePopupMenu.selectionChanged(DropDownComponent.ScrollablePopupMenuItem targetItem, boolean wasSelected) Invoked when item selection changes.