Class DocumentRewriteSessionEvent

java.lang.Object
org.eclipse.jface.text.DocumentRewriteSessionEvent

public class DocumentRewriteSessionEvent extends Object
Description of the state of document rewrite sessions.
Since:
3.1
See Also:
  • Field Details

    • SESSION_START

      public static final Object SESSION_START
    • SESSION_STOP

      public static final Object SESSION_STOP
    • fDocument

      public IDocument fDocument
      The changed document
    • fSession

      public DocumentRewriteSession fSession
      The session
    • fChangeType

      public Object fChangeType
      The change type
  • Constructor Details

  • Method Details

    • getDocument

      public IDocument getDocument()
      Returns the changed document.
      Returns:
      the changed document
    • getChangeType

      public Object getChangeType()
      Returns the change type of this event. This is either SESSION_STARTor SESSION_STOP.
      Returns:
      the change type of this event
    • getSession

      public DocumentRewriteSession getSession()
      Returns the rewrite session.
      Returns:
      the rewrite session