|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uni_paderborn.fujaba.texteditor.TextEditorMP.BufferMP.OwnerMP
No comment provided by developer, please add a comment to improve documentation.
Field Summary | |
(package private) TextEditor.BufferOwner |
owner
No comment provided by developer, please add a comment to improve documentation. |
Constructor Summary | |
TextEditorMP.BufferMP.OwnerMP(TextEditor.BufferOwner owner)
Constructor for class OwnerMP |
Method Summary | |
void |
savedAsDoc(DocInterface doc,
java.lang.String filename)
Called when the user has writes out a document using "save as". |
void |
savedDoc(DocInterface doc)
Called when the user has writes out a document using "save". |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
TextEditor.BufferOwner owner
Constructor Detail |
public TextEditorMP.BufferMP.OwnerMP(TextEditor.BufferOwner owner)
owner
- No description providedMethod Detail |
public void savedAsDoc(DocInterface doc, java.lang.String filename)
savedAsDoc
in interface DocOwnerInterface
doc
- The document which has been written.filename
- The new document name (full path).public void savedDoc(DocInterface doc)
savedDoc
in interface DocOwnerInterface
doc
- The document which has been written.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |