public class nsIWebNavigation extends nsISupports
Modifier and Type | Field and Description |
---|---|
static int |
LOAD_FLAGS_BYPASS_CACHE |
static int |
LOAD_FLAGS_BYPASS_HISTORY |
static int |
LOAD_FLAGS_BYPASS_PROXY |
static int |
LOAD_FLAGS_CHARSET_CHANGE |
static int |
LOAD_FLAGS_IS_LINK |
static int |
LOAD_FLAGS_IS_REFRESH |
static int |
LOAD_FLAGS_MASK |
static int |
LOAD_FLAGS_NONE |
static int |
LOAD_FLAGS_REPLACE_HISTORY |
static int |
STOP_ALL |
static int |
STOP_CONTENT |
static int |
STOP_NETWORK |
NS_ISUPPORTS_IID_STR
Constructor and Description |
---|
nsIWebNavigation(long address) |
Modifier and Type | Method and Description |
---|---|
int |
GetCanGoBack(int[] aCanGoBack) |
int |
GetCanGoForward(int[] aCanGoForward) |
int |
GetCurrentURI(long[] aCurrentURI) |
int |
GoBack() |
int |
GoForward() |
int |
LoadURI(char[] uri,
int loadFlags,
long referrer,
long postData,
long headers) |
int |
Reload(int reloadFlags) |
int |
Stop(int stopFlags) |
AddRef, getAddress, getClassName, getGetterIndex, getMethodIndex, getSetterIndex, IsXULRunner10, IsXULRunner24, IsXULRunner31, IsXULRVersionOrLater, QueryInterface, Release
public static final int LOAD_FLAGS_MASK
public static final int LOAD_FLAGS_NONE
public static final int LOAD_FLAGS_IS_REFRESH
public static final int LOAD_FLAGS_IS_LINK
public static final int LOAD_FLAGS_BYPASS_HISTORY
public static final int LOAD_FLAGS_REPLACE_HISTORY
public static final int LOAD_FLAGS_BYPASS_CACHE
public static final int LOAD_FLAGS_BYPASS_PROXY
public static final int LOAD_FLAGS_CHARSET_CHANGE
public static final int STOP_NETWORK
public static final int STOP_CONTENT
public static final int STOP_ALL
public int GetCanGoBack(int[] aCanGoBack)
public int GetCanGoForward(int[] aCanGoForward)
public int GoBack()
public int GoForward()
public int LoadURI(char[] uri, int loadFlags, long referrer, long postData, long headers)
public int Reload(int reloadFlags)
public int Stop(int stopFlags)
public int GetCurrentURI(long[] aCurrentURI)
Copyright © 2017. All Rights Reserved.