|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jface.bindings.keys.SWTKeySupport
A utility class for converting SWT events into key strokes.
Constructor Summary | |
---|---|
protected |
SWTKeySupport()
This class should never be instantiated. |
Method Summary | |
---|---|
static KeyStroke |
convertAcceleratorToKeyStroke(int accelerator)
Given an SWT accelerator value, provide the corresponding key stroke. |
static int |
convertEventToModifiedAccelerator(Event event)
Converts the given event into an SWT accelerator value -- considering the modified character with the shift modifier. |
static int |
convertEventToUnmodifiedAccelerator(Event event)
Converts the given event into an SWT accelerator value -- considering the unmodified character with all modifier keys. |
static int |
convertEventToUnmodifiedAccelerator(KeyEvent event)
Converts the given event into an SWT accelerator value -- considering the unmodified character with all modifier keys. |
static int |
convertEventToUnshiftedModifiedAccelerator(Event event)
Converts the given event into an SWT accelerator value -- considering the modified character without the shift modifier. |
static int |
convertKeyStrokeToAccelerator(KeyStroke keyStroke)
Given a key stroke, this method provides the equivalent SWT accelerator value. |
static IKeyFormatter |
getKeyFormatterForPlatform()
Provides an instance of IKeyFormatter appropriate for the
current instance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected SWTKeySupport()
Method Detail |
public static final KeyStroke convertAcceleratorToKeyStroke(int accelerator)
accelerator
- The accelerator to convert; should be a valid SWT accelerator
value.
null
.public static final int convertEventToModifiedAccelerator(Event event)
Converts the given event into an SWT accelerator value -- considering the modified character with the shift modifier. This is the third accelerator value that should be checked. >>>>should be checked...?? when...??
For example, on a standard US keyboard, "Ctrl+Shift+5" would be viewed as "Ctrl+Shift+%".
event
- The event to be converted; must not be null
.
public static final int convertEventToUnmodifiedAccelerator(Event event)
Converts the given event into an SWT accelerator value -- considering the unmodified character with all modifier keys. This is the first accelerator value that should be checked >>>>when...???. However, all alphabetic characters are considered as their uppercase equivalents.
For example, on a standard US keyboard, "Ctrl+Shift+5" would be viewed as "Ctrl+Shift+5".
event
- The event to be converted; must not be null
.
public static final int convertEventToUnmodifiedAccelerator(KeyEvent event)
Converts the given event into an SWT accelerator value -- considering the unmodified character with all modifier keys. This is the first accelerator value that should be checked. However, all alphabetic characters are considered as their uppercase equivalents.
For example, on a standard US keyboard, "Ctrl+Shift+5" would be viewed as "Ctrl+%".
event
- The event to be converted; must not be null
.
public static final int convertEventToUnshiftedModifiedAccelerator(Event event)
convertEventToUnmodifiedAccelerator
event
- The event to be converted; must not be null
.
public static final int convertKeyStrokeToAccelerator(KeyStroke keyStroke)
convertAcceleratorToKeyStroke
.
keyStroke
- The key stroke to convert; must not be null
.
public static IKeyFormatter getKeyFormatterForPlatform()
IKeyFormatter
appropriate for the
current instance.
IKeyFormatter
appropriate for the
current instance; never null
.
|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.