|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ui.editors.text.TextFileDocumentProvider.FileBufferListener
Constructor Summary | |
---|---|
TextFileDocumentProvider.FileBufferListener()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TextFileDocumentProvider.FileBufferListener()
Method Detail |
public void bufferContentAboutToBeReplaced(IFileBuffer file)
IFileBufferListener
bufferContentAboutToBeReplaced
in interface IFileBufferListener
file
- the effected file bufferpublic void bufferContentReplaced(IFileBuffer file)
IFileBufferListener
bufferContentReplaced
in interface IFileBufferListener
file
- the effected file bufferpublic void stateChanging(IFileBuffer file)
IFileBufferListener
stateChanging
in interface IFileBufferListener
file
- the effected file bufferpublic void dirtyStateChanged(IFileBuffer file, boolean isDirty)
IFileBufferListener
dirtyStateChanged
in interface IFileBufferListener
file
- the effected file bufferisDirty
- true
if the buffer is dirty, false
otherwisepublic void stateValidationChanged(IFileBuffer file, boolean isStateValidated)
IFileBufferListener
stateValidationChanged
in interface IFileBufferListener
file
- the effected file bufferisStateValidated
- true
if the buffer state is validated, false
otherwisepublic void underlyingFileMoved(IFileBuffer file, IPath newLocation)
IFileBufferListener
underlyingFileMoved
in interface IFileBufferListener
file
- the effected file buffernewLocation
- the new location (not just the container)public void underlyingFileDeleted(IFileBuffer file)
IFileBufferListener
underlyingFileDeleted
in interface IFileBufferListener
file
- the effected file bufferpublic void stateChangeFailed(IFileBuffer file)
IFileBufferListener
stateChangeFailed
in interface IFileBufferListener
file
- the effected 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
|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.