|
Eclipse Rich Ajax Platform Release 1.3 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public 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:public void getColumnHeaders(AccessibleTableCellEvent e)
e
- an event object containing the following fields:public void getColumnIndex(AccessibleTableCellEvent e)
e
- an event object containing the following fields:public 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:public void getRowHeaders(AccessibleTableCellEvent e)
e
- an event object containing the following fields:public void getRowIndex(AccessibleTableCellEvent e)
e
- an event object containing the following fields:public void getTable(AccessibleTableCellEvent e)
e
- an event object containing the following fields:public void isSelected(AccessibleTableCellEvent e)
e
- an event object containing the following fields:
|
Eclipse Rich Ajax Platform Release 1.3 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) Innoopract Informationssysteme GmbH and others 2002, 2011. All rights reserved.