| Package | Description |
|---|---|
| org.apache.batik.apps.svgbrowser | |
| org.apache.batik.util.gui |
| Modifier and Type | Method | Description |
|---|---|---|
DropDownComponent.ScrollablePopupMenuItem |
DropDownHistoryModel.createItem(java.lang.String itemName) |
Creates the ScrollablePopupMenuItem with the specific name.
|
| 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.
|
| Modifier and Type | Class | Description |
|---|---|---|
static class |
DropDownComponent.DefaultScrollablePopupMenuItem |
Default implementation of the scrollable popup menu item.
|
| Modifier and Type | Method | Description |
|---|---|---|
DropDownComponent.ScrollablePopupMenuItem |
DropDownComponent.ScrollablePopupMenu.getFooter() |
Gets the footer item.
|
| 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.
|
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 ? 2018 Apache Software Foundation. All Rights Reserved.