Uses of Class
org.eclipse.ui.keys.ParseException
Package
Description
Provides support for integrating keys into the Eclipse workbench.
-
Uses of ParseException in org.eclipse.ui.keys
Modifier and TypeMethodDescriptionstatic KeySequence
KeySequence.getInstance
(String string) Deprecated, for removal: This API element is subject to removal in a future version.Gets an instance ofKeySequence
by parsing a given a formal string representation.static KeyStroke
KeyStroke.getInstance
(String string) Deprecated, for removal: This API element is subject to removal in a future version.Gets an instance ofKeyStroke
by parsing a given a formal string representation.