|
UTJML | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BasicEditorable
This class shall provide the basic editing services to the active editing file in the JML editor. The basic editing services are: undo, redo, cut, copy, paste, delete, delete line, select all text, comment, uncomment, increase indent, and reduce indent.
| Method Summary | |
|---|---|
void |
comment()
It comments a specific region of text. |
void |
copy()
It copies the text selected to the clipboard. |
void |
cut()
It cuts the text selected from the editor. |
void |
delete()
It deletes the current selected text selection. |
void |
deleteLine()
It deletes the current line in the editor. |
void |
increaseIndent()
Increases indentation to a line or to a specific region of text previously selected |
void |
paste()
It pastes text from the clipboard to editor. |
void |
redo()
Goes forward to the next editing text action. |
void |
reduceIndent()
Decreases indentation to a line or to a specific region of text previously selected. |
void |
selectAll()
It selects (highlight) all text area in the editor. |
void |
uncomment()
It should uncomment a specific region of text, or uncomment a complete line of text (if it is commented). |
void |
undo()
Goes back to the last editing text action. |
| Method Detail |
|---|
void copy()
void cut()
void paste()
void delete()
void undo()
void redo()
void deleteLine()
void selectAll()
void comment()
void uncomment()
void increaseIndent()
void reduceIndent()
|
UTJML | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||