Package | Description |
---|---|
com.openinventor.inventor.awt | |
com.openinventor.inventor.events | |
com.openinventor.inventor.viewercomponents |
Viewer components contains helpful tools to implement a custom viewer.
|
com.openinventor.ivtune |
IvTune is used for viewing and interacting with the scene graph in an Open Inventor application.
|
com.openinventor.remoteviz.rendering |
|
Modifier and Type | Method and Description |
---|---|
void |
SwActiveArea.arrowKeyPressed(SoKeyboardEvent.Keys key)
Deprecated.
This method should only be used when handling keyboard events.
|
Modifier and Type | Method and Description |
---|---|
static SoKeyboardEvent.Keys |
SoKeyboardEvent.Keys.fromValue(int val)
Deprecated.
Use
valueOf(int) instead. |
SoKeyboardEvent.Keys |
SoKeyboardEvent.getKey()
Gets which key generated the event.
|
static SoKeyboardEvent.Keys |
SoKeyboardEvent.getKeySym(int key) |
static SoKeyboardEvent.Keys |
SoKeyboardEvent.Keys.valueOf(int val)
Returns the enum constant of this type with the specified integer value
|
static SoKeyboardEvent.Keys |
SoKeyboardEvent.Keys.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SoKeyboardEvent.Keys[] |
SoKeyboardEvent.Keys.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
SoKeyboardEvent.isKeyPressEvent(SoEvent e,
SoKeyboardEvent.Keys whichKey)
Returns whether the passed event is a keyboard press event of the passed key.
|
static boolean |
SoKeyboardEvent.isKeyReleaseEvent(SoEvent e,
SoKeyboardEvent.Keys whichKey)
Returns whether the passed event is a keyboard release event of the passed key.
|
void |
SoKeyboardEvent.setKey(SoKeyboardEvent.Keys whichKey)
Sets which key generated the event.
|
Modifier and Type | Method and Description |
---|---|
SoKeyboardEvent |
SoEventBuilder.getKeyPressEvent(SoKeyboardEvent.Keys key,
boolean isAltDown,
boolean isCtrlDown,
boolean isShiftDown)
Return an
SoKeyboardEvent corresponding to given parameters. |
SoKeyboardEvent |
SoEventBuilder.getKeyReleaseEvent(SoKeyboardEvent.Keys key,
boolean isAltDown,
boolean isCtrlDown,
boolean isShiftDown)
Return an
SoKeyboardEvent corresponding to given parameters. |
Modifier and Type | Method and Description |
---|---|
static SoKeyboardEvent.Keys |
SoIvTune.getShortcutValue()
Retrieves the defined keyboard shortcut used to launch IvTune.
|
Modifier and Type | Method and Description |
---|---|
static void |
SoIvTune.setShortcutValue(SoKeyboardEvent.Keys name_16735)
Defines the keyboard shortcut to use to launch IvTune.
|
Modifier and Type | Method and Description |
---|---|
boolean |
RenderAreaListener.onKeyDown(RenderArea renderArea,
Connection sender,
int x,
int y,
SoKeyboardEvent.Keys key)
Triggered when a KeyDown event is received from the client.
|
boolean |
RenderAreaListener.onKeyUp(RenderArea renderArea,
Connection sender,
int x,
int y,
SoKeyboardEvent.Keys key)
Triggered when a KeyUp event is received from the client.
|
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com