org.apache.batik.util.gui
public static class DropDownComponent.ScrollablePopupMenuEvent extends EventObject
| Field Summary | |
|---|---|
| static int | ITEMS_ADDED |
| static int | ITEMS_REMOVED |
| Constructor Summary | |
|---|---|
| ScrollablePopupMenuEvent(Object source, int type, int itemNumber, String details)
Creates the ScrollablePopupMenuEvent.
| |
| Method Summary | |
|---|---|
| String | getDetails()
Gets the event details.
|
| int | getItemNumber()
Gets the item number.
|
| int | getType()
Gets the event type.
|
| void | initEvent(int type, int itemNumber, String details)
Initializes this event. |
Parameters: source The source component type The event type itemNumber The item number details The event details
Returns: the details
Returns: the item number
Returns: the type