Package | Description |
---|---|
org.eclipse.actf.model.dom.dombycom |
This package contains utilities to access DOM information via the COM wrapper.
|
org.eclipse.actf.model.flash |
This package contains interfaces to access Flash player and content from Java.
|
org.eclipse.actf.model.flash.util |
This package contains utilities for Flash.
|
org.eclipse.actf.util.win32.comclutch |
This package includes utilities to provides a way to access Windows COM component with Java-like memory management.
|
org.eclipse.actf.util.win32.msaa |
This package includes classes to access Microsoft Active Accessibility (MSAA) Interface.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.actf.model.dom.dombycom.impl.NodeImpl |
IObjectElementFactory.createTopNode(org.eclipse.actf.model.dom.dombycom.impl.NodeImpl base,
IDispatch inode) |
Modifier and Type | Method and Description |
---|---|
IDispatch |
IFlashPlayer.getDispatch() |
IDispatch |
FlashPlayer.getDispatch() |
Modifier and Type | Method and Description |
---|---|
static IFlashPlayer |
FlashPlayerFactory.getPlayerFromIDsipatch(IDispatch idisp)
Create
IFlashPlayer instance from IDispatch |
Modifier and Type | Method and Description |
---|---|
static IDispatch |
FlashMSAAUtil.getHtmlElementFromObject(Object objUnknown) |
static IDispatch |
FlashMSAAUtil.getHtmlElementFromPtr(int iacc) |
Modifier and Type | Class and Description |
---|---|
class |
Handler
TODO:
(For event handling)
|
Modifier and Type | Method and Description |
---|---|
static IDispatch |
ComService.createDispatch(String clsidFlash) |
static IDispatch |
ComService.newIDispatch(IUnknown iunk)
Change the wrapper of the object from IUnknown to IDispatch
|
IDispatch |
Handler.newIDispatch(long ptr) |
IDispatch |
IDispatch.newIDispatch(long ptr) |
static IDispatch |
ComService.newIDispatch(ResourceManager resourceManager,
long ptr,
boolean permanent)
Create a wrapped IDispatch object from ptr using resourceManager The ptr
should refers to an native IDispatch object.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IAccessible
Wrapper for IAccessible object
see http://msdn.microsoft.com/en-us/library/accessibility.iaccessible.aspx
|
Modifier and Type | Method and Description |
---|---|
static Object[] |
MSAA.getAccessibleChildren(IDispatch idisp,
int start,
int count)
Wrapper for AccessibleChildren method
see http://msdn.microsoft.com/en-us/library/ms697243(VS.85).aspx
|