Package | Description |
---|---|
org.eclipse.jface.text |
Provides a framework for creating and manipulating text documents.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractDocument.addDocumentPartitioningListener(IDocumentPartitioningListener listener) |
void |
IDocument.addDocumentPartitioningListener(IDocumentPartitioningListener listener)
Registers the document partitioning listener with the document.
|
void |
AbstractDocument.removeDocumentPartitioningListener(IDocumentPartitioningListener listener) |
void |
IDocument.removeDocumentPartitioningListener(IDocumentPartitioningListener listener)
Removes the listener from this document's list of document partitioning
listeners.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.