|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DocMan | |
de.uni_paderborn.fujaba.mpEdit | Source Code Editor |
Uses of DocMan in de.uni_paderborn.fujaba.mpEdit |
Fields in de.uni_paderborn.fujaba.mpEdit declared as DocMan | |
private DocMan |
TextMenu.docMan
No comment provided by developer, please add a comment to improve documentation. |
(package private) DocMan |
TextFrame.docMan
No comment provided by developer, please add a comment to improve documentation. |
protected DocMan |
TextCanvas.docMan
No comment provided by developer, please add a comment to improve documentation. |
private DocMan |
Ruler.docMan
No comment provided by developer, please add a comment to improve documentation. |
(package private) DocMan |
PropDialog.docMan
No comment provided by developer, please add a comment to improve documentation. |
private DocMan |
DirtyDialog.docMan
No comment provided by developer, please add a comment to improve documentation. |
Methods in de.uni_paderborn.fujaba.mpEdit with parameters of type DocMan | |
void |
mpEDIT.openDocDialog(DocMan doc,
TextFrame textFrame)
Opens a file dialog, and then the specified file. |
void |
mpEDIT.closeDoc(DocMan doc)
No comment provided by developer, please add a comment to improve documentation. |
Constructors in de.uni_paderborn.fujaba.mpEdit with parameters of type DocMan | |
TextMenu(mpEDIT mpe,
java.util.ResourceBundle str,
DocMan doc,
TextFrame tf)
Constructor for class TextMenu |
|
TextFrame(mpEDIT mpe,
java.util.ResourceBundle str,
java.util.Properties pr,
DocMan doc,
Ruler ruler)
Constructor for class TextFrame |
|
TextCanvas(mpEDIT mpe,
DocMan doc,
TextFrame tf,
javax.swing.JScrollBar h,
javax.swing.JScrollBar v,
Ruler r)
Constructor for class TextCanvas |
|
Ruler(DocMan dm)
Constructor for class Ruler |
|
PropDialog(TextFrame textFrame,
java.util.ResourceBundle strings,
DocMan dm,
java.lang.String title)
Constructor for class PropDialog |
|
PrintMan(TextFrame p,
DocMan docMan,
java.lang.String n,
java.awt.Font f,
int t)
Constructor for class PrintMan |
|
DirtyDialog(DocMan dm,
TextFrame tf,
java.util.ResourceBundle strings,
java.lang.String title,
java.lang.String file)
Constructor for class DirtyDialog |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |