|
Eclipse Rich Ajax Platform | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.swt.accessibility.AccessibleTableCellAdapter
public class AccessibleTableCellAdapter
This adapter class provides default implementations for the
methods in the AccessibleTableCellListener
interface.
Classes that wish to deal with AccessibleTableCell
events can
extend this class and override only the methods that they are
interested in.
AccessibleTableCellListener
,
AccessibleTableCellEvent
Constructor Summary | |
---|---|
AccessibleTableCellAdapter()
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AccessibleTableCellAdapter()
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.
getColumnSpan
in interface AccessibleTableCellListener
e
- an event object containing the following fields:public void getColumnHeaders(AccessibleTableCellEvent e)
getColumnHeaders
in interface AccessibleTableCellListener
e
- an event object containing the following fields:public void getColumnIndex(AccessibleTableCellEvent e)
getColumnIndex
in interface AccessibleTableCellListener
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.
getRowSpan
in interface AccessibleTableCellListener
e
- an event object containing the following fields:public void getRowHeaders(AccessibleTableCellEvent e)
getRowHeaders
in interface AccessibleTableCellListener
e
- an event object containing the following fields:public void getRowIndex(AccessibleTableCellEvent e)
getRowIndex
in interface AccessibleTableCellListener
e
- an event object containing the following fields:public void getTable(AccessibleTableCellEvent e)
getTable
in interface AccessibleTableCellListener
e
- an event object containing the following fields:public void isSelected(AccessibleTableCellEvent e)
isSelected
in interface AccessibleTableCellListener
e
- an event object containing the following fields:
|
Eclipse Rich Ajax 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.