public class MovementEvent extends TypedEvent
| Modifier and Type | Field and Description |
|---|---|
int |
lineOffset
line start offset (input)
|
java.lang.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| 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.
|
toStringpublic int lineOffset
public java.lang.String lineText
public int offset
public int newOffset
public int movement