Klasse DocumentAdapter

java.lang.Object
org.eclipse.jface.text.AbstractDocument
org.eclipse.jface.text.Document
org.aspectj.org.eclipse.jdt.internal.core.DocumentAdapter
Alle implementierten Schnittstellen:
org.eclipse.jface.text.IDocument, org.eclipse.jface.text.IDocumentExtension, org.eclipse.jface.text.IDocumentExtension2, org.eclipse.jface.text.IDocumentExtension3, org.eclipse.jface.text.IDocumentExtension4, org.eclipse.jface.text.IRepairableDocument, org.eclipse.jface.text.IRepairableDocumentExtension

public class DocumentAdapter extends org.eclipse.jface.text.Document
  • Verschachtelte Klassen - Übersicht

    Von Schnittstelle geerbte verschachtelte Klassen/Schnittstellen org.eclipse.jface.text.IDocumentExtension

    org.eclipse.jface.text.IDocumentExtension.IReplace
  • Feldübersicht

    Von Schnittstelle geerbte Felder org.eclipse.jface.text.IDocument

    DEFAULT_CATEGORY, DEFAULT_CONTENT_TYPE

    Von Schnittstelle geerbte Felder org.eclipse.jface.text.IDocumentExtension3

    DEFAULT_PARTITIONING

    Von Schnittstelle geerbte Felder org.eclipse.jface.text.IDocumentExtension4

    UNKNOWN_MODIFICATION_STAMP
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    replace(int offset, int length, String text)
     
    void
    set(String text)
     

    Von Klasse geerbte Methoden org.eclipse.jface.text.Document

    isLineInformationRepairNeeded

    Von Klasse geerbte Methoden org.eclipse.jface.text.AbstractDocument

    acceptPostNotificationReplaces, addDocumentListener, addDocumentPartitioningListener, addDocumentRewriteSessionListener, addPosition, addPosition, addPositionCategory, addPositionUpdater, addPrenotifiedDocumentListener, checkStateOfPartitioner, completeInitialization, computeIndexInCategory, computeIndexInPositionList, computeIndexInPositionList, computeNumberOfLines, computePartitioning, computePartitioning, containsPosition, containsPositionCategory, doFireDocumentChanged, doFireDocumentChanged, doFireDocumentChanged2, fireDocumentAboutToBeChanged, fireDocumentChanged, fireDocumentPartitioningChanged, fireDocumentPartitioningChanged, fireDocumentPartitioningChanged, fireRewriteSessionChanged, get, get, getActiveRewriteSession, getChar, getContentType, getContentType, getDefaultLineDelimiter, getDocumentListeners, getDocumentManagedPositions, getDocumentPartitioner, getDocumentPartitioner, getDocumentPartitioningListeners, getLegalContentTypes, getLegalContentTypes, getLegalLineDelimiters, getLength, getLineDelimiter, getLineInformation, getLineInformationOfOffset, getLineLength, getLineOffset, getLineOfOffset, getModificationStamp, getNumberOfLines, getNumberOfLines, getPartition, getPartition, getPartitionings, getPositionCategories, getPositions, getPositions, getPositionUpdaters, getStore, getTracker, ignorePostNotificationReplaces, insertPositionUpdater, registerPostNotificationReplace, removeDocumentListener, removeDocumentPartitioningListener, removeDocumentRewriteSessionListener, removePosition, removePosition, removePositionCategory, removePositionUpdater, removePrenotifiedDocumentListener, repairLineInformation, replace, resumeListenerNotification, resumePostNotificationProcessing, search, set, setDocumentPartitioner, setDocumentPartitioner, setInitialLineDelimiter, setLineTracker, setTextStore, startRewriteSession, startRewriteSessionOnPartitioners, startSequentialRewrite, stopListenerNotification, stopPostNotificationProcessing, stopRewriteSession, stopRewriteSessionOnPartitioners, stopSequentialRewrite, updateDocumentStructures, updatePositions

    Von Klasse geerbte Methoden java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Konstruktordetails

    • DocumentAdapter

      public DocumentAdapter(IBuffer buffer)
  • Methodendetails

    • set

      public void set(String text)
      Angegeben von:
      set in Schnittstelle org.eclipse.jface.text.IDocument
      Setzt außer Kraft:
      set in Klasse org.eclipse.jface.text.AbstractDocument
    • replace

      public void replace(int offset, int length, String text) throws org.eclipse.jface.text.BadLocationException
      Angegeben von:
      replace in Schnittstelle org.eclipse.jface.text.IDocument
      Setzt außer Kraft:
      replace in Klasse org.eclipse.jface.text.AbstractDocument
      Löst aus:
      org.eclipse.jface.text.BadLocationException