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 void
DropDownHistoryModel.addItem
(DropDownComponent.ScrollablePopupMenuItem item, String details) Adds the ScrollablePopupMenuItem to the item list and to the parent.protected void
DropDownHistoryModel.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 class
Default implementation of the scrollable popup menu item.Fields in org.apache.batik.util.gui declared as DropDownComponent.ScrollablePopupMenuItemMethods 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 TypeMethodDescriptionvoid
DropDownComponent.ScrollablePopupMenu.add
(DropDownComponent.ScrollablePopupMenuItem menuItem, int index, int oldSize, int newSize) Adds the item to this component at the specified location.private void
DropDownComponent.ScrollablePopupMenu.addFooter
(DropDownComponent.ScrollablePopupMenuItem footer) Adds the footer item to this pop up menu.void
DropDownComponent.ScrollablePopupMenu.remove
(DropDownComponent.ScrollablePopupMenuItem menuItem, int oldSize, int newSize) Removes the item from this component.void
DropDownComponent.ScrollablePopupMenu.selectionChanged
(DropDownComponent.ScrollablePopupMenuItem targetItem, boolean wasSelected) Invoked when item selection changes.