org.eclipse.swt.internal.mozilla
Class nsIWebNavigation
java.lang.Object
org.eclipse.swt.internal.mozilla.nsISupports
org.eclipse.swt.internal.mozilla.nsIWebNavigation
public class nsIWebNavigation
- extends nsISupports
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NS_IWEBNAVIGATION_IID_STR
public static final java.lang.String NS_IWEBNAVIGATION_IID_STR
- See Also:
- Constant Field Values
NS_IWEBNAVIGATION_IID
public static final nsID NS_IWEBNAVIGATION_IID
LOAD_FLAGS_MASK
public static final int LOAD_FLAGS_MASK
- See Also:
- Constant Field Values
LOAD_FLAGS_NONE
public static final int LOAD_FLAGS_NONE
- See Also:
- Constant Field Values
LOAD_FLAGS_IS_REFRESH
public static final int LOAD_FLAGS_IS_REFRESH
- See Also:
- Constant Field Values
LOAD_FLAGS_IS_LINK
public static final int LOAD_FLAGS_IS_LINK
- See Also:
- Constant Field Values
LOAD_FLAGS_BYPASS_HISTORY
public static final int LOAD_FLAGS_BYPASS_HISTORY
- See Also:
- Constant Field Values
LOAD_FLAGS_REPLACE_HISTORY
public static final int LOAD_FLAGS_REPLACE_HISTORY
- See Also:
- Constant Field Values
LOAD_FLAGS_BYPASS_CACHE
public static final int LOAD_FLAGS_BYPASS_CACHE
- See Also:
- Constant Field Values
LOAD_FLAGS_BYPASS_PROXY
public static final int LOAD_FLAGS_BYPASS_PROXY
- See Also:
- Constant Field Values
LOAD_FLAGS_CHARSET_CHANGE
public static final int LOAD_FLAGS_CHARSET_CHANGE
- See Also:
- Constant Field Values
STOP_NETWORK
public static final int STOP_NETWORK
- See Also:
- Constant Field Values
STOP_CONTENT
public static final int STOP_CONTENT
- See Also:
- Constant Field Values
STOP_ALL
public static final int STOP_ALL
- See Also:
- Constant Field Values
nsIWebNavigation
public nsIWebNavigation(long address)
GetCanGoBack
public int GetCanGoBack(int[] aCanGoBack)
GetCanGoForward
public int GetCanGoForward(int[] aCanGoForward)
GoBack
public int GoBack()
GoForward
public int GoForward()
GotoIndex
public int GotoIndex(int index)
LoadURI
public int LoadURI(char[] uri,
int loadFlags,
long referrer,
long postData,
long headers)
Reload
public int Reload(int reloadFlags)
Stop
public int Stop(int stopFlags)
GetDocument
public int GetDocument(long[] aDocument)
GetCurrentURI
public int GetCurrentURI(long[] aCurrentURI)
GetReferringURI
public int GetReferringURI(long[] aReferringURI)
GetSessionHistory
public int GetSessionHistory(long[] aSessionHistory)
SetSessionHistory
public int SetSessionHistory(long aSessionHistory)