public class nsIWebBrowserFocus extends nsISupports
Modifier and Type | Field and Description |
---|---|
(package private) static int |
LAST_METHOD_ID |
static nsID |
NS_IWEBBROWSERFOCUS_IID |
static java.lang.String |
NS_IWEBBROWSERFOCUS_IID_STR |
address, FIRST_METHOD_ID, IsSolaris, IsXULRunner10, NS_ISUPPORTS_IID, NS_ISUPPORTS_IID_STR
Constructor and Description |
---|
nsIWebBrowserFocus(int address) |
Modifier and Type | Method and Description |
---|---|
int |
Activate() |
int |
Deactivate() |
int |
GetFocusedElement(int[] aFocusedElement) |
int |
GetFocusedWindow(int[] aFocusedWindow) |
int |
SetFocusAtFirstElement() |
int |
SetFocusAtLastElement() |
int |
SetFocusedElement(int aFocusedElement) |
int |
SetFocusedWindow(int aFocusedWindow) |
AddRef, getAddress, QueryInterface, Release
static final int LAST_METHOD_ID
public 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(int[] aFocusedWindow)
public int SetFocusedWindow(int aFocusedWindow)
public int GetFocusedElement(int[] aFocusedElement)
public int SetFocusedElement(int aFocusedElement)