Package org.eclipse.ui.commands
Interface IKeySequenceBinding
-
- All Superinterfaces:
Comparable
@Deprecated public interface IKeySequenceBinding extends Comparable
Deprecated.Please use the bindings support in the "org.eclipse.jface" plug-in instead. This API is scheduled for deletion, see Bug 431177 for detailsAn instance of
IKeySequenceBinding
represents a binding between a command and a key sequence. This is a wrapper for the a key sequence.This interface is not intended to be extended or implemented by clients.
- Since:
- 3.0
- See Also:
ICommand
,KeyBinding
- Restriction:
- This interface is not intended to be implemented by clients.
- Restriction:
- This interface is not intended to be extended by clients.
- Restriction:
- This interface is scheduled for deletion.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description KeySequence
getKeySequence()
Deprecated.-
Methods inherited from interface java.lang.Comparable
compareTo
-
-
-
-
Method Detail
-
getKeySequence
@Deprecated KeySequence getKeySequence()
Deprecated.Returns the key sequence represented in this binding.- Returns:
- the key sequence. Guaranteed not to be
null
.
-
-