|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TextFrame | |
de.uni_paderborn.fujaba.mpEdit | Source Code Editor |
Uses of TextFrame in de.uni_paderborn.fujaba.mpEdit |
Fields in de.uni_paderborn.fujaba.mpEdit declared as TextFrame | |
private TextFrame |
TextMenu.textFrame
No comment provided by developer, please add a comment to improve documentation. |
protected TextFrame |
TextCanvas.textFrame
No comment provided by developer, please add a comment to improve documentation. |
private TextFrame |
ReplaceDialog.textFrame
No comment provided by developer, please add a comment to improve documentation. |
private TextFrame |
PrintMan.parent
No comment provided by developer, please add a comment to improve documentation. |
private TextFrame |
GotoDialog.textFrame
No comment provided by developer, please add a comment to improve documentation. |
private TextFrame |
FindDialog.textFrame
No comment provided by developer, please add a comment to improve documentation. |
private TextFrame |
DirtyDialog.textFrame
No comment provided by developer, please add a comment to improve documentation. |
Methods in de.uni_paderborn.fujaba.mpEdit that return TextFrame | |
TextFrame |
DocMan.newFrame(java.awt.Point point,
java.awt.Dimension size)
No comment provided by developer, please add a comment to improve documentation. |
TextFrame |
DocMan.anyFrame()
No comment provided by developer, please add a comment to improve documentation. |
Methods in de.uni_paderborn.fujaba.mpEdit with parameters of type TextFrame | |
void |
mpEDIT.openDocDialog(DocMan doc,
TextFrame textFrame)
Opens a file dialog, and then the specified file. |
private java.lang.String |
mpEDIT.getFileForOpen(TextFrame textFrame)
Get the fileForOpen attribute of the mpEDIT object |
void |
DocMan.closeFrame(TextFrame textFrame)
No comment provided by developer, please add a comment to improve documentation. |
void |
DocMan.doCloseFrame(TextFrame textFrame)
No comment provided by developer, please add a comment to improve documentation. |
void |
DocMan.openDoc(TextFrame textFrame,
java.lang.String filename)
No comment provided by developer, please add a comment to improve documentation. |
void |
DocMan.filePrint(TextFrame textFrame)
No comment provided by developer, please add a comment to improve documentation. |
boolean |
DocMan.fileSave(TextFrame textFrame)
No comment provided by developer, please add a comment to improve documentation. |
void |
DocMan.fileSaveAs(TextFrame textFrame)
No comment provided by developer, please add a comment to improve documentation. |
private boolean |
DocMan.doSaveFile(TextFrame textFrame,
boolean As)
No comment provided by developer, please add a comment to improve documentation. |
private java.lang.String |
DocMan.getFileForSave(TextFrame textFrame)
Get the fileForSave attribute of the DocMan object |
void |
DocMan.read(TextFrame textFrame,
java.lang.String filename)
No comment provided by developer, please add a comment to improve documentation. |
void |
DocMan.write(TextFrame textFrame,
java.io.File file)
No comment provided by developer, please add a comment to improve documentation. |
void |
DocMan.undo(TextFrame textFrame)
No comment provided by developer, please add a comment to improve documentation. |
void |
DocMan.redo(TextFrame textFrame)
No comment provided by developer, please add a comment to improve documentation. |
Constructors in de.uni_paderborn.fujaba.mpEdit with parameters of type TextFrame | |
TextMenu(mpEDIT mpe,
java.util.ResourceBundle str,
DocMan doc,
TextFrame tf)
Constructor for class TextMenu |
|
TextCanvas(mpEDIT mpe,
DocMan doc,
TextFrame tf,
javax.swing.JScrollBar h,
javax.swing.JScrollBar v,
Ruler r)
Constructor for class TextCanvas |
|
ReplaceDialog(TextFrame tf,
TextMenu tm,
java.util.ResourceBundle str,
java.lang.String title)
Constructor for class ReplaceDialog |
|
PropDialog(TextFrame textFrame,
java.util.ResourceBundle strings,
DocMan dm,
java.lang.String title)
Constructor for class PropDialog |
|
Progress(TextFrame textFrame,
java.lang.String s)
Constructor for class Progress |
|
PrintMan(TextFrame p,
DocMan docMan,
java.lang.String n,
java.awt.Font f,
int t)
Constructor for class PrintMan |
|
NotFoundDialog(TextFrame textFrame,
java.util.ResourceBundle strings)
Constructor for class NotFoundDialog |
|
GotoDialog(TextFrame tf,
TextMenu tm,
java.util.ResourceBundle str,
java.lang.String title)
Constructor for class GotoDialog |
|
FindDialog(TextFrame tf,
TextMenu tm,
java.util.ResourceBundle str,
java.lang.String title)
Constructor for class FindDialog |
|
DirtyDialog(DocMan dm,
TextFrame tf,
java.util.ResourceBundle strings,
java.lang.String title,
java.lang.String file)
Constructor for class DirtyDialog |
|
AboutDialog(TextFrame textFrame,
java.util.ResourceBundle strings,
java.lang.String title)
Constructor for class AboutDialog |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |