public interface TraverseListener
After creating an instance of a class that implements
this interface it can be added to a control using the
addTraverseListener
method and removed using
the removeTraverseListener
method. When a
traverse event occurs in a control, the keyTraversed method
will be invoked.
TraverseEvent
Modifier and Type | Method and Description |
---|---|
void |
keyTraversed(TraverseEvent e)
Sent when a traverse event occurs in a control.
|
void keyTraversed(TraverseEvent e)
A traverse event occurs when the user presses a traversal
key. Traversal keys are typically tab and arrow keys, along
with certain other keys on some platforms. Traversal key
constants beginning with TRAVERSE_
are defined
in the SWT
class.
e
- an event containing information about the traverse
Copyright (c) EclipseSource and others 2002, 2020.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0