public class MovementEvent extends TypedEvent
Modifier and Type | Field and Description |
---|---|
int |
lineOffset
line start offset (input)
|
String |
lineText
line text (input)
|
int |
movement
the movement type (input)
|
int |
newOffset
the new offset (input, output)
|
int |
offset
the current offset (input)
|
data, display, time, widget
source
Constructor and Description |
---|
MovementEvent(org.eclipse.swt.custom.StyledTextEvent e)
Constructs a new instance of this class based on the
information in the given event.
|
public int lineOffset
public String lineText
public int offset
public int newOffset
public int movement
Copyright © 2017. All Rights Reserved.