|
Eclipse Remote Application Platform | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AccessibleTableCellListener
Classes which implement this interface provide methods that handle AccessibleTableCell events.
After creating an instance of a class that implements
this interface it can be added to an accessible using the
addAccessibleTableCellListener
method and removed using
the removeAccessibleTableCellListener
method.
AccessibleTableCellAdapter
,
AccessibleTableCellEvent
Method Summary | |
---|---|
void |
getColumnHeaders(AccessibleTableCellEvent e)
Returns the column headers as an array of cell accessibles. |
void |
getColumnIndex(AccessibleTableCellEvent e)
Translates this cell accessible into the corresponding column index. |
void |
getColumnSpan(AccessibleTableCellEvent e)
Returns the number of columns occupied by this cell accessible. |
void |
getRowHeaders(AccessibleTableCellEvent e)
Returns the row headers as an array of cell accessibles. |
void |
getRowIndex(AccessibleTableCellEvent e)
Translates this cell accessible into the corresponding row index. |
void |
getRowSpan(AccessibleTableCellEvent e)
Returns the number of rows occupied by this cell accessible. |
void |
getTable(AccessibleTableCellEvent e)
Returns the accessible for the table containing this cell. |
void |
isSelected(AccessibleTableCellEvent e)
Returns a boolean value indicating whether this cell is selected. |
Method Detail |
---|
void getColumnSpan(AccessibleTableCellEvent e)
This is 1 if the specified cell is only in one column, or more than 1 if the specified cell spans multiple columns.
e
- an event object containing the following fields:void getColumnHeaders(AccessibleTableCellEvent e)
e
- an event object containing the following fields:void getColumnIndex(AccessibleTableCellEvent e)
e
- an event object containing the following fields:void getRowSpan(AccessibleTableCellEvent e)
This is 1 if the specified cell is only in one row, or more than 1 if the specified cell spans multiple rows.
e
- an event object containing the following fields:void getRowHeaders(AccessibleTableCellEvent e)
e
- an event object containing the following fields:void getRowIndex(AccessibleTableCellEvent e)
e
- an event object containing the following fields:void getTable(AccessibleTableCellEvent e)
e
- an event object containing the following fields:void isSelected(AccessibleTableCellEvent e)
e
- an event object containing the following fields:
|
Eclipse Remote Application Platform | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) EclipseSource and others 2002, 2012. All rights reserved.