org.eclipse.cdt.make.internal.ui.editor
Class MakefileDocumentSetupParticipant

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

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

MakefileDocumentSetupParticipant The document setup participant for Ant.


Field Summary
static java.lang.String MAKEFILE_PARTITIONING
          The name of the Makefiile partitioning.
 
Constructor Summary
MakefileDocumentSetupParticipant()
           
 
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
 

Field Detail

MAKEFILE_PARTITIONING

public static final java.lang.String MAKEFILE_PARTITIONING
The name of the Makefiile partitioning.

See Also:
Constant Field Values
Constructor Detail

MakefileDocumentSetupParticipant

public MakefileDocumentSetupParticipant()
Method Detail

setup

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