Package org.eclipse.swt.internal.webkit
Class IWebError
java.lang.Object
org.eclipse.swt.internal.ole.win32.IUnknown
org.eclipse.swt.internal.webkit.IWebError
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
code
(int[] result) int
failingURL
(int[] result) int
localizedDescription
(int[] result) Methods inherited from class org.eclipse.swt.internal.ole.win32.IUnknown
AddRef, getAddress, QueryInterface, Release
-
Constructor Details
-
IWebError
public IWebError(int address)
-
-
Method Details
-
code
public int code(int[] result) -
localizedDescription
public int localizedDescription(int[] result) -
failingURL
public int failingURL(int[] result)
-