Package | Description |
---|---|
net.sf.jguiraffe.gui.builder.event |
The main package for events and event listeners definitions.
|
net.sf.jguiraffe.gui.platform.swing.builder.event |
A package with Swing-specific event implementations.
|
Modifier and Type | Method and Description |
---|---|
void |
FormMouseListener.mouseClicked(FormMouseEvent event)
Event notification method that is called when a mouse button is clicked.
|
void |
FormMouseListener.mouseDoubleClicked(FormMouseEvent event)
Event notification method that is called when a mouse button is
double-clicked.
|
void |
FormMouseListener.mouseEntered(FormMouseEvent event)
Event notification method that is called when the mouse cursor enters the
space occupied by the monitored component.
|
void |
FormMouseListener.mouseExited(FormMouseEvent event)
Event notification method that is called when the mouse cursor leaves the
space occupied by the monitored component.
|
void |
FormMouseListener.mousePressed(FormMouseEvent event)
Event notification method that is called when a mouse button is pressed.
|
void |
FormMouseListener.mouseReleased(FormMouseEvent event)
Event notification method that is called when a mouse button is released.
|
Modifier and Type | Method and Description |
---|---|
protected FormMouseEvent |
MouseEventAdapter.createEvent(MouseEvent srcEvent,
FormMouseEvent.Type type)
Creates a
FormMouseEvent from the specified source Swing event
using the given event type. |
Copyright © 2016 The JGUIraffe Team. All rights reserved.