Uses of Package
org.eclipse.jface.bindings.keys
Packages that use org.eclipse.jface.bindings.keys
Package
Description
Provides support for bindings between commands and keys.
Provides support for formatting key sequences.
Provides classes that help communicate proper content for fields in dialogs and wizards.
Provides a content assist add-on for an
ITextViewer
.Provides support for integrating keys into the Eclipse workbench.
-
Classes in org.eclipse.jface.bindings.keys used by org.eclipse.e4.ui.bindings.keysClassDescriptionA
KeySequence
is defined as a list of zero or moreKeyStrokes
, with the stipulation that allKeyStroke
objects must be complete, save for the last one, whose completeness is optional.AKeyStroke
is defined as an optional set of modifier keys followed optionally by a natural key. -
Classes in org.eclipse.jface.bindings.keys used by org.eclipse.jface.bindings.keysClassDescriptionA facilitiy for converting the formal representation for key strokes (i.e., used in persistence) into real key stroke instances.A
KeySequence
is defined as a list of zero or moreKeyStrokes
, with the stipulation that allKeyStroke
objects must be complete, save for the last one, whose completeness is optional.AKeyStroke
is defined as an optional set of modifier keys followed optionally by a natural key.An exception indicating problems while parsing formal string representations of eitherKeyStroke
orKeySequence
objects. -
Classes in org.eclipse.jface.bindings.keys used by org.eclipse.jface.bindings.keys.formattingClassDescriptionA
KeySequence
is defined as a list of zero or moreKeyStrokes
, with the stipulation that allKeyStroke
objects must be complete, save for the last one, whose completeness is optional.AKeyStroke
is defined as an optional set of modifier keys followed optionally by a natural key. -
Classes in org.eclipse.jface.bindings.keys used by org.eclipse.jface.fieldassistClassDescriptionA
KeyStroke
is defined as an optional set of modifier keys followed optionally by a natural key. -
Classes in org.eclipse.jface.bindings.keys used by org.eclipse.jface.text.contentassistClassDescriptionA
KeySequence
is defined as a list of zero or moreKeyStrokes
, with the stipulation that allKeyStroke
objects must be complete, save for the last one, whose completeness is optional. -
Classes in org.eclipse.jface.bindings.keys used by org.eclipse.ui.keysClassDescriptionA
KeySequence
is defined as a list of zero or moreKeyStrokes
, with the stipulation that allKeyStroke
objects must be complete, save for the last one, whose completeness is optional.