|
|||||||||||
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 | |
private java.util.Vector |
beans
No comment provided by developer, please add a comment to improve documentation. |
private java.util.Vector |
docs
No comment provided by developer, please add a comment to improve documentation. |
private EditorOwnerInterface |
editorOwner
No comment provided by developer, please add a comment to improve documentation. |
private FrameMain |
frameMain
No comment provided by developer, please add a comment to improve documentation. |
private boolean |
highlightingEnabled
No comment provided by developer, please add a comment to improve documentation. |
private KeyMap |
keyMap
No comment provided by developer, please add a comment to improve documentation. |
private static java.lang.String |
keytableFilename
No comment provided by developer, please add a comment to improve documentation. |
private java.awt.Point |
lastPlace
No comment provided by developer, please add a comment to improve documentation. |
(package private) java.lang.String |
openDir
No comment provided by developer, please add a comment to improve documentation. |
private PropMan |
propMan
No comment provided by developer, please add a comment to improve documentation. |
private java.util.Properties |
props
No comment provided by developer, please add a comment to improve documentation. |
(package private) java.lang.String |
saveDir
No comment provided by developer, please add a comment to improve documentation. |
private java.awt.Dimension |
screenDim
No comment provided by developer, please add a comment to improve documentation. |
private java.util.Vector |
searchPatterns
No comment provided by developer, please add a comment to improve documentation. |
private java.util.ResourceBundle |
strings
No comment provided by developer, please add a comment to improve documentation. |
static java.lang.String |
stringsResourceName
No comment provided by developer, please add a comment to improve documentation. |
private int |
untitled_count
No comment provided by developer, please add a comment to improve documentation. |
private int |
windowOffset
No comment provided by developer, please add a comment to improve documentation. |
private java.awt.Dimension |
windowSize
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(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 |
private java.lang.String |
getFileForOpen(TextFrame textFrame)
Get the fileForOpen 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 |
private void |
init(FrameMain main)
No comment provided by developer, please add a comment to improve documentation. |
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(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 |
private java.util.ResourceBundle strings
private PropMan propMan
private java.util.Properties props
private java.util.Vector docs
private java.util.Vector beans
private KeyMap keyMap
private EditorOwnerInterface editorOwner
private int untitled_count
private java.awt.Dimension screenDim
private java.awt.Dimension windowSize
private int windowOffset
private java.awt.Point lastPlace
private boolean highlightingEnabled
private FrameMain frameMain
public static final java.lang.String stringsResourceName
java.lang.String openDir
private static final java.lang.String keytableFilename
private java.util.Vector searchPatterns
java.lang.String saveDir
Constructor Detail |
public mpEDIT(FrameMain main)
main
- No description providedpublic mpEDIT(FrameMain main, boolean highlightingEnabled)
main
- No description providedhighlightingEnabled
- No description providedMethod Detail |
private void init(FrameMain main)
main
- No description providedpublic 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(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(DocMan doc)
doc
- No description providedpublic java.awt.Dimension getWindowSize()
public java.awt.Point getPlace(java.awt.Dimension size)
size
- No description provided
private java.lang.String getFileForOpen(TextFrame textFrame)
textFrame
- 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 |