Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.eclipse.swt.internal.gtk
Class XAnyEvent  view XAnyEvent download XAnyEvent.java

java.lang.Object
  extended byorg.eclipse.swt.internal.gtk.XEvent
      extended byorg.eclipse.swt.internal.gtk.XAnyEvent
Direct Known Subclasses:
XCrossingEvent, XExposeEvent, XFocusChangeEvent, XVisibilityEvent

public abstract class XAnyEvent
extends XEvent


Field Summary
 long display
           
 int send_event
           
 long serial
           
static int sizeof
           
 long window
           
 
Fields inherited from class org.eclipse.swt.internal.gtk.XEvent
type
 
Constructor Summary
XAnyEvent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serial

public long serial

send_event

public int send_event

display

public long display

window

public long window

sizeof

public static final int sizeof
Constructor Detail

XAnyEvent

public XAnyEvent()