de.uni_paderborn.fujaba.texteditor
Class TextEditorMP.BufferMP.OwnerMP

java.lang.Object
  extended byde.uni_paderborn.fujaba.texteditor.TextEditorMP.BufferMP.OwnerMP
All Implemented Interfaces:
DocOwnerInterface
Enclosing class:
TextEditorMP.BufferMP

private class TextEditorMP.BufferMP.OwnerMP
extends java.lang.Object
implements DocOwnerInterface

No comment provided by developer, please add a comment to improve documentation.

Version:
$Revision: 1.4 $ $Date: 2005/02/14 14:28:14 $
Author:
$Author: cschneid $

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

owner

TextEditor.BufferOwner owner
No comment provided by developer, please add a comment to improve documentation.

Constructor Detail

TextEditorMP.BufferMP.OwnerMP

public TextEditorMP.BufferMP.OwnerMP(TextEditor.BufferOwner owner)
Constructor for class OwnerMP

Parameters:
owner - No description provided
Method Detail

savedAsDoc

public void savedAsDoc(DocInterface doc,
                       java.lang.String filename)
Called when the user has writes out a document using "save as".

Specified by:
savedAsDoc in interface DocOwnerInterface
Parameters:
doc - The document which has been written.
filename - The new document name (full path).

savedDoc

public void savedDoc(DocInterface doc)
Called when the user has writes out a document using "save".

Specified by:
savedDoc in interface DocOwnerInterface
Parameters:
doc - The document which has been written.