|
Eclipse Platform Pre-release 3.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.ui.editors.text.TextFileDocumentProvider
| Nested Class Summary | |
protected static class |
TextFileDocumentProvider.DocumentProviderOperation
Opertion created by the document provider and to be executed by the providers runnable context. |
protected class |
TextFileDocumentProvider.FileBufferListener
|
protected static class |
TextFileDocumentProvider.FileInfo
|
protected static class |
TextFileDocumentProvider.NullProvider
|
| Constructor Summary | |
TextFileDocumentProvider()
|
|
TextFileDocumentProvider(IDocumentProvider parentProvider)
|
|
| Method Summary | |
void |
aboutToChange(Object element)
Informs this document provider about upcoming changes of the given element. |
void |
addElementStateListener(IElementStateListener listener)
Adds the given element state listener to this document provider. |
boolean |
canSaveDocument(Object element)
Returns whether the document provided for the given element differs from its original state which would required that it be saved. |
void |
changed(Object element)
Informs this document provider that the given element has been changed. |
protected void |
commitFileBuffer(IProgressMonitor monitor,
TextFileDocumentProvider.FileInfo info,
boolean overwrite)
|
void |
connect(Object element)
Connects the given element to this document provider. |
protected IAnnotationModel |
createAnnotationModel(IFile file)
|
protected TextFileDocumentProvider.FileInfo |
createEmptyFileInfo()
|
protected void |
createFileFromDocument(IProgressMonitor monitor,
IFile file,
IDocument document)
|
protected TextFileDocumentProvider.FileInfo |
createFileInfo(Object element)
|
protected TextFileDocumentProvider.DocumentProviderOperation |
createSaveOperation(Object element,
IDocument document,
boolean overwrite)
|
void |
disconnect(Object element)
Disconnects the given element from this document provider. |
protected void |
disposeFileInfo(Object element,
TextFileDocumentProvider.FileInfo info)
|
protected void |
executeOperation(TextFileDocumentProvider.DocumentProviderOperation operation,
IProgressMonitor monitor)
Executes the given operation in the providers runnable context. |
protected void |
fireElementStateChangeFailed(Object element)
|
protected void |
fireElementStateChanging(Object element)
|
IAnnotationModel |
getAnnotationModel(Object element)
Returns the annotation model for the given element. |
protected Iterator |
getConnectedElementsIterator()
|
String |
getDefaultEncoding()
Returns the default character encoding used by this provider. |
IDocument |
getDocument(Object element)
Returns the document for the given element. |
protected Iterator |
getElements(IFileBuffer file)
Returns an iterator for all the elements that are connected to this file buffer. |
String |
getEncoding(Object element)
Returns the character encoding for the given element, or null if the element is not managed by this provider. |
protected TextFileDocumentProvider.FileInfo |
getFileInfo(Object element)
|
protected Iterator |
getFileInfosIterator()
|
long |
getModificationStamp(Object element)
Returns the modification stamp of the given element. |
protected IRunnableContext |
getOperationRunner(IProgressMonitor monitor)
Returns the runnable context for this document provider. |
protected IDocumentProvider |
getParentProvider()
Returns the parent document provider. |
IProgressMonitor |
getProgressMonitor()
Returns this providers progress monitor. |
IStatus |
getStatus(Object element)
Returns the status of the given element. |
long |
getSynchronizationStamp(Object element)
Returns the time stamp of the last synchronization of the given element and it's provided document. |
protected File |
getSystemFile(TextFileDocumentProvider.FileInfo info)
|
protected void |
handleCoreException(CoreException exception,
String message)
Defines the standard procedure to handle CoreExceptions. |
boolean |
isDeleted(Object element)
Returns whether the given element has been deleted. |
boolean |
isModifiable(Object element)
Returns whether the document provider thinks that the given element can persistently be modified. |
boolean |
isReadOnly(Object element)
Returns whether the document provider thinks that the given element is read-only. |
boolean |
isStateValidated(Object element)
Returns whether the state of the given element has been validated. |
boolean |
isSynchronized(Object element)
Returns whether the information provided for the given element is in sync with the element. |
protected boolean |
isSystemFileReadOnly(TextFileDocumentProvider.FileInfo info)
|
boolean |
mustSaveDocument(Object element)
Returns whether the document provided for the given element must be saved. |
void |
removeElementStateListener(IElementStateListener listener)
Removes the given element state listener from this document provider. |
void |
resetDocument(Object element)
Resets the given element's document to its last saved state. |
void |
saveDocument(IProgressMonitor monitor,
Object element,
IDocument document,
boolean overwrite)
Saves the given document provided for the given element. |
void |
setCanSaveDocument(Object element)
Marks the document managed for the given element as saveable. |
void |
setEncoding(Object element,
String encoding)
Sets the encoding for the given element. |
void |
setParentDocumentProvider(IDocumentProvider parentProvider)
|
void |
setProgressMonitor(IProgressMonitor progressMonitor)
Sets this providers progress monitor. |
void |
synchronize(Object element)
Synchronizes the document provided for the given element with the given element. |
void |
updateStateCache(Object element)
Updates the state cache for the given element. |
void |
validateState(Object element,
Object computationContext)
Validates the state of the given element. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TextFileDocumentProvider()
public TextFileDocumentProvider(IDocumentProvider parentProvider)
| Method Detail |
public final void setParentDocumentProvider(IDocumentProvider parentProvider)
protected final IDocumentProvider getParentProvider()
protected IRunnableContext getOperationRunner(IProgressMonitor monitor)
protected void executeOperation(TextFileDocumentProvider.DocumentProviderOperation operation,
IProgressMonitor monitor)
throws CoreException
operation - the operation to be executesmonitor - the progress monitor
CoreException - the operation's core exception
public void connect(Object element)
throws CoreException
IDocumentProviderdisconnect(Object) this provider can assume to know the
correct number of clients working with the document provided for that
domain model element.
The given element must not be null.
connect in interface IDocumentProviderelement - the element
CoreException - if the textual representation or the annotation model
of the element could not be createdprotected TextFileDocumentProvider.FileInfo createEmptyFileInfo()
protected TextFileDocumentProvider.FileInfo createFileInfo(Object element)
throws CoreException
CoreExceptionprotected IAnnotationModel createAnnotationModel(IFile file)
public void disconnect(Object element)
IDocumentProviderconnect(Object) and of this method this provider can assume to
know the correct number of clients working with the document provided for that
domain model element.
The given element must not be null.
disconnect in interface IDocumentProviderelement - the element
protected void disposeFileInfo(Object element,
TextFileDocumentProvider.FileInfo info)
protected Iterator getElements(IFileBuffer file)
file - the file buffer
public IDocument getDocument(Object element)
IDocumentProvider
getDocument in interface IDocumentProviderelement - the element, or null
null if none
public void resetDocument(Object element)
throws CoreException
IDocumentProviderelementContentAboutToBeReplaced)
and after (elementContentReplaced) the content is changed.
resetDocument in interface IDocumentProviderelement - the element, or null
CoreException
public final void saveDocument(IProgressMonitor monitor,
Object element,
IDocument document,
boolean overwrite)
throws CoreException
IDocumentProvider
saveDocument in interface IDocumentProvidermonitor - a progress monitor to report progress and request cancelationelement - the element, or nulldocument - the documentoverwrite - indicates whether overwrite should be performed
while saving the given element if necessary
CoreException - if document could not be stored to the given element
protected TextFileDocumentProvider.DocumentProviderOperation createSaveOperation(Object element,
IDocument document,
boolean overwrite)
throws CoreException
CoreException
protected void commitFileBuffer(IProgressMonitor monitor,
TextFileDocumentProvider.FileInfo info,
boolean overwrite)
throws CoreException
CoreException
protected void createFileFromDocument(IProgressMonitor monitor,
IFile file,
IDocument document)
throws CoreException
CoreExceptionpublic long getModificationStamp(Object element)
IDocumentProvider
getModificationStamp in interface IDocumentProviderelement - the element
public long getSynchronizationStamp(Object element)
IDocumentProvider
getSynchronizationStamp in interface IDocumentProviderelement - the element
public boolean isDeleted(Object element)
IDocumentProvider
isDeleted in interface IDocumentProviderelement - the element
true if the element has been deletedpublic boolean mustSaveDocument(Object element)
IDocumentProvider
mustSaveDocument in interface IDocumentProviderelement - the element, or null
true if the document must be saved, and
false otherwise (including the element is null)public boolean canSaveDocument(Object element)
IDocumentProvider
canSaveDocument in interface IDocumentProviderelement - the element, or null
true if the document can be saved, and
false otherwise (including the element is null)public IAnnotationModel getAnnotationModel(Object element)
IDocumentProvider
getAnnotationModel in interface IDocumentProviderelement - the element, or null
null if nonepublic void aboutToChange(Object element)
IDocumentProvider
aboutToChange has been and before changed is called. In this case,
it is assumed that the document is already up to date, e.g., a save operation is a
typical case.
The concrete nature of the change notification depends on the concrete type of the
given element. If the element is, e.g., an IResource the notification
is a resource delta.
aboutToChange in interface IDocumentProviderelement - the element, or nullpublic void changed(Object element)
IDocumentProviderIResource the notification is a resource delta.
changed in interface IDocumentProviderelement - the element, or nullpublic void addElementStateListener(IElementStateListener listener)
IDocumentProvider
addElementStateListener in interface IDocumentProviderlistener - the listenerpublic void removeElementStateListener(IElementStateListener listener)
IDocumentProvider
removeElementStateListener in interface IDocumentProviderlistener - the listenerpublic boolean isReadOnly(Object element)
IDocumentProviderExtensiontrue, saveDocument could fail.
This method does not say anything about the document constructed from the given
element. If the given element is not connected to this document provider, the return
value is undefined. Document providers are allowed to use a cache to answer this
question, i.e. there can be a difference between the "real" state of the element and
the return value.
isReadOnly in interface IDocumentProviderExtensionelement - the element
true if the given element is read-only, false otherwisepublic boolean isModifiable(Object element)
IDocumentProviderExtensionisReadOnly as read-only elements may be modifiable and
writable elements may not be modifiable. If the given element is not connected to this document
provider, the result is undefined. Document providers are allowed to use a cache to answer this
question, i.e. there can be a difference between the "real" state of the element and the return
value.
isModifiable in interface IDocumentProviderExtensionelement - the element
true if the given element is modifiable, false otherwise
public void validateState(Object element,
Object computationContext)
throws CoreException
IDocumentProviderExtensionisReadOnly and isModifiable. If the
given element is not connected to this document provider, the effect is undefined.
validateState in interface IDocumentProviderExtensionelement - the elementcomputationContext - the context in which the computation is performed, e.g., a SWT shell
CoreException - if validating failspublic boolean isStateValidated(Object element)
IDocumentProviderExtension
isStateValidated in interface IDocumentProviderExtensionelement - the element
true if the state has been validated
public void updateStateCache(Object element)
throws CoreException
IDocumentProviderExtensionisReadOnly and isModifiable. If the given element is not
connected to this document provider, the effect is undefined.
updateStateCache in interface IDocumentProviderExtensionelement - the element
CoreException - if validating failspublic void setCanSaveDocument(Object element)
IDocumentProviderExtensioncanBeSaved(element) will return true
afterwards.
setCanSaveDocument in interface IDocumentProviderExtensionelement - the elementpublic IStatus getStatus(Object element)
IDocumentProviderExtension
getStatus in interface IDocumentProviderExtensionelement - the element
public void synchronize(Object element)
throws CoreException
IDocumentProviderExtensiongetSynchronizationTimeStamp
and getModificationTimeStamp return the same value.
synchronize in interface IDocumentProviderExtensionelement - the element
CoreException - if the synchronization could not be performedpublic void setProgressMonitor(IProgressMonitor progressMonitor)
IDocumentProviderExtension2
setProgressMonitor in interface IDocumentProviderExtension2progressMonitor - public IProgressMonitor getProgressMonitor()
IDocumentProviderExtension2
getProgressMonitor in interface IDocumentProviderExtension2public boolean isSynchronized(Object element)
IDocumentProviderExtension3
isSynchronized in interface IDocumentProviderExtension3element - the element
true if the information is in sync with the element, false otherwisepublic String getDefaultEncoding()
IStorageDocumentProvider
getDefaultEncoding in interface IStorageDocumentProviderpublic String getEncoding(Object element)
IStorageDocumentProvidernull if the element is not managed by this provider.
getEncoding in interface IStorageDocumentProviderelement - the element
public void setEncoding(Object element,
String encoding)
IStorageDocumentProviderencoding
is null the workbench's character encoding should be used.
setEncoding in interface IStorageDocumentProviderelement - the elementencoding - the encoding to be used
protected void handleCoreException(CoreException exception,
String message)
CoreExceptions. Exceptions
are written to the plug-in log.
exception - the exception to be loggedmessage - the message to be loggedprotected File getSystemFile(TextFileDocumentProvider.FileInfo info)
protected boolean isSystemFileReadOnly(TextFileDocumentProvider.FileInfo info)
protected TextFileDocumentProvider.FileInfo getFileInfo(Object element)
protected Iterator getConnectedElementsIterator()
protected Iterator getFileInfosIterator()
protected void fireElementStateChanging(Object element)
protected void fireElementStateChangeFailed(Object element)
|
Eclipse Platform Pre-release 3.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||