|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TextEditor.Buffer | |
de.uni_paderborn.fujaba.gui | Graphical User Interface |
de.uni_paderborn.fujaba.texteditor | |
de.uni_paderborn.fujaba.uml.actions |
Uses of TextEditor.Buffer in de.uni_paderborn.fujaba.gui |
Fields in de.uni_paderborn.fujaba.gui declared as TextEditor.Buffer | |
(package private) TextEditor.Buffer |
TextEditAction.sourceBuffer
where to put the text for the editor |
(package private) TextEditor.Buffer |
StatementActivityPanel.sourceBuffer
Instance of text editor buffer to edit a Statement |
Methods in de.uni_paderborn.fujaba.gui with parameters of type TextEditor.Buffer | |
void |
TextEditAction.bufferSaved(TextEditor.Buffer buffer)
|
Uses of TextEditor.Buffer in de.uni_paderborn.fujaba.texteditor |
Classes in de.uni_paderborn.fujaba.texteditor that implement TextEditor.Buffer | |
private static class |
TextEditorMP.BufferMP
No comment provided by developer, please add a comment to improve documentation. |
Methods in de.uni_paderborn.fujaba.texteditor that return TextEditor.Buffer | |
TextEditor.Buffer |
TextEditorMP.createBuffer(TextEditor.BufferOwner owner)
No comment provided by developer, please add a comment to improve documentation. |
TextEditor.Buffer |
TextEditor.createBuffer()
|
abstract TextEditor.Buffer |
TextEditor.createBuffer(TextEditor.BufferOwner owner)
|
Methods in de.uni_paderborn.fujaba.texteditor with parameters of type TextEditor.Buffer | |
void |
TextEditor.BufferOwner.bufferSaved(TextEditor.Buffer buffer)
called whenever the user chooses to keep the content of the buffer |
Uses of TextEditor.Buffer in de.uni_paderborn.fujaba.uml.actions |
Methods in de.uni_paderborn.fujaba.uml.actions that return TextEditor.Buffer | |
TextEditor.Buffer |
EditTextAction.useTextEditor(UMLIncrement umlIncr)
This method uses the text editor to edit text. |
Methods in de.uni_paderborn.fujaba.uml.actions with parameters of type TextEditor.Buffer | |
void |
EditTextAction.bufferSaved(TextEditor.Buffer buffer)
No comment provided by developer, please add a comment to improve documentation. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |