Uses of Package
org.eclipse.jface.bindings.keys
-
Packages that use org.eclipse.jface.bindings.keys Package Description org.eclipse.jface.bindings.keys Provides support for bindings between commands and keys.org.eclipse.jface.bindings.keys.formatting Provides support for formatting key sequences.org.eclipse.jface.fieldassist Provides classes that help communicate proper content for fields in dialogs and wizards.org.eclipse.jface.text.contentassist Provides a content assist add-on for anITextViewer
.org.eclipse.ui.keys Provides support for integrating keys into the Eclipse workbench. -
Classes in org.eclipse.jface.bindings.keys used by org.eclipse.jface.bindings.keys Class Description IKeyLookup A facilitiy for converting the formal representation for key strokes (i.e., used in persistence) into real key stroke instances.KeySequence AKeySequence
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.KeyStroke AKeyStroke
is defined as an optional set of modifier keys followed optionally by a natural key.ParseException 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.formatting Class Description KeySequence AKeySequence
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.KeyStroke 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.fieldassist Class Description KeyStroke 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.text.contentassist Class Description KeySequence AKeySequence
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.keys Class Description KeySequence AKeySequence
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.