|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DropDownComponent.ScrollablePopupMenuItem | |
---|---|
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 | |
---|---|
DropDownComponent.ScrollablePopupMenuItem |
DropDownHistoryModel.createItem(String itemName)
Creates the ScrollablePopupMenuItem with the specific name. |
Methods in org.apache.batik.apps.svgbrowser with parameters of type DropDownComponent.ScrollablePopupMenuItem | |
---|---|
protected 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.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |