Uses of Class
org.eclipse.swt.SWTException
-
Packages that use SWTException Package Description org.eclipse.swt.browser org.eclipse.swt.internal -
-
Uses of SWTException in org.eclipse.swt.browser
Methods in org.eclipse.swt.browser that throw SWTException Modifier and Type Method Description java.lang.Object
Browser. evaluate(java.lang.String script)
Returns the result, if any, of executing the specified script.java.lang.Object
Browser. evaluate(java.lang.String script, boolean trusted)
Returns the result, if any, of executing the specified script. -
Uses of SWTException in org.eclipse.swt.internal
Methods in org.eclipse.swt.internal that throw SWTException Modifier and Type Method Description static long
GDBus. convertJavaToGVariant(java.lang.Object javaObject)
Converts the given Java Object to a GVariant * representation.
-