org.eclipse.cdt.make.internal.ui.editor
Interface IMakefileDocumentProvider

All Superinterfaces:
org.eclipse.ui.texteditor.IDocumentProvider
All Known Implementing Classes:
MakefileDocumentProvider

public interface IMakefileDocumentProvider
extends org.eclipse.ui.texteditor.IDocumentProvider


Method Summary
 IMakefile getWorkingCopy(java.lang.Object element)
          Returns the working copy for the given element.
 void shutdown()
          Shuts down this provider.
 
Methods inherited from interface org.eclipse.ui.texteditor.IDocumentProvider
aboutToChange, addElementStateListener, canSaveDocument, changed, connect, disconnect, getAnnotationModel, getDocument, getModificationStamp, getSynchronizationStamp, isDeleted, mustSaveDocument, removeElementStateListener, resetDocument, saveDocument
 

Method Detail

shutdown

void shutdown()
Shuts down this provider.


getWorkingCopy

IMakefile getWorkingCopy(java.lang.Object element)
Returns the working copy for the given element.

Parameters:
element - the element
Returns:
the working copy for the given element