public class AccessibleAttributeEvent
extends org.eclipse.swt.internal.SWTEventObject
AccessibleAttributeListener
,
AccessibleAttributeAdapter
,
Serialized FormModifier and Type | Field and Description |
---|---|
int |
alignment
[out] the alignment, which is one of SWT#LEFT, SWT#RIGHT or SWT#CENTER
|
String[] |
attributes
[out] an array of alternating key and value Strings which
represent additional (i.e. non predefined) attributes
|
int |
bottomMargin
[out] the bottom margin in pixels
|
int |
groupCount
[out] the 1-based number of similar children in this accessible's group,
including this accessible (0 means "not applicable")
|
int |
groupIndex
[out] the 1-based index of this accessible in its group
(0 means "not applicable")
|
int |
groupLevel
[out] the 1-based level of this accessible in its group
(0 means "not applicable")
|
int |
indent
[out] the indent in pixels
|
boolean |
justify
[out] whether or not to justify the text
|
int |
leftMargin
[out] the left margin in pixels
|
int |
rightMargin
[out] the right margin in pixels
|
int[] |
tabStops
[out] an array of pixel locations representing tab stops
|
int |
topMargin
[out] the top margin in pixels
|
source
Constructor and Description |
---|
AccessibleAttributeEvent(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 topMargin
public int bottomMargin
public int leftMargin
public int rightMargin
public int[] tabStops
public boolean justify
public int alignment
public int indent
public int groupLevel
public int groupCount
public int groupIndex
public String[] attributes
public AccessibleAttributeEvent(Object source)
source
- the object that fired the eventpublic String toString()
toString
in class EventObject
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.