Uses of Interface
org.apache.batik.util.gui.DropDownComponent.ScrollablePopupMenuItem

Packages that use DropDownComponent.ScrollablePopupMenuItem
org.apache.batik.util.gui   
 

Uses of DropDownComponent.ScrollablePopupMenuItem in org.apache.batik.util.gui
 

Classes in org.apache.batik.util.gui that implement DropDownComponent.ScrollablePopupMenuItem
static class DropDownComponent.DefaultScrollablePopupMenuItem
          Default implementation of the scrollable popup menu item.
 

Methods in org.apache.batik.util.gui that return DropDownComponent.ScrollablePopupMenuItem
 DropDownComponent.ScrollablePopupMenuItem DropDownComponent.ScrollablePopupMenu.getFooter()
          Gets the footer item.
 

Methods in org.apache.batik.util.gui with parameters of type DropDownComponent.ScrollablePopupMenuItem
 void DropDownComponent.ScrollablePopupMenu.add(DropDownComponent.ScrollablePopupMenuItem menuItem, int index, int oldSize, int newSize)
          Adds the item to this component at the specified location.
 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.
 



Copyright © 2000–2017 Apache Software Foundation. All rights reserved.