|
Runtime | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A file observer is notified of changes to files in the workspace.
| Method Summary | |
void |
handleFileChanged(IFile file)
handle the file content changed event. |
void |
handleFileDeleted(IFile file)
handle the file deleted event. |
void |
handleFileMoved(IFile oldFile,
IFile file)
handle the file moved event. |
void |
handleFileRenamed(IFile oldFile,
IFile file)
handle the file renamed event. |
void |
handleMarkerAdded(IMarker marker)
handle the marker added event |
void |
handleMarkerChanged(IMarker marker)
handle the marker changed event |
void |
handleMarkerDeleted(IMarker marker,
java.util.Map attributes)
Handle the marker deleted event. |
| Method Detail |
public void handleFileRenamed(IFile oldFile,
IFile file)
oldFile - the original file.file - the renamed file.
public void handleFileMoved(IFile oldFile,
IFile file)
oldFile - the original file.file - the moved file.public void handleFileDeleted(IFile file)
file - the deleted file.public void handleFileChanged(IFile file)
file - the changed file.public void handleMarkerAdded(IMarker marker)
marker - the added marker
public void handleMarkerDeleted(IMarker marker,
java.util.Map attributes)
marker - the deleted markerattributes - the old marker's attributes.public void handleMarkerChanged(IMarker marker)
marker - the changed marker
|
Runtime | ||||||||||
| 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., Borland Software Corp., and others 2005,2006. All rights reserved.