org.gnu.gdk
Class EventConfigure

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.EventConfigure

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.EventConfigure.

public class EventConfigure
extends Event


Constructor Summary
EventConfigure(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.
EventConfigure(org.gnu.glib.Handle handle)
          Deprecated.  
 
Method Summary
 int getHeight()
          Deprecated.  
 boolean getSendEvent()
          Deprecated.  
 int getWidth()
          Deprecated.  
 Window getWindow()
          Deprecated.  
 int getX()
          Deprecated.  
 int 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

EventConfigure

public EventConfigure(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.


EventConfigure

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

getWindow

public Window getWindow()
Deprecated. 

getX

public int getX()
Deprecated. 

getY

public int getY()
Deprecated. 

getWidth

public int getWidth()
Deprecated. 

getHeight

public int getHeight()
Deprecated. 

getSendEvent

public boolean getSendEvent()
Deprecated.