public class AccessibleActionEvent
extends org.eclipse.swt.internal.SWTEventObject
AccessibleActionListener,
AccessibleActionAdapter,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
int |
count |
int |
index |
boolean |
localized |
String |
result
The value of this field must be set in the accessible action listener method
before returning.
|
source| Constructor and Description |
|---|
AccessibleActionEvent(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 String result
public int count
public int index
public boolean localized
public AccessibleActionEvent(Object source)
source - the object that fired the eventpublic String toString()
toString in class EventObject
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.