com.jniwrapper.win32.automation
Class OleContainer.AutoActivateMode

java.lang.Object
  extended bycom.jniwrapper.util.EnumItem
      extended bycom.jniwrapper.win32.automation.OleContainer.AutoActivateMode
Enclosing class:
OleContainer

public static class OleContainer.AutoActivateMode
extends EnumItem

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

Manual

public static final OleContainer.AutoActivateMode Manual
Embedded object will be displayed when OleContainer.doVerb(OleVerbs.SHOW) method is called directly.


GetFocus

public static final OleContainer.AutoActivateMode GetFocus
Embedded object will be displayed when OleContainer component receives the focus.


DoubleClick

public static final OleContainer.AutoActivateMode DoubleClick
Embedded object will be displayed when user double clicks a OleContainer component.


OnContainerVisible

public static final OleContainer.AutoActivateMode OnContainerVisible
Embedded object will be displayed as soon OleContainer component becomes visible. This mode is set in the OleContainer by default.

Method Detail

toString

public java.lang.String toString()