AccessibleEditableTextEvent

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

@see AccessibleEditableTextListener @see AccessibleEditableTextAdapter

@since 3.7

Constructors

this
this(Object source)

Constructs a new instance of this class.

Members

Functions

toString
String toString()

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

Variables

end
int end;

in 0-based ending offset of the character range to perform the operation on

result
String result;

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

start
int start;

in 0-based start offset of the character range to perform the operation on

string
String string;

in a string that will replace the specified 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