org.gnu.gdk
Class EventExpose

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

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

public class EventExpose
extends Event


Constructor Summary
EventExpose(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.
EventExpose(org.gnu.glib.Handle handle)
          Deprecated.  
 
Method Summary
 Rectangle getArea()
          Deprecated.  
 int getCount()
          Deprecated.  
static EventExpose getEventExpose(org.gnu.glib.Handle handle)
          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.
 Region getRegion()
          Deprecated.  
 boolean getSendEvent()
          Deprecated.  
 Window getWindow()
          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

EventExpose

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


EventExpose

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

getEventExpose

public static EventExpose getEventExpose(org.gnu.glib.Handle handle)
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.

To be used internally by Java-Gnome only.


getWindow

public Window getWindow()
Deprecated. 

getSendEvent

public boolean getSendEvent()
Deprecated. 

getArea

public Rectangle getArea()
Deprecated. 

getRegion

public Region getRegion()
Deprecated. 

getCount

public int getCount()
Deprecated.