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

java.lang.Object
  extended by org.eclipse.ui.editors.text.TextFileDocumentProvider
      extended by org.eclipse.cdt.make.internal.ui.editor.MakefileDocumentProvider
All Implemented Interfaces:
IMakefileDocumentProvider, org.eclipse.ui.editors.text.IStorageDocumentProvider, org.eclipse.ui.texteditor.IDocumentProvider, org.eclipse.ui.texteditor.IDocumentProviderExtension, org.eclipse.ui.texteditor.IDocumentProviderExtension2, org.eclipse.ui.texteditor.IDocumentProviderExtension3, org.eclipse.ui.texteditor.IDocumentProviderExtension4, org.eclipse.ui.texteditor.IDocumentProviderExtension5

public class MakefileDocumentProvider
extends org.eclipse.ui.editors.text.TextFileDocumentProvider
implements IMakefileDocumentProvider


Constructor Summary
MakefileDocumentProvider()
           
 
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 class org.eclipse.ui.editors.text.TextFileDocumentProvider
aboutToChange, addElementStateListener, canSaveDocument, changed, connect, disconnect, getAnnotationModel, getContentType, getDefaultEncoding, getDocument, getEncoding, getModificationStamp, getProgressMonitor, getStatus, getSynchronizationStamp, isDeleted, isModifiable, isNotSynchronizedException, isReadOnly, isStateValidated, isSynchronized, mustSaveDocument, removeElementStateListener, resetDocument, saveDocument, setCanSaveDocument, setEncoding, setParentDocumentProvider, setProgressMonitor, synchronize, updateStateCache, validateState
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.ui.texteditor.IDocumentProvider
aboutToChange, addElementStateListener, canSaveDocument, changed, connect, disconnect, getAnnotationModel, getDocument, getModificationStamp, getSynchronizationStamp, isDeleted, mustSaveDocument, removeElementStateListener, resetDocument, saveDocument
 

Constructor Detail

MakefileDocumentProvider

public MakefileDocumentProvider()
Method Detail

getWorkingCopy

public IMakefile getWorkingCopy(java.lang.Object element)
Description copied from interface: IMakefileDocumentProvider
Returns the working copy for the given element.

Specified by:
getWorkingCopy in interface IMakefileDocumentProvider
Parameters:
element - the element
Returns:
the working copy for the given element

shutdown

public void shutdown()
Description copied from interface: IMakefileDocumentProvider
Shuts down this provider.

Specified by:
shutdown in interface IMakefileDocumentProvider