|
UTJML | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.utep.cs.utjml.canica.jmleditor.BasicEditing
public class BasicEditing
This class implements the services provided in the BasicEditorable class.
(see BasicEditorable).
| Constructor Summary | |
|---|---|
BasicEditing(JMLEditorMDI editor,
JFrame frame)
Constructor |
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BasicEditing(JMLEditorMDI editor,
JFrame frame)
| Method Detail |
|---|
public void copy()
BasicEditorable
copy in interface BasicEditorablepublic void cut()
BasicEditorable
cut in interface BasicEditorablepublic void paste()
BasicEditorable
paste in interface BasicEditorablepublic void delete()
BasicEditorable
delete in interface BasicEditorablepublic void undo()
BasicEditorable
undo in interface BasicEditorablepublic void redo()
BasicEditorable
redo in interface BasicEditorablepublic void deleteLine()
BasicEditorable
deleteLine in interface BasicEditorablepublic void selectAll()
BasicEditorable
selectAll in interface BasicEditorablepublic void comment()
BasicEditorable
comment in interface BasicEditorablepublic void uncomment()
BasicEditorable
uncomment in interface BasicEditorablepublic void increaseIndent()
BasicEditorable
increaseIndent in interface BasicEditorablepublic void reduceIndent()
BasicEditorable
reduceIndent in interface BasicEditorable
|
UTJML | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||