org.eclipse.e4.xwt.input
Class InputBinding
java.lang.Object
org.eclipse.e4.xwt.input.InputBinding
- Direct Known Subclasses:
- KeyBinding, MouseBinding
public class InputBinding
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InputBinding
public InputBinding()
getCommandTarget
public java.lang.Object getCommandTarget()
setCommandTarget
public void setCommandTarget(java.lang.Object commandTarget)
getCommandParameter
public java.lang.Object getCommandParameter()
setCommandParameter
public void setCommandParameter(java.lang.Object commandParameter)
getCommand
public ICommand getCommand()
setCommand
public void setCommand(ICommand command)
getGesture
public KeyGesture getGesture()
setGesture
public void setGesture(KeyGesture gesture)