public class nsIWebBrowserFocus extends nsISupports
| Modifier and Type | Field and Description |
|---|---|
static nsID |
NS_IWEBBROWSERFOCUS_IID |
static java.lang.String |
NS_IWEBBROWSERFOCUS_IID_STR |
IsXULRunner10, IsXULRunner17, NS_ISUPPORTS_IID, NS_ISUPPORTS_IID_STR| Constructor and Description |
|---|
nsIWebBrowserFocus(long address) |
| Modifier and Type | Method and Description |
|---|---|
int |
Activate() |
int |
Deactivate() |
int |
GetFocusedElement(long[] aFocusedElement) |
int |
GetFocusedWindow(long[] aFocusedWindow) |
int |
SetFocusAtFirstElement() |
int |
SetFocusAtLastElement() |
int |
SetFocusedElement(long aFocusedElement) |
int |
SetFocusedWindow(long aFocusedWindow) |
AddRef, getAddress, QueryInterface, Releasepublic static final java.lang.String NS_IWEBBROWSERFOCUS_IID_STR
public static final nsID NS_IWEBBROWSERFOCUS_IID
public int Activate()
public int Deactivate()
public int SetFocusAtFirstElement()
public int SetFocusAtLastElement()
public int GetFocusedWindow(long[] aFocusedWindow)
public int SetFocusedWindow(long aFocusedWindow)
public int GetFocusedElement(long[] aFocusedElement)
public int SetFocusedElement(long aFocusedElement)