Uses of Interface
org.eclipse.swt.custom.VerifyKeyListener
Packages that use VerifyKeyListener
Package
Description
Provides a content assist add-on for implementors of
IContentAssistSubjectControl.Provides a framework for creating and manipulating text documents.
Provides a content assist add-on for an
ITextViewer.SWT Custom widgets.
-
Uses of VerifyKeyListener in org.eclipse.jface.contentassist
Methods in org.eclipse.jface.contentassist with parameters of type VerifyKeyListenerModifier and TypeMethodDescriptionbooleanAbstractControlContentAssistSubjectAdapter.appendVerifyKeyListener(VerifyKeyListener verifyKeyListener) Deprecated.booleanIContentAssistSubjectControl.appendVerifyKeyListener(VerifyKeyListener verifyKeyListener) If supported, appends a verify key listener to the viewer's list of verify key listeners.booleanAbstractControlContentAssistSubjectAdapter.prependVerifyKeyListener(VerifyKeyListener verifyKeyListener) Deprecated.booleanIContentAssistSubjectControl.prependVerifyKeyListener(VerifyKeyListener verifyKeyListener) If supported, inserts the verify key listener at the beginning of this content assist subject's list of verify key listeners.voidAbstractControlContentAssistSubjectAdapter.removeVerifyKeyListener(VerifyKeyListener verifyKeyListener) Deprecated.voidIContentAssistSubjectControl.removeVerifyKeyListener(VerifyKeyListener verifyKeyListener) Removes the verify key listener from this content assist subject control's list of verify key listeners. -
Uses of VerifyKeyListener in org.eclipse.jface.text
Methods in org.eclipse.jface.text with parameters of type VerifyKeyListenerModifier and TypeMethodDescriptionvoidITextViewerExtension.appendVerifyKeyListener(VerifyKeyListener listener) Appends a verify key listener to the viewer's list of verify key listeners.voidTextViewer.appendVerifyKeyListener(VerifyKeyListener listener) voidITextViewerExtension.prependVerifyKeyListener(VerifyKeyListener listener) Inserts the verify key listener at the beginning of the viewer's list of verify key listeners.voidTextViewer.prependVerifyKeyListener(VerifyKeyListener listener) voidITextViewerExtension.removeVerifyKeyListener(VerifyKeyListener listener) Removes the verify key listener from the viewer's list of verify key listeners.voidTextViewer.removeVerifyKeyListener(VerifyKeyListener listener) -
Uses of VerifyKeyListener in org.eclipse.jface.text.contentassist
Classes in org.eclipse.jface.text.contentassist that implement VerifyKeyListenerModifier and TypeClassDescriptionprotected classAn implementation ofIContentAssistListener, this class is used to monitor key events in support of automatic activation of the content assistant. -
Uses of VerifyKeyListener in org.eclipse.swt.custom
Methods in org.eclipse.swt.custom with parameters of type VerifyKeyListenerModifier and TypeMethodDescriptionvoidStyledText.addVerifyKeyListener(VerifyKeyListener listener) Adds a verify key listener.voidStyledText.removeVerifyKeyListener(VerifyKeyListener listener) Removes the specified key verify listener.