org.eclipse.actf.accservice.core.win32.ia2
Class IA2AccessibleComponent

java.lang.Object
  extended by org.eclipse.actf.accservice.core.win32.ia2.IA2AccessibleComponent

public class IA2AccessibleComponent
extends Object

Author:
Kavitha Teegala
See Also:
IA2Accessible, IA2Accessible.getAccessibleComponent()

Constructor Summary
IA2AccessibleComponent(int val, IA2Accessible parent)
          Constructor used to create an accessible image object
 
Method Summary
 int getBackground()
           
 int getForeground()
           
 Point getLocation()
           
protected  int internalGetBackground()
           
protected  int internalGetForeground()
           
protected  int[] internalGetLocation()
           
 int internalRef()
          used by native code only.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IA2AccessibleComponent

public IA2AccessibleComponent(int val,
                              IA2Accessible parent)
Constructor used to create an accessible image object

Parameters:
image - reference pointer to the IA2Accessible image object
parent - IA2Accessible parent of this object
Method Detail

internalRef

public int internalRef()
used by native code only. Clients should not call directly.

Returns:
ptr address for native object

getLocation

public Point getLocation()

internalGetLocation

protected int[] internalGetLocation()

getForeground

public int getForeground()

internalGetForeground

protected int internalGetForeground()

getBackground

public int getBackground()

internalGetBackground

protected int internalGetBackground()