Java javax.swing.event MenuDragMouseEvent fields, constructors, methods, implement or subclass

Example usage for Java javax.swing.event MenuDragMouseEvent fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.swing.event MenuDragMouseEvent.

The text is from its open source code.

Constructor

Method

intgetClickCount()
Returns the number of mouse clicks associated with this event.
intgetID()
Returns the event type.
MenuSelectionManagergetMenuSelectionManager()
Returns the current menu selection manager.
MenuElement[]getPath()
Returns the path to the selected menu item.
longgetWhen()
Returns the difference in milliseconds between the timestamp of when this event occurred and midnight, January 1, 1970 UTC.
booleanisPopupTrigger()
Returns whether or not this mouse event is the popup menu trigger event for the platform.