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. |
int |
start
[in/out] the starting and ending offsets 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 |
---|---|
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 java.lang.String[] attributes
public java.lang.String result
ACC.OK
if the operation
was completed successfully, and null otherwise.
Copyright (c) EclipseSource and others 2002, 2014.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0