org.eclipse.swt.internal.mozilla
Class nsIWebBrowserFocus

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

public class nsIWebBrowserFocus
extends nsISupports


Field Summary
static nsID NS_IWEBBROWSERFOCUS_IID
           
static java.lang.String NS_IWEBBROWSERFOCUS_IID_STR
           
 
Fields inherited from class org.eclipse.swt.internal.mozilla.nsISupports
NS_ISUPPORTS_IID, NS_ISUPPORTS_IID_STR
 
Constructor Summary
nsIWebBrowserFocus(long address)
           
 
Method Summary
 int Activate()
           
 int Deactivate()
           
 int GetFocusedElement(long[] aFocusedElement)
           
 int GetFocusedWindow(long[] aFocusedWindow)
           
 int SetFocusAtFirstElement()
           
 int SetFocusAtLastElement()
           
 int SetFocusedElement(long aFocusedElement)
           
 int SetFocusedWindow(long aFocusedWindow)
           
 
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_IWEBBROWSERFOCUS_IID_STR

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

NS_IWEBBROWSERFOCUS_IID

public static final nsID NS_IWEBBROWSERFOCUS_IID
Constructor Detail

nsIWebBrowserFocus

public nsIWebBrowserFocus(long address)
Method Detail

Activate

public int Activate()

Deactivate

public int Deactivate()

SetFocusAtFirstElement

public int SetFocusAtFirstElement()

SetFocusAtLastElement

public int SetFocusAtLastElement()

GetFocusedWindow

public int GetFocusedWindow(long[] aFocusedWindow)

SetFocusedWindow

public int SetFocusedWindow(long aFocusedWindow)

GetFocusedElement

public int GetFocusedElement(long[] aFocusedElement)

SetFocusedElement

public int SetFocusedElement(long aFocusedElement)