org.eclipse.swt.internal.mozilla
Class nsIWebNavigationInfo

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

public class nsIWebNavigationInfo
extends nsISupports


Field Summary
static int IMAGE
           
static nsID NS_IWEBNAVIGATIONINFO_IID
           
static java.lang.String NS_IWEBNAVIGATIONINFO_IID_STR
           
static int OTHER
           
static int PLUGIN
           
static int UNSUPPORTED
           
 
Fields inherited from class org.eclipse.swt.internal.mozilla.nsISupports
NS_ISUPPORTS_IID, NS_ISUPPORTS_IID_STR
 
Constructor Summary
nsIWebNavigationInfo(long address)
           
 
Method Summary
 int IsTypeSupported(long aType, long aWebNav, int[] _retval)
           
 
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_IWEBNAVIGATIONINFO_IID_STR

public static final java.lang.String NS_IWEBNAVIGATIONINFO_IID_STR
See Also:
Constant Field Values

NS_IWEBNAVIGATIONINFO_IID

public static final nsID NS_IWEBNAVIGATIONINFO_IID

UNSUPPORTED

public static final int UNSUPPORTED
See Also:
Constant Field Values

IMAGE

public static final int IMAGE
See Also:
Constant Field Values

PLUGIN

public static final int PLUGIN
See Also:
Constant Field Values

OTHER

public static final int OTHER
See Also:
Constant Field Values
Constructor Detail

nsIWebNavigationInfo

public nsIWebNavigationInfo(long address)
Method Detail

IsTypeSupported

public int IsTypeSupported(long aType,
                           long aWebNav,
                           int[] _retval)