fable.framework.ui.editors
Class KeyAndValueFileDocumentProvider

java.lang.Object
  extended by org.eclipse.ui.texteditor.AbstractDocumentProvider
      extended by org.eclipse.ui.editors.text.StorageDocumentProvider
          extended by org.eclipse.ui.editors.text.FileDocumentProvider
              extended by fable.framework.ui.editors.KeyAndValueFileDocumentProvider
All Implemented Interfaces:
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 KeyAndValueFileDocumentProvider
extends org.eclipse.ui.editors.text.FileDocumentProvider


Field Summary
static java.lang.String INPUT_DEFAULT
          The identifier of the comment body type.
static java.lang.String INPUTFILE_PARTITIONING
          The input file partitioning.
 
Constructor Summary
KeyAndValueFileDocumentProvider()
           
 
Method Summary
 
Methods inherited from class org.eclipse.ui.editors.text.FileDocumentProvider
getContentType, getModificationStamp, getSynchronizationStamp, isDeleted, isModifiable, isSynchronized
 
Methods inherited from class org.eclipse.ui.editors.text.StorageDocumentProvider
getDefaultEncoding, getEncoding, isNotSynchronizedException, isReadOnly, setEncoding
 
Methods inherited from class org.eclipse.ui.texteditor.AbstractDocumentProvider
aboutToChange, addElementStateListener, canSaveDocument, changed, connect, disconnect, getAnnotationModel, getDocument, getProgressMonitor, getStatus, isStateValidated, mustSaveDocument, removeElementStateListener, resetDocument, saveDocument, setCanSaveDocument, setProgressMonitor, synchronize, updateStateCache, validateState
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INPUTFILE_PARTITIONING

public static final java.lang.String INPUTFILE_PARTITIONING
The input file partitioning. It contains two partition types: #INPUT_KEYS and #input_COMMENT.

See Also:
Constant Field Values

INPUT_DEFAULT

public static final java.lang.String INPUT_DEFAULT
The identifier of the comment body type.

See Also:
Constant Field Values
Constructor Detail

KeyAndValueFileDocumentProvider

public KeyAndValueFileDocumentProvider()