public class LineStyleEvent extends TypedEvent
Modifier and Type | Field and Description |
---|---|
int |
alignment
line alignment (input, output)
|
Bullet |
bullet
line bullet (output)
|
int |
bulletIndex
line bullet index (output)
|
int |
indent
line indent (input, output)
|
boolean |
justify
line justification (input, output)
|
int |
lineOffset
line start offset (input)
|
String |
lineText
line text (input)
|
int[] |
ranges
line ranges (output)
|
StyleRange[] |
styles
line styles (output)
Note: Because a StyleRange includes the start and length, the
same instance cannot occur multiple times in the array of styles.
|
data, display, time, widget
source
Constructor and Description |
---|
LineStyleEvent(org.eclipse.swt.custom.StyledTextEvent e) |
public int lineOffset
public String lineText
public int[] ranges
public StyleRange[] styles
ranges
can be used to share
styles and reduce memory usage.public int alignment
public int indent
public boolean justify
public Bullet bullet
public int bulletIndex
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.