Uses of Class
org.gnu.gtk.event.ButtonEvent.Type

Packages that use ButtonEvent.Type
org.gnu.gtk.event   
 

Uses of ButtonEvent.Type in org.gnu.gtk.event
 

Fields in org.gnu.gtk.event declared as ButtonEvent.Type
static ButtonEvent.Type ButtonEvent.Type.ACTIVATE
           
static ButtonEvent.Type ButtonEvent.Type.CLICK
          Emitted when a button clicked on by the mouse and the cursor stays on the button.
static ButtonEvent.Type ButtonEvent.Type.ENTER
          Emitted when the mouse cursor enters the region of the button.
static ButtonEvent.Type ButtonEvent.Type.LEAVE
          Emitted when the mouse cursor leaves the region of the button.
static ButtonEvent.Type ButtonEvent.Type.PRESS
          Emitted when the button is initially pressed.
static ButtonEvent.Type ButtonEvent.Type.RELEASE
          Emitted when a button which is pressed is released, no matter where the mouse cursor is.
 

Methods in org.gnu.gtk.event with parameters of type ButtonEvent.Type
 boolean ButtonEvent.isOfType(ButtonEvent.Type aType)
           
 

Constructors in org.gnu.gtk.event with parameters of type ButtonEvent.Type
ButtonEvent(java.lang.Object source, ButtonEvent.Type type)
          Creates a new Button Event.
 


Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net