Uses of Class
org.eclipse.jface.bindings.keys.ParseException
-
Packages that use ParseException Package Description org.eclipse.jface.bindings.keys Provides support for bindings between commands and keys. -
-
Uses of ParseException in org.eclipse.jface.bindings.keys
Methods in org.eclipse.jface.bindings.keys that throw ParseException Modifier and Type Method Description static KeySequence
KeySequence. getInstance(String string)
Creates an instance ofKeySequence
by parsing a given formal string representation.static KeyStroke
KeyStroke. getInstance(String string)
Creates an instance ofKeyStroke
by parsing a given a formal string representation.
-