public class ActionActivationCode extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
fActionId
The action id.
|
char |
fCharacter
The character.
|
int |
fKeyCode
The key code.
|
int |
fStateMask
The state mask.
|
| Constructor and Description |
|---|
ActionActivationCode(String actionId)
Creates a new action activation code for the given action id.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(org.eclipse.swt.events.VerifyEvent event)
Returns
true if this activation code matches the given verify event. |
public String fActionId
public char fCharacter
public int fKeyCode
public int fStateMask
public ActionActivationCode(String actionId)
actionId - the action idCopyright © 2016. All Rights Reserved.