|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.apache.batik.util.gui.DropDownComponent.ScrollablePopupMenuEvent
public static class DropDownComponent.ScrollablePopupMenuEvent
Event to pass to listener.
Field Summary | |
---|---|
static int |
ITEMS_ADDED
|
static int |
ITEMS_REMOVED
|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
DropDownComponent.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. |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int ITEMS_ADDED
public static final int ITEMS_REMOVED
Constructor Detail |
---|
public DropDownComponent.ScrollablePopupMenuEvent(Object source, int type, int itemNumber, String details)
source
- The source componenttype
- The event typeitemNumber
- The item numberdetails
- The event detailsMethod Detail |
---|
public void initEvent(int type, int itemNumber, String details)
public String getDetails()
public int getItemNumber()
public int getType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |