public interface KeyBindingTask extends SetupTask
The following features are supported:
WorkbenchPackage.getKeyBindingTask()
PRIORITY_CONFIGURATION, PRIORITY_DEFAULT, PRIORITY_EARLY, PRIORITY_INSTALLATION, PRIORITY_LATE, PRIORITY_REDIRECTION
Modifier and Type | Method and Description |
---|---|
String |
getCommand()
Returns the value of the 'Command' attribute.
|
EList<CommandParameter> |
getCommandParameters()
Returns the value of the 'Command Parameters' containment reference list.
|
EList<KeyBindingContext> |
getContexts()
Returns the value of the 'Contexts' containment reference list.
|
String |
getKeys()
Returns the value of the 'Keys' attribute.
|
String |
getLocale()
Returns the value of the 'Locale' attribute.
|
String |
getPlatform()
Returns the value of the 'Platform' attribute.
|
String |
getScheme()
Returns the value of the 'Scheme' attribute.
|
void |
setCommand(String value)
Sets the value of the '
Command ' attribute. |
void |
setKeys(String value)
Sets the value of the '
Keys ' attribute. |
void |
setLocale(String value)
Sets the value of the '
Locale ' attribute. |
void |
setPlatform(String value)
Sets the value of the '
Platform ' attribute. |
void |
setScheme(String value)
Sets the value of the '
Scheme ' attribute. |
consolidate, dispose, getDescription, getExcludedTriggers, getID, getOverrideToken, getPredecessors, getPriority, getRestrictions, getScope, getScopeType, getSuccessors, getTriggers, getValidTriggers, isDisabled, isNeeded, overrideFor, perform, requires, setDescription, setDisabled, setExcludedTriggers, setID
getAnnotation, getAnnotations
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
String getScheme()
"org.eclipse.ui.defaultAcceleratorConfiguration"
.
If the meaning of the 'Scheme' attribute isn't clear, there really should be more of a description here...
setScheme(String)
,
WorkbenchPackage.getKeyBindingTask_Scheme()
void setScheme(String value)
Scheme
' attribute.
value
- the new value of the 'Scheme' attribute.getScheme()
EList<KeyBindingContext> getContexts()
KeyBindingContext
.
If the meaning of the 'Contexts' containment reference list isn't clear, there really should be more of a description here...
WorkbenchPackage.getKeyBindingTask_Contexts()
String getPlatform()
If the meaning of the 'Platform' attribute isn't clear, there really should be more of a description here...
setPlatform(String)
,
WorkbenchPackage.getKeyBindingTask_Platform()
void setPlatform(String value)
Platform
' attribute.
value
- the new value of the 'Platform' attribute.getPlatform()
String getLocale()
If the meaning of the 'Locale' attribute isn't clear, there really should be more of a description here...
setLocale(String)
,
WorkbenchPackage.getKeyBindingTask_Locale()
void setLocale(String value)
Locale
' attribute.
value
- the new value of the 'Locale' attribute.getLocale()
String getKeys()
If the meaning of the 'Keys' attribute isn't clear, there really should be more of a description here...
setKeys(String)
,
WorkbenchPackage.getKeyBindingTask_Keys()
void setKeys(String value)
Keys
' attribute.
value
- the new value of the 'Keys' attribute.getKeys()
String getCommand()
If the meaning of the 'Command' attribute isn't clear, there really should be more of a description here...
setCommand(String)
,
WorkbenchPackage.getKeyBindingTask_Command()
void setCommand(String value)
Command
' attribute.
value
- the new value of the 'Command' attribute.getCommand()
EList<CommandParameter> getCommandParameters()
CommandParameter
.
If the meaning of the 'Command Parameters' containment reference list isn't clear, there really should be more of a description here...
WorkbenchPackage.getKeyBindingTask_CommandParameters()
Copyright (c) 2014 Eike Stepper (Loehne, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v2.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v20.html