public interface MKeySequence
This represents the sequence of characters in a KeyBinding whose detection will fire the associated Command.
The following features are supported:
Modifier and Type | Method and Description |
---|---|
String |
getKeySequence()
Returns the value of the 'Key Sequence' attribute
|
void |
setKeySequence(String value)
Sets the value of the '
Key Sequence ' attribute |
String getKeySequence()
This is a formatted string used by the key binding infrastructure to determine the exact key sequence for a KeyBinding.
setKeySequence(String)
void setKeySequence(String value)
Key Sequence
' attribute.
value
- the new value of the 'Key Sequence' attribute.getKeySequence()
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.