|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.actf.accservice.core.win32.ia2.IA2AccessibleElement
org.eclipse.actf.accservice.core.win32.ia2.IA2AccessibleApplication
public class IA2AccessibleApplication
implementation of IA2AccessibleApplication
/**
This interface gives access to the application's name
and version information.This interface provides the AT
with the information it needs to differentiate this
application from other applications, from other versions
of this application, or from other versions of this application
running on different versions of an accessibility bridge or
accessbility toolkit.
IA2Accessible
Field Summary |
---|
Fields inherited from class org.eclipse.actf.accservice.core.win32.ia2.IA2AccessibleElement |
---|
errorCodeReturnMap, errString |
Constructor Summary | |
---|---|
IA2AccessibleApplication(int val,
IA2Accessible parent)
Constructor used to create an accessible image object |
Method Summary | |
---|---|
String |
getApplicationName()
Return the application name |
String |
getApplicationVersion()
Return the accessible application version |
String |
getToolkitName()
Return the toolkit name |
String |
getToolkitVersion()
Return the accessible toolkit version |
protected String |
internalGetApplicationName()
|
protected String |
internalGetApplicationVersion()
|
protected String |
internalGetToolkitName()
|
protected String |
internalGetToolkitVersion()
|
int |
internalRef()
used by native code only. |
Methods inherited from class org.eclipse.actf.accservice.core.win32.ia2.IA2AccessibleElement |
---|
errorCodeMap, putErrorCode |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IA2AccessibleApplication(int val, IA2Accessible parent)
val
- parent
- IA2Accessible parent of this objectMethod Detail |
---|
public int internalRef()
public String getApplicationName() throws InvalidComponentException
InvalidComponentException
protected String internalGetApplicationName()
public String getApplicationVersion() throws InvalidComponentException
InvalidComponentException
protected String internalGetApplicationVersion()
public String getToolkitName() throws InvalidComponentException
InvalidComponentException
protected String internalGetToolkitName()
public String getToolkitVersion() throws InvalidComponentException
InvalidComponentException
protected String internalGetToolkitVersion()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |