|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xj3d.ui.swt.device.SWTKeySensorDevice
public class SWTKeySensorDevice
Implementation of a KeySensorDevice to gather and adapt the key events for an SWT specific rendering component.
| Constructor Summary | |
|---|---|
SWTKeySensorDevice()
Constructor |
|
| Method Summary | |
|---|---|
void |
getEvents(KeySequence seq)
Return the ordered set of key events in the argument KeySequence object that have occurred since the previous call to this method. |
void |
keyPressed(org.eclipse.swt.events.KeyEvent evt)
Process a key press event. |
void |
keyReleased(org.eclipse.swt.events.KeyEvent evt)
Process a key release event. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SWTKeySensorDevice()
| Method Detail |
|---|
public void getEvents(KeySequence seq)
getEvents in interface KeySensorDeviceseq - - The KeySequence object to initialize with the set
of key eventspublic void keyPressed(org.eclipse.swt.events.KeyEvent evt)
keyPressed in interface org.eclipse.swt.events.KeyListenerevt - The event that caused this method to be calledpublic void keyReleased(org.eclipse.swt.events.KeyEvent evt)
keyReleased in interface org.eclipse.swt.events.KeyListenerevt - The event that caused this method to be called
|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||