org.eclipse.swt.internal.mozilla
Class nsIWebBrowserChromeFocus

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

public class nsIWebBrowserChromeFocus
extends nsISupports


Field Summary
static nsID NS_IWEBBROWSERCHROMEFOCUS_IID
           
static java.lang.String NS_IWEBBROWSERCHROMEFOCUS_IID_STR
           
 
Fields inherited from class org.eclipse.swt.internal.mozilla.nsISupports
NS_ISUPPORTS_IID, NS_ISUPPORTS_IID_STR
 
Constructor Summary
nsIWebBrowserChromeFocus(long address)
           
 
Method Summary
 int FocusNextElement()
           
 int FocusPrevElement()
           
 
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_IWEBBROWSERCHROMEFOCUS_IID_STR

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

NS_IWEBBROWSERCHROMEFOCUS_IID

public static final nsID NS_IWEBBROWSERCHROMEFOCUS_IID
Constructor Detail

nsIWebBrowserChromeFocus

public nsIWebBrowserChromeFocus(long address)
Method Detail

FocusNextElement

public int FocusNextElement()

FocusPrevElement

public int FocusPrevElement()