org.eclipse.swt.internal.mozilla
Class nsIWebNavigation

java.lang.Object
  extended by org.eclipse.swt.internal.mozilla.nsISupports
      extended by org.eclipse.swt.internal.mozilla.nsIWebNavigation

public class nsIWebNavigation
extends nsISupports


Field Summary
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 nsID NS_IWEBNAVIGATION_IID
           
static java.lang.String NS_IWEBNAVIGATION_IID_STR
           
static int STOP_ALL
           
static int STOP_CONTENT
           
static int STOP_NETWORK
           
 
Fields inherited from class org.eclipse.swt.internal.mozilla.nsISupports
NS_ISUPPORTS_IID, NS_ISUPPORTS_IID_STR
 
Constructor Summary
nsIWebNavigation(long address)
           
 
Method Summary
 int GetCanGoBack(int[] aCanGoBack)
           
 int GetCanGoForward(int[] aCanGoForward)
           
 int GetCurrentURI(long[] aCurrentURI)
           
 int GetDocument(long[] aDocument)
           
 int GetReferringURI(long[] aReferringURI)
           
 int GetSessionHistory(long[] aSessionHistory)
           
 int GoBack()
           
 int GoForward()
           
 int GotoIndex(int index)
           
 int LoadURI(char[] uri, int loadFlags, long referrer, long postData, long headers)
           
 int Reload(int reloadFlags)
           
 int SetSessionHistory(long aSessionHistory)
           
 int Stop(int stopFlags)
           
 
Methods inherited from class org.eclipse.swt.internal.mozilla.nsISupports
AddRef, getAddress, QueryInterface, Release
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

nsIWebNavigation

public nsIWebNavigation(long address)
Method Detail

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)