|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jniwrapper.util.FlagSet
com.jniwrapper.win32.ie.event.NewWindowEventHandlerExt.NewWindowManagerFlags
public static class NewWindowEventHandlerExt.NewWindowManagerFlags
This class determines of flags that pertain to a new window.
Field Summary | |
---|---|
static int |
NWMF_FIRST_USERINITED
|
static int |
NWMF_FROMPROXY
|
static int |
NWMF_HTMLDIALOG
|
static int |
NWMF_OVERRIDEKEY
|
static int |
NWMF_SHOWHELP
|
static int |
NWMF_UNLOADING
|
static int |
NWMF_USERINITED
|
Constructor Summary | |
---|---|
NewWindowEventHandlerExt.NewWindowManagerFlags(long flags)
|
Method Summary | |
---|---|
boolean |
isFirstUserinited()
This flag indicates that is the first query that results from this user-initiated action. |
boolean |
isFromProxy()
Indicates that the new window is being called through a marshalled Component Object Model (COM) proxy from another thread. |
boolean |
isHtmlDialog()
The new window is a dialog box that displays HTML content. |
boolean |
isOverrideKey()
Use this flag when the override key (ALT) was pressed. |
boolean |
isShowHelp()
The new window attempting to load is the result of a call to the showHelp method. |
boolean |
isUnloading()
This flag is set in response to the onbeforeunload and onunload events. |
boolean |
isUserInited()
This flag uses in conjunction with the NWMF_FIRST_USERINITED flag to determine whether
the call is a direct or indirect result of the user-initiated action. |
Methods inherited from class com.jniwrapper.util.FlagSet |
---|
add, and, clear, contains, getBit, getBits, getFlags, getMask, or, remove, setBit, setBits, setupFlag, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int NWMF_UNLOADING
public static final int NWMF_USERINITED
public static final int NWMF_FIRST_USERINITED
public static final int NWMF_OVERRIDEKEY
public static final int NWMF_SHOWHELP
public static final int NWMF_HTMLDIALOG
public static final int NWMF_FROMPROXY
Constructor Detail |
---|
public NewWindowEventHandlerExt.NewWindowManagerFlags(long flags)
Method Detail |
---|
public boolean isUnloading()
onbeforeunload
and onunload
events.
public boolean isUserInited()
NWMF_FIRST_USERINITED
flag to determine whether
the call is a direct or indirect result of the user-initiated action.
public boolean isFirstUserinited()
NWMF_USERINITED
.
public boolean isOverrideKey()
public boolean isShowHelp()
showHelp
method.
Help is sometimes displayed in a separate window, and this flag is valuable in those cases.
public boolean isHtmlDialog()
public boolean isFromProxy()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |