Uses of Interface
org.eclipse.actf.model.flash.IFlashPlayer

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

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

Classes in org.eclipse.actf.model.flash that implement IFlashPlayer
 class FlashPlayer
          Default implementation of IFlashPlayer
 

Methods in org.eclipse.actf.model.flash that return IFlashPlayer
 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
 

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

Methods in org.eclipse.actf.model.flash.util that return IFlashPlayer
static IFlashPlayer[] FlashMSAAUtil.getFlashPlayers(int hwnd)
           
static IFlashPlayer[] FlashMSAAUtil.getFlashPlayers(int hwnd, boolean showOffScreen, boolean scanAll)