public class AccessibleHyperlinkEvent
extends org.eclipse.swt.internal.SWTEventObject
AccessibleHyperlinkListener
,
AccessibleHyperlinkAdapter
,
Serialized FormModifier and Type | Field and Description |
---|---|
Accessible |
accessible |
int |
index |
String |
result
The value of this field must be set in the accessible hyperlink listener method
before returning.
|
source
Constructor and Description |
---|
AccessibleHyperlinkEvent(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.
|
getSource
public Accessible accessible
public String result
public int index
public AccessibleHyperlinkEvent(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.