org.eclipse.cdt.internal.ui.editor
Class CDocumentSetupParticipant

java.lang.Object
  extended by org.eclipse.cdt.internal.ui.editor.CDocumentSetupParticipant
All Implemented Interfaces:
org.eclipse.core.filebuffers.IDocumentSetupParticipant

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

CDocumentSetupParticipant


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

Constructor Detail

CDocumentSetupParticipant

public CDocumentSetupParticipant()
Method Detail

setup

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