|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.actf.accservice.javapp.JavaAccessibleTable
public class JavaAccessibleTable
implementation of the IAccessibleImageElement
object for the Java Accesibility API's AccessibleTable
.
AccessibleTable
Constructor Summary | |
---|---|
JavaAccessibleTable(AccessibleTable table)
Constructor used to create an accessible table object. |
Method Summary | |
---|---|
Object |
getCaption()
get the caption for the table |
long |
getColumnCount()
get the number of columns for the table |
String |
getColumnDescription(long column)
get the description for the specified column |
long |
getRowCount()
get the number of rows for the table |
String |
getRowDescription(long row)
get the description for the specified row |
int |
getSelectedChildCount()
get the number of selected chidren for the table |
int[] |
getSelectedChildren()
get the indices of the selected Children |
int[] |
getSelectedColumns()
get the indecies of the selected columns |
int[] |
getSelectedRows()
get the indecies of the selected rows |
Object |
getSummary()
get the summary for the table |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JavaAccessibleTable(AccessibleTable table)
JavaAccessible
and is not typically called by clients.
table
- -
AccessibleTable objectMethod Detail |
---|
public Object getCaption() throws InvalidComponentException
getCaption
in interface IAccessibleTableElement
InvalidComponentException
public Object getSummary() throws InvalidComponentException
getSummary
in interface IAccessibleTableElement
InvalidComponentException
public long getColumnCount() throws InvalidComponentException
getColumnCount
in interface IAccessibleTableElement
InvalidComponentException
public long getRowCount() throws InvalidComponentException
getRowCount
in interface IAccessibleTableElement
InvalidComponentException
public String getColumnDescription(long column) throws InvalidComponentException
getColumnDescription
in interface IAccessibleTableElement
column
- zero-based index of column
InvalidComponentException
public String getRowDescription(long row) throws InvalidComponentException
getRowDescription
in interface IAccessibleTableElement
row
- zero-based index of row
InvalidComponentException
public int[] getSelectedColumns() throws InvalidComponentException
getSelectedColumns
in interface IAccessibleTableElement
InvalidComponentException
public int[] getSelectedRows() throws InvalidComponentException
getSelectedRows
in interface IAccessibleTableElement
InvalidComponentException
public int getSelectedChildCount() throws InvalidComponentException
IAccessibleTableElement
getSelectedChildCount
in interface IAccessibleTableElement
InvalidComponentException
public int[] getSelectedChildren() throws InvalidComponentException
IAccessibleTableElement
getSelectedChildren
in interface IAccessibleTableElement
InvalidComponentException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |