|
Eclipse Rich Ajax Platform Release 1.3 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object Event org.eclipse.swt.events.TypedEvent org.eclipse.swt.events.TouchEvent
Instances of this class are sent as a result of a touch-based input source being touched.
TouchListener
,
Serialized FormField Summary | |
int |
stateMask
the state of the keyboard modifier keys and mouse masks at the time the event was generated. |
Touch[] |
touches
the set of touches that represent the state of all contacts with touch input device at the time the event was generated. |
int |
x
the widget-relative, x coordinate of the pointer at the time the touch occurred |
int |
y
the widget-relative, y coordinate of the pointer at the time the touch occurred |
Fields inherited from class org.eclipse.swt.events.TypedEvent |
data, display, widget |
Constructor Summary | |
TouchEvent(Event e)
Constructs a new instance of this class based on the information in the given untyped event. |
Method Summary | |
String |
toString()
Returns a string containing a concise, human-readable description of the receiver. |
Methods inherited from class org.eclipse.swt.events.TypedEvent |
allowProcessing, dispatchToObserver, executeNext, getListenerType, getSource, processEvent, processScheduledEvents |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public Touch[] touches
Touch
public int stateMask
SWT.MODIFIER_MASK
,
SWT.BUTTON_MASK
public int x
public int y
Constructor Detail |
public TouchEvent(Event e)
e
- the untyped event containing the informationMethod Detail |
public String toString()
toString
in class TypedEvent
|
Eclipse Rich Ajax Platform Release 1.3 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) Innoopract Informationssysteme GmbH and others 2002, 2011. All rights reserved.