public class AccessibleTableEvent extends SWTEventObject
AccessibleTableListener,
AccessibleTableAdapter,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
Accessible |
accessible |
Accessible[] |
accessibles |
int |
column |
int |
count |
boolean |
isSelected |
String |
result
The value of this field must be set in the accessible table listener method
before returning.
|
int |
row |
int[] |
selected |
source| Constructor and Description |
|---|
AccessibleTableEvent(Object source)
Constructs a new instance of this class.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString()
Returns a string containing a concise, human-readable
description of the receiver.
|
getSourcepublic Accessible accessible
public Accessible[] accessibles
public String result
public int column
public int row
public int count
public boolean isSelected
public int[] selected
public AccessibleTableEvent(Object source)
source - the object that fired the eventpublic String toString()
toString in class EventObjectCopyright © 2017. All Rights Reserved.