public interface MKeySequence
This represents the sequence of characters in a KeyBinding whose detection will fire the associated Command.
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getKeySequence()
Returns the value of the 'Key Sequence' attribute
|
void |
setKeySequence(java.lang.String value)
Sets the value of the '
Key Sequence' attribute |
java.lang.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(java.lang.String value)
Key Sequence' attribute.
value - the new value of the 'Key Sequence' attribute.getKeySequence()