AccessibleTextAttributeEvent

Instances of this class are sent as a result of accessibility clients sending AccessibleAttribute or AccessibleEditableText messages to an accessible object.

@see AccessibleAttributeListener @see AccessibleAttributeAdapter @see AccessibleEditableTextListener @see AccessibleEditableTextAdapter

@since 3.6

Constructors

this
this(Object source)

Constructs a new instance of this class.

Members

Functions

toAttributeString
String toAttributeString(String[] attributes)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
String toString()

Returns a string containing a concise, human-readable description of the receiver.

Variables

attributes
String[] attributes;

[in/out] an array of alternating key and value Strings that represent attributes that do not correspond to TextStyle fields

end
int end;

[in/out] the starting and ending offsets of the character range

offset
int offset;

in the 0-based text offset for which to return attribute information

result
String result;

out Set this field to {@link ACC#OK} if the operation was completed successfully, and null otherwise.

start
int start;

[in/out] the starting and ending offsets of the character range

textStyle
TextStyle textStyle;

[in/out] the TextStyle of the character range

Inherited Members

From EventObject

source
Object source;
Undocumented in source.
getSource
Object getSource()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
String toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta