public interface VTKeyBinding
extends org.eclipse.emf.ecore.EObject
The following features are supported:
VTKeybindingPackage.getKeyBinding()
Modifier and Type | Method and Description |
---|---|
String |
getId()
Returns the value of the 'Id' attribute.
|
String |
getKeySequence()
Returns the value of the 'Key Sequence' attribute.
|
void |
setId(String value)
Sets the value of the '
Id ' attribute. |
void |
setKeySequence(String value)
Sets the value of the
'
Key
Sequence ' attribute. |
String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String)
,
VTKeybindingPackage.getKeyBinding_Id()
void setId(String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
String getKeySequence()
If the meaning of the 'Key Sequence' attribute isn't clear, there really should be more of a description here...
setKeySequence(String)
,
VTKeybindingPackage.getKeyBinding_KeySequence()
void setKeySequence(String value)
Key
Sequence
' attribute.
value
- the new value of the 'Key Sequence' attribute.getKeySequence()
Copyright © 2019. All rights reserved.