Example usage for Java javax.swing.event MenuDragMouseEvent fields, constructors, methods, implement or subclass
The text is from its open source code.
int | getClickCount() Returns the number of mouse clicks associated with this event. |
int | getID() Returns the event type. |
MenuSelectionManager | getMenuSelectionManager() Returns the current menu selection manager. |
MenuElement[] | getPath() Returns the path to the selected menu item. |
long | getWhen() Returns the difference in milliseconds between the timestamp of when this event occurred and midnight, January 1, 1970 UTC. |
boolean | isPopupTrigger() Returns whether or not this mouse event is the popup menu trigger event for the platform. |