Uses of Interface
org.apache.batik.util.gui.DropDownComponent.ScrollablePopupMenuItem
-
Packages that use DropDownComponent.ScrollablePopupMenuItem Package Description org.apache.batik.apps.svgbrowser org.apache.batik.util.gui -
-
Uses of DropDownComponent.ScrollablePopupMenuItem in org.apache.batik.apps.svgbrowser
Methods in org.apache.batik.apps.svgbrowser that return DropDownComponent.ScrollablePopupMenuItem Modifier and Type Method Description DropDownComponent.ScrollablePopupMenuItem
DropDownHistoryModel. createItem(java.lang.String itemName)
Creates the ScrollablePopupMenuItem with the specific name.Methods in org.apache.batik.apps.svgbrowser with parameters of type DropDownComponent.ScrollablePopupMenuItem Modifier and Type Method Description protected void
DropDownHistoryModel. addItem(DropDownComponent.ScrollablePopupMenuItem item, java.lang.String details)
Adds the ScrollablePopupMenuItem to the item list and to the parent.protected void
DropDownHistoryModel. removeItem(DropDownComponent.ScrollablePopupMenuItem item, java.lang.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.ScrollablePopupMenuItem Modifier and Type Class Description static class
DropDownComponent.DefaultScrollablePopupMenuItem
Default implementation of the scrollable popup menu item.Fields in org.apache.batik.util.gui declared as DropDownComponent.ScrollablePopupMenuItem Modifier and Type Field Description private DropDownComponent.ScrollablePopupMenuItem
DropDownComponent.ScrollablePopupMenu. footer
Footer item.Methods in org.apache.batik.util.gui that return DropDownComponent.ScrollablePopupMenuItem Modifier and Type Method Description DropDownComponent.ScrollablePopupMenuItem
DropDownComponent.ScrollablePopupMenu. getFooter()
Gets the footer item.Methods in org.apache.batik.util.gui with parameters of type DropDownComponent.ScrollablePopupMenuItem Modifier and Type Method Description void
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.
-