|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectde.uni_paderborn.fujaba.texteditor.TextEditorMP.BufferMP
No comment provided by developer, please add a comment to improve documentation.
| Nested Class Summary | |
private class |
TextEditorMP.BufferMP.OwnerMP
No comment provided by developer, please add a comment to improve documentation. |
| Field Summary | |
(package private) DocInterface |
doc
No comment provided by developer, please add a comment to improve documentation. |
(package private) mpEDIT |
edit
No comment provided by developer, please add a comment to improve documentation. |
(package private) TagLine |
tagLine
No comment provided by developer, please add a comment to improve documentation. |
| Constructor Summary | |
private |
TextEditorMP.BufferMP(TextEditor.BufferOwner owner)
Constructor for class BufferMP |
| Method Summary | |
void |
addLine(java.lang.String line)
Access method for an one to n association. |
java.lang.String |
getText()
|
void |
setDirty(boolean dirty)
Sets the dirty attribute of the BufferMP object |
void |
setFilename(java.lang.String filename)
Sets the filename attribute of the BufferMP object |
void |
setSyntaxHighlightingEnabled(boolean enabled)
Sets the syntaxHighlightingEnabled attribute of the BufferMP object |
void |
showLine(int lineNr)
show a line in the editor (e.g. to highlight error). |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
mpEDIT edit
TagLine tagLine
DocInterface doc
| Constructor Detail |
private TextEditorMP.BufferMP(TextEditor.BufferOwner owner)
owner - No description provided| Method Detail |
public void setSyntaxHighlightingEnabled(boolean enabled)
setSyntaxHighlightingEnabled in interface TextEditor.Bufferenabled - The new syntaxHighlightingEnabled valuepublic void addLine(java.lang.String line)
addLine in interface TextEditor.Bufferline - The object added.public void setFilename(java.lang.String filename)
setFilename in interface TextEditor.Bufferfilename - The new filename valuepublic void setDirty(boolean dirty)
setDirty in interface TextEditor.Bufferdirty - The new dirty valuepublic java.lang.String getText()
getText in interface TextEditor.Bufferpublic void showLine(int lineNr)
showLine in interface TextEditor.BufferlineNr - which line to be shown
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||