| Package | Description |
|---|---|
| buoy.event | |
| buoy.internal | |
| buoy.widget |
| Modifier and Type | Class and Description |
|---|---|
class |
MouseClickedEvent
This is an event corresponding to the mouse button being pressed and released.
|
class |
MouseDraggedEvent
This is an event corresponding to the mouse being dragged inside a Widget.
|
class |
MouseEnteredEvent
This is an event corresponding to the mouse entering a Widget.
|
class |
MouseExitedEvent
This is an event corresponding to the mouse exiting a Widget.
|
class |
MouseMovedEvent
This is an event corresponding to the mouse being moved inside a Widget.
|
class |
MousePressedEvent
This is an event corresponding to the mouse button being pressed.
|
class |
MouseReleasedEvent
This is an event corresponding to the mouse button being released.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ToolTipMonitor.processMouseEvent(WidgetMouseEvent ev)
Process a WidgetMouseEvent.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BPopupMenu.show(WidgetMouseEvent event)
Display the popup menu in response to an event.
|
Written by Peter Eastman.