Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
FlashPlayer
Default implementation of
IFlashPlayer |
Modifier and Type | Method and Description |
---|---|
IFlashPlayer |
IASNode.getPlayer() |
static IFlashPlayer |
FlashPlayerFactory.getPlayerFromIDsipatch(IDispatch idisp)
Create
IFlashPlayer instance from IDispatch |
static IFlashPlayer |
FlashPlayerFactory.getPlayerFromObject(FlashMSAAObject accObject)
Create
IFlashPlayer instance from FlashMSAAObject |
static IFlashPlayer |
FlashPlayerFactory.getPlayerFromPtr(int ptr)
Create
IFlashPlayer instance from pointer |
static IFlashPlayer |
FlashPlayerFactory.getPlayerFromWindow(int hwnd)
Create
IFlashPlayer instance from window |
Modifier and Type | Method and Description |
---|---|
static IFlashPlayer[] |
FlashMSAAUtil.getFlashPlayers(int hwnd) |
static IFlashPlayer[] |
FlashMSAAUtil.getFlashPlayers(int hwnd,
boolean showOffScreen,
boolean scanAll) |