Uses of Interface
de.uni_paderborn.fujaba.mpEdit.DocOwnerInterface

Packages that use DocOwnerInterface
de.uni_paderborn.fujaba.mpEdit Source Code Editor 
de.uni_paderborn.fujaba.texteditor   
 

Uses of DocOwnerInterface in de.uni_paderborn.fujaba.mpEdit
 

Fields in de.uni_paderborn.fujaba.mpEdit declared as DocOwnerInterface
private  DocOwnerInterface DocMan.docOwner
          No comment provided by developer, please add a comment to improve documentation.
 

Methods in de.uni_paderborn.fujaba.mpEdit that return DocOwnerInterface
 DocOwnerInterface DocMan.getOwner()
          Get the owner attribute of the DocMan object
 

Methods in de.uni_paderborn.fujaba.mpEdit with parameters of type DocOwnerInterface
 DocInterface mpEDIT.newDoc(DocOwnerInterface o)
          Opens a new, empty, document.
 DocInterface mpEDIT.openDoc(DocOwnerInterface o, java.lang.String filename)
          Opens a new editor window containing the specified file.
 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.
 void DocMan.setOwner(DocOwnerInterface o)
          Sets the owner attribute of the DocMan object
 

Uses of DocOwnerInterface in de.uni_paderborn.fujaba.texteditor
 

Classes in de.uni_paderborn.fujaba.texteditor that implement DocOwnerInterface
private  class TextEditorMP.BufferMP.OwnerMP
          No comment provided by developer, please add a comment to improve documentation.