org.eclipse.actf.util.win32
Class FlashMSAAObjectFactory
java.lang.Object
   org.eclipse.actf.util.win32.FlashMSAAObjectFactory
org.eclipse.actf.util.win32.FlashMSAAObjectFactory
- public class FlashMSAAObjectFactory 
- extends Object
The factory class of FlashMSAAObject
 
 
 
FlashMSAAObjectFactory
public FlashMSAAObjectFactory()
getFlashMSAAObjectFromWindow
public static FlashMSAAObject getFlashMSAAObjectFromWindow(long hwnd)
- 
- Parameters:
- hwnd- the window handle to be used to obtain FlashMSAAObject
- Returns:
- the instance of the FlashMSAAObject corresponding to the
         hwnd
- See Also:
- FlashMSAAObject
 
getFlashMSAAObjectFromPtr
public static FlashMSAAObject getFlashMSAAObjectFromPtr(long address)
- 
- Parameters:
- iacc- the address of native IAccessible object
- Returns:
- the instance of the FlashMSAAObject corresponding to the
         hwnd
- See Also:
- FlashMSAAObject
 
getFlashMSAAObjectFromElement
public static FlashMSAAObject getFlashMSAAObjectFromElement(IUnknown iunk)
- 
- Parameters:
- iunk- the IUnknown instance of the HTML element to be used to obtain
            FlashMSAAObject
- Returns:
- the instance of the FlashMSAAObject corresponding to the
         iunk