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

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

Uses of DocOwnerInterface in de.uni_paderborn.fujaba.mpEdit
 

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.