Uses of Interface
org.eclipse.jface.text.IDocumentListener
Packages that use IDocumentListener
Package
Description
Provides a framework for creating and manipulating text documents.
Provides support for detecting and displaying hyperlinks in
ISourceViewers.This package provides an implementation of projection documents.
Provides a standard text editor and concrete document providers based
IFileBuffer and others directly handling IFile and
IStorage as editor input.Provides a framework for text editors obeying to the
desktop rules.
-
Uses of IDocumentListener in org.eclipse.jface.text
Fields in org.eclipse.jface.text declared as IDocumentListenerModifier and TypeFieldDescriptionDocumentCommand.ownerThe owner of the document command which will not be notified.Methods in org.eclipse.jface.text that return types with arguments of type IDocumentListenerModifier and TypeMethodDescriptionprotected List<IDocumentListener> AbstractDocument.getDocumentListeners()Returns the document's document listeners.Methods in org.eclipse.jface.text with parameters of type IDocumentListenerModifier and TypeMethodDescriptionvoidDocumentCommand.addCommand(int commandOffset, int commandLength, String commandText, IDocumentListener commandOwner) Adds an additional replace command.voidAbstractDocument.addDocumentListener(IDocumentListener listener) voidIDocument.addDocumentListener(IDocumentListener listener) Registers the document listener with the document.voidAbstractDocument.addPrenotifiedDocumentListener(IDocumentListener listener) voidIDocument.addPrenotifiedDocumentListener(IDocumentListener documentAdapter) Adds the given document listener as one which is notified before those document listeners added withaddDocumentListenerare notified.voidIDocumentExtension.IReplace.perform(IDocument document, IDocumentListener owner) Executes the replace operation on the given document.voidAbstractDocument.registerPostNotificationReplace(IDocumentListener owner, IDocumentExtension.IReplace replace) voidIDocumentExtension.registerPostNotificationReplace(IDocumentListener owner, IDocumentExtension.IReplace replace) Callback for document listeners to be used insidedocumentChangedto register a post notification replace operation on the document notifying them.voidAbstractDocument.removeDocumentListener(IDocumentListener listener) voidIDocument.removeDocumentListener(IDocumentListener listener) Removes the listener from the document's list of document listeners.voidAbstractDocument.removePrenotifiedDocumentListener(IDocumentListener listener) voidIDocument.removePrenotifiedDocumentListener(IDocumentListener documentAdapter) Removes the given document listener from the document's list of pre-notified document listeners. -
Uses of IDocumentListener in org.eclipse.jface.text.hyperlink
Classes in org.eclipse.jface.text.hyperlink that implement IDocumentListenerModifier and TypeClassDescriptionclassThe default hyperlink presenter underlines the link and colors the line and the text with the given color.classA hyperlink presenter capable of showing multiple hyperlinks in a hover. -
Uses of IDocumentListener in org.eclipse.jface.text.projection
Classes in org.eclipse.jface.text.projection that implement IDocumentListenerModifier and TypeClassDescriptionclassImplementation of a child document manager based onProjectionDocumentManager.classAProjectionDocumentManageris one particular implementation ofISlaveDocumentManager.Methods in org.eclipse.jface.text.projection with parameters of type IDocumentListenerModifier and TypeMethodDescriptionvoidProjectionDocument.registerPostNotificationReplace(IDocumentListener owner, IDocumentExtension.IReplace replace) -
Uses of IDocumentListener in org.eclipse.ui.editors.text
Classes in org.eclipse.ui.editors.text that implement IDocumentListenerModifier and TypeClassDescriptionprotected classBundle of all required information to allow files as underlying document resources.protected classBundle of all required information to allowIStorageas underlying document resources. -
Uses of IDocumentListener in org.eclipse.ui.texteditor
Classes in org.eclipse.ui.texteditor that implement IDocumentListenerModifier and TypeClassDescriptionprotected classCollection of all information managed for a connected element.