public class AccessibleAttributeEvent
extends SWTEventObject
AccessibleAttributeListener
,
AccessibleAttributeAdapter
Modifier and Type | Field and Description |
---|---|
int |
alignment |
java.lang.String[] |
attributes |
int |
bottomMargin |
int |
indent |
boolean |
justify |
int |
leftMargin |
int |
rightMargin |
int[] |
tabStops |
int |
topMargin |
Constructor and Description |
---|
AccessibleAttributeEvent(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 topMargin
public int bottomMargin
public int leftMargin
public int rightMargin
public int[] tabStops
public boolean justify
public int alignment
public int indent
public java.lang.String[] attributes
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