org.gnu.gdk
Class EventButton

java.lang.Object
  extended by org.gnu.glib.Struct
      extended by org.gnu.glib.Boxed
          extended by org.gnu.gdk.Event
              extended by org.gnu.gdk.EventButton

Deprecated. This class is part of the java-gnome 2.x family of libraries, which, due to their inefficiency and complexity, are no longer being maintained and have been abandoned by the java-gnome project. This class may exist in java-gnome 4.0; look out for org.gnome.gdk.EventButton.

public class EventButton
extends Event


Constructor Summary
EventButton(Event evt)
          Deprecated. Superceeded by java-gnome 4.0; this method or constant will no doubt exist conceptually, but it may have a different name or signature in order that the presented API is an algorithmic mapping of the underlying native libraries.
EventButton(org.gnu.glib.Handle handle)
          Deprecated.  
 
Method Summary
 int getButton()
          Deprecated.  
 Device getDevice()
          Deprecated.  
 ModifierType getModifierKey()
          Deprecated.  
 int getState()
          Deprecated.  
 int getType()
          Deprecated.  
 Window getWindow()
          Deprecated.  
 double getX()
          Deprecated.  
 double getY()
          Deprecated.  
 
Methods inherited from class org.gnu.gdk.Event
eventsPending, get, getGraphicsExpose, getTime, peek, put
 
Methods inherited from class org.gnu.glib.Boxed
equals, getBoxedFromHandle, hashCode
 
Methods inherited from class org.gnu.glib.Struct
getHandle, getNullHandle
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventButton

public EventButton(Event evt)
Deprecated. Superceeded by java-gnome 4.0; this method or constant will no doubt exist conceptually, but it may have a different name or signature in order that the presented API is an algorithmic mapping of the underlying native libraries.

Promotion constructor. Construct the specific event object by promoting (sharing the Handle object of) the base Event.


EventButton

public EventButton(org.gnu.glib.Handle handle)
Deprecated. 
Method Detail

getButton

public int getButton()
Deprecated. 

getX

public double getX()
Deprecated. 

getY

public double getY()
Deprecated. 

getType

public int getType()
Deprecated. 

getState

public int getState()
Deprecated. 

getModifierKey

public ModifierType getModifierKey()
Deprecated. 

getWindow

public Window getWindow()
Deprecated. 

getDevice

public Device getDevice()
Deprecated.