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