|
Eclipse Platform Release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KeyListener | |
org.eclipse.jface.contentassist | Provides a content assist add-on for implementors of IContentAssistSubjectControl. |
org.eclipse.jface.text | Provides a framework for creating and manipulating text documents. |
org.eclipse.jface.text.source | Provides a support for managing annotations attached to a document. |
org.eclipse.swt.events | SWT typed listener support. |
org.eclipse.swt.widgets | SWT widget public API classes. |
Uses of KeyListener in org.eclipse.jface.contentassist |
Methods in org.eclipse.jface.contentassist with parameters of type KeyListener | |
void |
IContentAssistSubjectControl.addKeyListener(KeyListener keyListener)
Adds the listener to the collection of listeners who will be notified when keys are pressed and released on the system keyboard, by sending it one of the messages defined in the KeyListener interface. |
void |
IContentAssistSubjectControl.removeKeyListener(KeyListener keyListener)
Removes the listener from the collection of listeners who will be notified when keys are pressed and released on the system keyboard. |
void |
AbstractControlContentAssistSubjectAdapter.addKeyListener(KeyListener keyListener)
|
void |
AbstractControlContentAssistSubjectAdapter.removeKeyListener(KeyListener keyListener)
|
Uses of KeyListener in org.eclipse.jface.text |
Classes in org.eclipse.jface.text that implement KeyListener | |
class |
PaintManager
Manages the IPainter object registered with an
ITextViewer .
|
Uses of KeyListener in org.eclipse.jface.text.source |
Classes in org.eclipse.jface.text.source that implement KeyListener | |
protected class |
AnnotationBarHoverManager.Closer
The information control closer for the hover information. |
Uses of KeyListener in org.eclipse.swt.events |
Classes in org.eclipse.swt.events that implement KeyListener | |
class |
KeyAdapter
This adapter class provides default implementations for the methods described by the KeyListener interface.
|
Uses of KeyListener in org.eclipse.swt.widgets |
Methods in org.eclipse.swt.widgets with parameters of type KeyListener | |
void |
Control.addKeyListener(KeyListener listener)
Adds the listener to the collection of listeners who will be notified when keys are pressed and released on the system keyboard, by sending it one of the messages defined in the KeyListener
interface. |
void |
Control.removeKeyListener(KeyListener listener)
Removes the listener from the collection of listeners who will be notified when keys are pressed and released on the system keyboard. |
|
Eclipse Platform Release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.