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)
|
(package private) static long |
serialVersionUID |
data, display, time, widget
Constructor and Description |
---|
MovementEvent(StyledTextEvent e)
Constructs a new instance of this class based on the
information in the given event.
|
toString
public int lineOffset
public java.lang.String lineText
public int offset
public int newOffset
public int movement
static final long serialVersionUID
public MovementEvent(StyledTextEvent e)
e
- the event containing the information