public class AccessibleTextAttributeEvent extends SWTEventObject
Modifier and Type | Field and Description |
---|---|
String[] |
attributes
[in/out] an array of alternating key and value Strings
that represent attributes that do not correspond to TextStyle fields
|
int |
end
[in/out] the starting and ending offsets of the character range
|
int |
offset
[in] the 0-based text offset for which to return attribute information
|
String |
result
[out] Set this field to
ACC.OK if the operation
was completed successfully, and null otherwise. |
int |
start
[in/out] the starting and ending offsets of the character range
|
TextStyle |
textStyle
[in/out] the TextStyle of the character range
|
source
Constructor and Description |
---|
AccessibleTextAttributeEvent(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 int offset
public int start
public int end
public TextStyle textStyle
public String[] attributes
public AccessibleTextAttributeEvent(Object source)
source
- the object that fired the eventpublic String toString()
toString
in class EventObject
Copyright © 2017. All Rights Reserved.