org.eclipse.xtext.ui.editor.tasks
Class TaskTagsMarkerListener

java.lang.Object
  extended by org.eclipse.xtext.ui.editor.tasks.TaskTagsMarkerListener
All Implemented Interfaces:
org.eclipse.jface.text.IDocumentListener

public class TaskTagsMarkerListener
extends java.lang.Object
implements org.eclipse.jface.text.IDocumentListener

Used to * handle the creation of Task Tags to be displayed in eclipse Tasks View.

See Also:
org.eclipse.xtext.ui.editor.model.IXtextEditorModelListener

Constructor Summary
TaskTagsMarkerListener()
           
 
Method Summary
 void documentAboutToBeChanged(org.eclipse.jface.text.DocumentEvent event)
          The manipulation described by the document event will be performed.
 void documentChanged(org.eclipse.jface.text.DocumentEvent event)
          The manipulation described by the document event has been performed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskTagsMarkerListener

public TaskTagsMarkerListener()
Method Detail

documentAboutToBeChanged

public void documentAboutToBeChanged(org.eclipse.jface.text.DocumentEvent event)
Description copied from interface: org.eclipse.jface.text.IDocumentListener
The manipulation described by the document event will be performed.

Specified by:
documentAboutToBeChanged in interface org.eclipse.jface.text.IDocumentListener
Parameters:
event - the document event describing the document change

documentChanged

public void documentChanged(org.eclipse.jface.text.DocumentEvent event)
Description copied from interface: org.eclipse.jface.text.IDocumentListener
The manipulation described by the document event has been performed.

Specified by:
documentChanged in interface org.eclipse.jface.text.IDocumentListener
Parameters:
event - the document event describing the document change