LineStyleEvent

This event is sent when a line is about to be drawn.

@see <a href="http://www.eclipse.org/swt/">Sample code and further information</a>

Constructors

this
this(StyledTextEvent e)

Constructs a new instance of this class based on the information in the given event.

Members

Variables

alignment
int alignment;

line alignment (input, output)

bullet
Bullet bullet;

line bullet (output) @since 3.2

bulletIndex
int bulletIndex;

line bullet index (output) @since 3.2

indent
int indent;

line indent (input, output)

justify
bool justify;

line justification (input, output)

lineOffset
int lineOffset;

line start offset (input)

lineText
String lineText;

line text (input)

ranges
int[] ranges;

line ranges (output)

styles
StyleRange[] styles;

line styles (output)

Inherited Members

From TypedEvent

display
Display display;

the display where the event occurred

widget
Widget widget;

the widget that issued the event

time
int time;

the time that the event occurred.

data
Object data;

a field for application use

getName
String getName()

Returns the name of the event. This is the name of the class without the module name.

toString
String toString()

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

Meta