|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jniwrapper.util.EnumItem
com.jniwrapper.win32.automation.OleContainer.AutoActivateMode
public static class OleContainer.AutoActivateMode
Represents enumeration of auto activation modes.
Field Summary | |
---|---|
static OleContainer.AutoActivateMode |
DoubleClick
Embedded object will be displayed when user double clicks a OleContainer component. |
static OleContainer.AutoActivateMode |
GetFocus
Embedded object will be displayed when OleContainer component receives the focus. |
static OleContainer.AutoActivateMode |
Manual
Embedded object will be displayed when OleContainer.doVerb(OleVerbs.SHOW) method is called directly. |
static OleContainer.AutoActivateMode |
OnContainerVisible
Embedded object will be displayed as soon OleContainer component becomes visible. |
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class com.jniwrapper.util.EnumItem |
---|
equals, getLongValue, getValue, hashCode, isOneOf |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final OleContainer.AutoActivateMode Manual
OleContainer.doVerb(OleVerbs.SHOW)
method is called directly.
public static final OleContainer.AutoActivateMode GetFocus
public static final OleContainer.AutoActivateMode DoubleClick
public static final OleContainer.AutoActivateMode OnContainerVisible
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |