public class AccessibleTextAttributeEvent extends SWTEventObject
Modifier and Type | Field and Description |
---|---|
java.lang.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
|
java.lang.String |
result
[out] Set this field to
ACC.OK if the operation
was completed successfully, and null otherwise. |
(package private) static long |
serialVersionUID |
int |
start
[in/out] the starting and ending offsets of the character range
|
TextStyle |
textStyle
[in/out] the TextStyle of the character range
|
Constructor and Description |
---|
AccessibleTextAttributeEvent(java.lang.Object source)
Constructs a new instance of this class.
|
Modifier and Type | Method and Description |
---|---|
(package private) java.lang.String |
toAttributeString(java.lang.String[] attributes) |
java.lang.String |
toString()
Returns a string containing a concise, human-readable
description of the receiver.
|
public int offset
public int start
public int end
public TextStyle textStyle
public java.lang.String[] attributes
public java.lang.String result
ACC.OK
if the operation
was completed successfully, and null otherwise.static final long serialVersionUID
public AccessibleTextAttributeEvent(java.lang.Object source)
source
- the object that fired the eventpublic java.lang.String toString()
toString
in class java.util.EventObject
java.lang.String toAttributeString(java.lang.String[] attributes)