|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uni_paderborn.fujaba.mpEdit.mpEDIT
No comment provided by developer, please add a comment to improve documentation.
Field Summary | |
static java.lang.String |
stringsResourceName
No comment provided by developer, please add a comment to improve documentation. |
Constructor Summary | |
mpEDIT(FrameMain main)
Constructor for class mpEDIT |
|
mpEDIT(FrameMain main,
boolean highlightingEnabled)
Constructor for class mpEDIT |
Method Summary | |
void |
addSearchPattern(java.lang.String patt)
Access method for an one to n association. |
void |
closeDoc(de.uni_paderborn.fujaba.mpEdit.DocMan doc)
No comment provided by developer, please add a comment to improve documentation. |
void |
closeDocs(boolean bail)
Closes all documents. |
java.util.Vector |
getBeans()
Get the beans attribute of the mpEDIT object |
FrameMain |
getFrameMain()
Get the frameMain attribute of the mpEDIT object |
boolean |
getHighlightingEnabled()
Get the highlightingEnabled attribute of the mpEDIT object |
java.lang.String |
getKeyAction(int modifiers,
int keys)
Get the keyAction attribute of the mpEDIT object |
java.lang.String |
getLatestSearchPattern()
Get the latestSearchPattern attribute of the mpEDIT object |
EditorOwnerInterface |
getOwner()
Get the owner attribute of the mpEDIT object |
java.awt.Point |
getPlace(java.awt.Dimension size)
Get the place attribute of the mpEDIT object |
java.lang.String |
getSaveDir()
Get the saveDir attribute of the mpEDIT object |
java.lang.String[] |
getSearchPatterns()
Get the searchPatterns attribute of the mpEDIT object |
int |
getUntitled()
Get the untitled attribute of the mpEDIT object |
java.awt.Dimension |
getWindowSize()
Get the windowSize attribute of the mpEDIT object |
void |
loadKeytable()
No comment provided by developer, please add a comment to improve documentation. |
DocInterface |
newDoc()
No comment provided by developer, please add a comment to improve documentation. |
DocInterface |
newDoc(DocOwnerInterface o)
Opens a new, empty, document. |
DocInterface |
openDoc(DocOwnerInterface o,
java.lang.String filename)
Opens a new editor window containing the specified file. |
DocInterface |
openDoc(java.lang.String filename)
No comment provided by developer, please add a comment to improve documentation. |
void |
openDocDialog(de.uni_paderborn.fujaba.mpEdit.DocMan doc,
TextFrame textFrame)
Opens a file dialog, and then the specified file. |
void |
openOneDoc()
No comment provided by developer, please add a comment to improve documentation. |
void |
saveKeytable()
No comment provided by developer, please add a comment to improve documentation. |
void |
setHighlightingEnabled(boolean value)
Sets the highlightingEnabled attribute of the mpEDIT object |
void |
setSaveDir(java.lang.String dir)
Sets the saveDir attribute of the mpEDIT object |
void |
updateProperties(java.util.Properties p)
No comment provided by developer, please add a comment to improve documentation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String stringsResourceName
Constructor Detail |
public mpEDIT(FrameMain main)
main
- No description providedpublic mpEDIT(FrameMain main, boolean highlightingEnabled)
main
- No description providedhighlightingEnabled
- No description providedMethod Detail |
public void setHighlightingEnabled(boolean value)
value
- The new highlightingEnabled valuepublic boolean getHighlightingEnabled()
public EditorOwnerInterface getOwner()
public int getUntitled()
public DocInterface newDoc(DocOwnerInterface o)
newDoc
in interface EditorInterface
o
- No description provided
public DocInterface newDoc()
public void openDocDialog(de.uni_paderborn.fujaba.mpEdit.DocMan doc, TextFrame textFrame)
doc
- The current document.textFrame
- The current textFrame.public DocInterface openDoc(DocOwnerInterface o, java.lang.String filename)
openDoc
in interface EditorInterface
filename
- A full path to a text file to be opened.o
- No description provided
public DocInterface openDoc(java.lang.String filename)
filename
- No description provided
public void openOneDoc()
public void closeDoc(de.uni_paderborn.fujaba.mpEdit.DocMan doc)
doc
- No description providedpublic java.awt.Dimension getWindowSize()
public java.awt.Point getPlace(java.awt.Dimension size)
size
- No description provided
public java.lang.String getKeyAction(int modifiers, int keys)
modifiers
- No description providedkeys
- No description provided
public void loadKeytable()
public void saveKeytable()
public void addSearchPattern(java.lang.String patt)
patt
- The object added.public java.lang.String[] getSearchPatterns()
public java.lang.String getLatestSearchPattern()
public void setSaveDir(java.lang.String dir)
dir
- The new saveDir valuepublic java.lang.String getSaveDir()
public FrameMain getFrameMain()
public void updateProperties(java.util.Properties p)
p
- No description providedpublic java.util.Vector getBeans()
public void closeDocs(boolean bail)
closeDocs
in interface EditorInterface
bail
- Exit immediately, discarding changes.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |