Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
EventType
org.gnu.gtk.event.ButtonEvent.Type
public static class ButtonEvent.Type
extends EventType
Field Summary | |
static ButtonEvent.Type |
|
static ButtonEvent.Type |
|
static ButtonEvent.Type |
|
static ButtonEvent.Type |
|
static ButtonEvent.Type |
|
static ButtonEvent.Type |
|
public static final ButtonEvent.Type ACTIVATE
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.
public static final ButtonEvent.Type CLICK
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.
Emitted when a button clicked on by the mouse and the cursor stays on the button. If the cursor is not on the button when the mouse button is released, the signal is not emitted.
public static final ButtonEvent.Type ENTER
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.
Emitted when the mouse cursor enters the region of the button.
public static final ButtonEvent.Type LEAVE
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.
Emitted when the mouse cursor leaves the region of the button.
public static final ButtonEvent.Type PRESS
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.
Emitted when the button is initially pressed.
public static final ButtonEvent.Type RELEASE
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.
Emitted when a button which is pressed is released, no matter where the mouse cursor is.