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.
|
org.eclipse.actf.util.win32 |
This package contains Win32 utilities.
|
Modifier and Type | Method and Description |
---|---|
FlashMSAAObject |
IFlashPlayer.getAccessible() |
FlashMSAAObject |
FlashPlayer.getAccessible() |
Modifier and Type | Method and Description |
---|---|
static IFlashPlayer |
FlashPlayerFactory.getPlayerFromObject(FlashMSAAObject accObject)
Create
IFlashPlayer instance from FlashMSAAObject |
Modifier and Type | Method and Description |
---|---|
static FlashMSAAObject[] |
FlashMSAAUtil.getFlashElements(FlashMSAAObject root) |
static FlashMSAAObject[] |
FlashMSAAUtil.getFlashElements(FlashMSAAObject root,
boolean showOffScreen,
boolean scanAll) |
Modifier and Type | Method and Description |
---|---|
static FlashMSAAObject[] |
FlashMSAAUtil.getFlashElements(FlashMSAAObject root) |
static FlashMSAAObject[] |
FlashMSAAUtil.getFlashElements(FlashMSAAObject root,
boolean showOffScreen,
boolean scanAll) |
static boolean |
FlashMSAAUtil.isFlash(FlashMSAAObject accObject) |
static boolean |
FlashMSAAUtil.isInvisibleFlash(FlashMSAAObject accObject) |
Modifier and Type | Method and Description |
---|---|
FlashMSAAObject[] |
FlashMSAAObject.getChildren() |
static FlashMSAAObject |
FlashMSAAObjectFactory.getFlashMSAAObjectFromElement(IUnknown iunk) |
static FlashMSAAObject |
FlashMSAAObjectFactory.getFlashMSAAObjectFromPtr(long address) |
static FlashMSAAObject |
FlashMSAAObjectFactory.getFlashMSAAObjectFromWindow(long hwnd) |