|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.jface.text.AbstractDocument
org.eclipse.jface.text.Document
org.eclipse.jdt.internal.core.DocumentAdapter
public class DocumentAdapter
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.eclipse.jface.text.IDocumentExtension |
|---|
org.eclipse.jface.text.IDocumentExtension.IReplace |
| Field Summary |
|---|
| Fields inherited from interface org.eclipse.jface.text.IDocument |
|---|
DEFAULT_CATEGORY, DEFAULT_CONTENT_TYPE |
| Fields inherited from interface org.eclipse.jface.text.IDocumentExtension3 |
|---|
DEFAULT_PARTITIONING |
| Fields inherited from interface org.eclipse.jface.text.IDocumentExtension4 |
|---|
UNKNOWN_MODIFICATION_STAMP |
| Constructor Summary | |
|---|---|
DocumentAdapter(IBuffer buffer)
|
|
| Method Summary | |
|---|---|
void |
replace(int offset,
int length,
java.lang.String text)
|
void |
set(java.lang.String text)
|
| Methods inherited from class org.eclipse.jface.text.Document |
|---|
isLineInformationRepairNeeded |
| Methods inherited from class org.eclipse.jface.text.AbstractDocument |
|---|
acceptPostNotificationReplaces, addDocumentListener, addDocumentPartitioningListener, addDocumentRewriteSessionListener, addPosition, addPosition, addPositionCategory, addPositionUpdater, addPrenotifiedDocumentListener, computeIndexInCategory, computeNumberOfLines, computePartitioning, computePartitioning, containsPosition, containsPositionCategory, get, get, getActiveRewriteSession, getChar, getContentType, getContentType, getDefaultLineDelimiter, getDocumentPartitioner, getDocumentPartitioner, getLegalContentTypes, getLegalContentTypes, getLegalLineDelimiters, getLength, getLineDelimiter, getLineInformation, getLineInformationOfOffset, getLineLength, getLineOffset, getLineOfOffset, getModificationStamp, getNumberOfLines, getNumberOfLines, getPartition, getPartition, getPartitionings, getPositionCategories, getPositions, getPositions, getPositionUpdaters, ignorePostNotificationReplaces, insertPositionUpdater, registerPostNotificationReplace, removeDocumentListener, removeDocumentPartitioningListener, removeDocumentRewriteSessionListener, removePosition, removePosition, removePositionCategory, removePositionUpdater, removePrenotifiedDocumentListener, repairLineInformation, replace, resumeListenerNotification, resumePostNotificationProcessing, search, set, setDocumentPartitioner, setDocumentPartitioner, setInitialLineDelimiter, startRewriteSession, startSequentialRewrite, stopListenerNotification, stopPostNotificationProcessing, stopRewriteSession, stopSequentialRewrite |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DocumentAdapter(IBuffer buffer)
| Method Detail |
|---|
public void set(java.lang.String text)
set in interface org.eclipse.jface.text.IDocumentset in class org.eclipse.jface.text.AbstractDocument
public void replace(int offset,
int length,
java.lang.String text)
throws org.eclipse.jface.text.BadLocationException
replace in interface org.eclipse.jface.text.IDocumentreplace in class org.eclipse.jface.text.AbstractDocumentorg.eclipse.jface.text.BadLocationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||