|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DocInterface | |
de.uni_paderborn.fujaba.mpEdit | Source Code Editor |
Uses of DocInterface in de.uni_paderborn.fujaba.mpEdit |
Methods in de.uni_paderborn.fujaba.mpEdit that return DocInterface | |
DocInterface |
mpEDIT.newDoc(DocOwnerInterface o)
Opens a new, empty, document. |
DocInterface |
mpEDIT.newDoc()
No comment provided by developer, please add a comment to improve documentation. |
DocInterface |
mpEDIT.openDoc(DocOwnerInterface o,
java.lang.String filename)
Opens a new editor window containing the specified file. |
DocInterface |
mpEDIT.openDoc(java.lang.String filename)
No comment provided by developer, please add a comment to improve documentation. |
DocInterface |
EditorInterface.openDoc(DocOwnerInterface owner,
java.lang.String filename)
Opens a new editor window containing the specified file. |
DocInterface |
EditorInterface.newDoc(DocOwnerInterface owner)
Opens a new, empty, document. |
Methods in de.uni_paderborn.fujaba.mpEdit with parameters of type DocInterface | |
void |
EditorOwnerInterface.openedDoc(DocInterface doc)
Called when the user has opened a new document. |
void |
EditorOwnerInterface.closingDoc(DocInterface doc)
Called when the user is closing a document. |
void |
DocOwnerInterface.savedDoc(DocInterface doc)
Called when the user has writes out a document using "save". |
void |
DocOwnerInterface.savedAsDoc(DocInterface doc,
java.lang.String filename)
Called when the user has writes out a document using "save as". |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |