org.gnu.gtk.event
Class ButtonEvent.Type

java.lang.Object
  extended by org.gnu.glib.EventType
      extended by org.gnu.gtk.event.ButtonEvent.Type
Enclosing class:
ButtonEvent

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 class ButtonEvent.Type
extends org.gnu.glib.EventType

Type of a ButtonEvent


Field Summary
static 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.
static 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.
static 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.
static 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.
static 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.
static 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.
 
Method Summary
 
Methods inherited from class org.gnu.glib.EventType
getID, getName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ACTIVATE

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.

CLICK

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.


ENTER

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.


LEAVE

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.


PRESS

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.


RELEASE

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.