public class nsIFocusManager extends nsISupports
| Modifier and Type | Field and Description |
|---|---|
static int |
FLAG_BYKEY |
static int |
FLAG_BYMOUSE |
static int |
FLAG_BYMOVEFOCUS |
static int |
FLAG_NOSCROLL |
static int |
FLAG_NOSWITCHFRAME |
static int |
FLAG_RAISE |
static int |
MOVEFOCUS_BACKWARD |
static int |
MOVEFOCUS_BACKWARDDOC |
static int |
MOVEFOCUS_CARET |
static int |
MOVEFOCUS_FIRST |
static int |
MOVEFOCUS_FORWARD |
static int |
MOVEFOCUS_FORWARDDOC |
static int |
MOVEFOCUS_LAST |
static int |
MOVEFOCUS_ROOT |
static nsID |
NS_IFOCUSMANAGER_10_IID |
static java.lang.String |
NS_IFOCUSMANAGER_10_IID_STR |
static nsID |
NS_IFOCUSMANAGER_IID |
static java.lang.String |
NS_IFOCUSMANAGER_IID_STR |
IsXULRunner10, IsXULRunner17, NS_ISUPPORTS_IID, NS_ISUPPORTS_IID_STR| Constructor and Description |
|---|
nsIFocusManager(long address) |
| Modifier and Type | Method and Description |
|---|---|
int |
ClearFocus(long aWindow) |
int |
ContentRemoved(long aDocument,
long aElement) |
int |
FireDelayedEvents(long aDocument) |
int |
FocusPlugin(long aPlugin) |
int |
GetActiveWindow(long[] aActiveWindow) |
int |
GetFocusedElement(long[] aFocusedElement) |
int |
GetFocusedElementForWindow(long aWindow,
int aDeep,
long[] aFocusedWindow,
long[] _retval) |
int |
GetFocusedWindow(long[] aFocusedWindow) |
int |
GetLastFocusMethod(long window,
int[] _retval) |
int |
MoveCaretToFocus(long aWindow) |
int |
MoveFocus(long aWindow,
long aStartElement,
int aType,
int aFlags,
long[] _retval) |
int |
SetActiveWindow(long aActiveWindow) |
int |
SetFocus(long aElement,
int aFlags) |
int |
SetFocusedWindow(long aFocusedWindow) |
int |
WindowHidden(long aWindow) |
int |
WindowLowered(long aWindow) |
int |
WindowRaised(long aWindow) |
int |
WindowShown(long aWindow) |
AddRef, getAddress, QueryInterface, Releasepublic static final java.lang.String NS_IFOCUSMANAGER_IID_STR
public static final java.lang.String NS_IFOCUSMANAGER_10_IID_STR
public static final nsID NS_IFOCUSMANAGER_IID
public static final nsID NS_IFOCUSMANAGER_10_IID
public static final int FLAG_RAISE
public static final int FLAG_NOSCROLL
public static final int FLAG_NOSWITCHFRAME
public static final int FLAG_BYMOUSE
public static final int FLAG_BYKEY
public static final int FLAG_BYMOVEFOCUS
public static final int MOVEFOCUS_FORWARD
public static final int MOVEFOCUS_BACKWARD
public static final int MOVEFOCUS_FORWARDDOC
public static final int MOVEFOCUS_BACKWARDDOC
public static final int MOVEFOCUS_FIRST
public static final int MOVEFOCUS_LAST
public static final int MOVEFOCUS_ROOT
public static final int MOVEFOCUS_CARET
public int GetActiveWindow(long[] aActiveWindow)
public int SetActiveWindow(long aActiveWindow)
public int GetFocusedWindow(long[] aFocusedWindow)
public int SetFocusedWindow(long aFocusedWindow)
public int GetFocusedElement(long[] aFocusedElement)
public int GetLastFocusMethod(long window,
int[] _retval)
public int SetFocus(long aElement,
int aFlags)
public int MoveFocus(long aWindow,
long aStartElement,
int aType,
int aFlags,
long[] _retval)
public int ClearFocus(long aWindow)
public int GetFocusedElementForWindow(long aWindow,
int aDeep,
long[] aFocusedWindow,
long[] _retval)
public int MoveCaretToFocus(long aWindow)
public int WindowRaised(long aWindow)
public int WindowLowered(long aWindow)
public int ContentRemoved(long aDocument,
long aElement)
public int WindowShown(long aWindow)
public int WindowHidden(long aWindow)
public int FireDelayedEvents(long aDocument)
public int FocusPlugin(long aPlugin)