Uses of Class
com.jniwrapper.win32.automation.OleContainer.AutoActivateMode

Packages that use OleContainer.AutoActivateMode
com.jniwrapper.win32.automation This package provides interfaces, their implementaitons, utility classes and data types for working with Microsoft Automation. 
 

Uses of OleContainer.AutoActivateMode in com.jniwrapper.win32.automation
 

Fields in com.jniwrapper.win32.automation declared as OleContainer.AutoActivateMode
static OleContainer.AutoActivateMode OleContainer.AutoActivateMode.Manual
           
static OleContainer.AutoActivateMode OleContainer.AutoActivateMode.GetFocus
           
static OleContainer.AutoActivateMode OleContainer.AutoActivateMode.DoubleClick
          This mode is set in the OleContainer by default.
 

Methods in com.jniwrapper.win32.automation that return OleContainer.AutoActivateMode
 OleContainer.AutoActivateMode OleContainer.getAutoActivateMode()
           
 OleContainer.AutoActivateMode OfficeContainer.getAutoActivateMode()
          Describes how the object in an OLE container is activated.
 

Methods in com.jniwrapper.win32.automation with parameters of type OleContainer.AutoActivateMode
 void OleContainer.setAutoActivateMode(OleContainer.AutoActivateMode value)
          Determines how the object in an OLE container is activated.