Uses of Class
org.eclipse.ui.keys.Key
-
Packages that use Key Package Description org.eclipse.ui.keys Provides support for integrating keys into the Eclipse workbench. -
-
Uses of Key in org.eclipse.ui.keys
Subclasses of Key in org.eclipse.ui.keys Modifier and Type Class Description classCharacterKeyDeprecated.Please use org.eclipse.jface.bindings.keys.KeyStroke and org.eclipse.jface.bindings.keys.KeyLookupFactoryclassModifierKeyDeprecated.Please use org.eclipse.jface.bindings.keys.KeyStroke and org.eclipse.jface.bindings.keys.KeyLookupFactoryclassNaturalKeyDeprecated.Please use org.eclipse.jface.bindings.keys.KeyStroke and org.eclipse.jface.bindings.keys.KeyLookupFactoryclassSpecialKeyDeprecated.Please use org.eclipse.jface.bindings.keys.KeyStroke and org.eclipse.jface.bindings.keys.KeyLookupFactoryMethods in org.eclipse.ui.keys with parameters of type Key Modifier and Type Method Description StringIKeyFormatter. format(Key key)Deprecated.Formats an individual key into a human readable format.
-