Uses of Class buoy.event.WidgetMouseEvent

Uses in package buoy.internal

Methods with parameter type buoy.event.WidgetMouseEvent

void
Process a WidgetMouseEvent.

Uses in package buoy.event

Classes derived from buoy.event.WidgetMouseEvent

class
This is an event corresponding to the mouse button being pressed and released.
class
This is an event corresponding to the mouse being dragged inside a Widget.
class
This is an event corresponding to the mouse entering a Widget.
class
This is an event corresponding to the mouse exiting a Widget.
class
This is an event corresponding to the mouse being moved inside a Widget.
class
This is an event corresponding to the mouse button being pressed.
class
This is an event corresponding to the mouse button being released.

Uses in package buoy.widget

Methods with parameter type buoy.event.WidgetMouseEvent

void
Display the popup menu in response to an event.

Written by Peter Eastman.