|
Carbide.c++ | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IModelDocumentProvider
This interface is used to look up documents for files.
The provider must detect changes to any IDocument returned and reflect those changes when asked for the file the next time. The provider does not have to persist the contents of the file on a document change, though.
The key used here is File (instead of IPath) since it has proper case sensitivity. Such Files should be absolute canonical filesystem paths.
Method Summary | |
---|---|
IDocument |
getDocument(java.io.File file)
Locate an existing document or load it. |
Method Detail |
---|
IDocument getDocument(java.io.File file)
file
- full pathed file
|
Carbide.c++ | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |