org.eclipse.palamedes.ui.editor.sourcecode
Class DocumentSetupParticipant

java.lang.Object
  extended by org.eclipse.palamedes.ui.editor.sourcecode.DocumentSetupParticipant
All Implemented Interfaces:
org.eclipse.core.filebuffers.IDocumentSetupParticipant

public class DocumentSetupParticipant
extends java.lang.Object
implements org.eclipse.core.filebuffers.IDocumentSetupParticipant


Constructor Summary
DocumentSetupParticipant()
           
 
Method Summary
 void setup(org.eclipse.jface.text.IDocument document)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentSetupParticipant

public DocumentSetupParticipant()
Method Detail

setup

public void setup(org.eclipse.jface.text.IDocument document)
Specified by:
setup in interface org.eclipse.core.filebuffers.IDocumentSetupParticipant