MovementListener

This listener is invoked when a new offset is required based on the current offset and a movement type.

@see org.eclipse.swt.SWT#MOVEMENT_WORD @see org.eclipse.swt.SWT#MOVEMENT_WORD_END @see org.eclipse.swt.SWT#MOVEMENT_WORD_START @see org.eclipse.swt.SWT#MOVEMENT_CHAR @see org.eclipse.swt.SWT#MOVEMENT_CLUSTER

@since 3.3

Members

Functions

getNextOffset
void getNextOffset(MovementEvent event)

This method is called when a new offset is required based on the current offset and a movement type.

getPreviousOffset
void getPreviousOffset(MovementEvent event)

This method is called when a new offset is required based on the current offset and a movement type.

Meta