Uses of Class
org.eclipse.actf.util.win32.FlashMSAAObject

Packages that use FlashMSAAObject
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. 
 

Uses of FlashMSAAObject in org.eclipse.actf.model.flash
 

Methods in org.eclipse.actf.model.flash that return FlashMSAAObject
 FlashMSAAObject IFlashPlayer.getAccessible()
           
 FlashMSAAObject FlashPlayer.getAccessible()
           
 

Methods in org.eclipse.actf.model.flash with parameters of type FlashMSAAObject
static IFlashPlayer FlashPlayerFactory.getPlayerFromObject(FlashMSAAObject accObject)
          Create IFlashPlayer instance from FlashMSAAObject
 

Uses of FlashMSAAObject in org.eclipse.actf.model.flash.util
 

Methods in org.eclipse.actf.model.flash.util that return FlashMSAAObject
static FlashMSAAObject[] FlashMSAAUtil.getFlashElements(FlashMSAAObject root)
           
static FlashMSAAObject[] FlashMSAAUtil.getFlashElements(FlashMSAAObject root, boolean showOffScreen, boolean scanAll)
           
 

Methods in org.eclipse.actf.model.flash.util with parameters of type FlashMSAAObject
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)
           
 

Uses of FlashMSAAObject in org.eclipse.actf.util.win32
 

Methods in org.eclipse.actf.util.win32 that return FlashMSAAObject
 FlashMSAAObject[] FlashMSAAObject.getChildren()
           
static FlashMSAAObject FlashMSAAObjectFactory.getFlashMSAAObjectFromElement(IUnknown iunk)
           
static FlashMSAAObject FlashMSAAObjectFactory.getFlashMSAAObjectFromPtr(long address)
           
static FlashMSAAObject FlashMSAAObjectFactory.getFlashMSAAObjectFromWindow(long hwnd)