protected class TextFileDocumentProvider.FileBufferListener extends Object implements IFileBufferListener
Constructor and Description |
---|
FileBufferListener() |
Modifier and Type | Method and Description |
---|---|
void |
bufferContentAboutToBeReplaced(IFileBuffer file)
Informs the listener about an upcoming replace of the contents of the given buffer.
|
void |
bufferContentReplaced(IFileBuffer file)
Informs the listener that the buffer of the given buffer has been replaced.
|
void |
bufferCreated(IFileBuffer buffer)
Informs the listener about the creation of the given buffer.
|
void |
bufferDisposed(IFileBuffer buffer)
Informs the listener that the given buffer has been disposed.
|
void |
dirtyStateChanged(IFileBuffer file,
boolean isDirty)
Informs the listener that the dirty state of the given buffer changed
to the specified value
|
void |
stateChangeFailed(IFileBuffer file)
Informs the listener that a state changing operation on the given
file buffer failed.
|
void |
stateChanging(IFileBuffer file)
Informs the listener about the start of a state changing operation on
the given buffer.
|
void |
stateValidationChanged(IFileBuffer file,
boolean isStateValidated)
Informs the listener that the state validation changed to the specified value.
|
void |
underlyingFileDeleted(IFileBuffer file)
Informs the listener that the file underlying the given file buffer has been deleted.
|
void |
underlyingFileMoved(IFileBuffer file,
IPath newLocation)
Informs the listener that the file underlying the given file buffer has been moved to the
given location.
|
public void bufferContentAboutToBeReplaced(IFileBuffer file)
IFileBufferListener
bufferContentAboutToBeReplaced
in interface IFileBufferListener
file
- the affected file bufferpublic void bufferContentReplaced(IFileBuffer file)
IFileBufferListener
bufferContentReplaced
in interface IFileBufferListener
file
- the affected file bufferpublic void stateChanging(IFileBuffer file)
IFileBufferListener
stateChanging
in interface IFileBufferListener
file
- the affected file bufferpublic void dirtyStateChanged(IFileBuffer file, boolean isDirty)
IFileBufferListener
dirtyStateChanged
in interface IFileBufferListener
file
- the affected file bufferisDirty
- true
if the buffer is dirty, false
otherwisepublic void stateValidationChanged(IFileBuffer file, boolean isStateValidated)
IFileBufferListener
stateValidationChanged
in interface IFileBufferListener
file
- the affected file bufferisStateValidated
- true
if the buffer state is validated, false
otherwisepublic void underlyingFileMoved(IFileBuffer file, IPath newLocation)
IFileBufferListener
This event is currently only sent if the file buffer is
backed by an IFile
.
underlyingFileMoved
in interface IFileBufferListener
file
- the affected file buffernewLocation
- the new location (not just the container)public void underlyingFileDeleted(IFileBuffer file)
IFileBufferListener
underlyingFileDeleted
in interface IFileBufferListener
file
- the affected file bufferpublic void stateChangeFailed(IFileBuffer file)
IFileBufferListener
stateChangeFailed
in interface IFileBufferListener
file
- the affected file bufferpublic void bufferCreated(IFileBuffer buffer)
IFileBufferListener
bufferCreated
in interface IFileBufferListener
buffer
- the created file bufferpublic void bufferDisposed(IFileBuffer buffer)
IFileBufferListener
bufferDisposed
in interface IFileBufferListener
buffer
- the disposed file buffer
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.