public class PasteCommand extends AbstractUndoableCommand
| Constructor and Description |
|---|
PasteCommand(ConsoleEditor editor) |
| Modifier and Type | Method and Description |
|---|---|
void |
doExecute()
Executes the
Command. |
String |
getClipboardContent() |
void |
undo()
Undo the
Command. |
execute, getAfterColumn, getAfterLine, getBeforeColumn, getBeforeLine, getEditor, redo, setAfterColumn, setAfterLine, setBeforeColumn, setBeforeLinepublic PasteCommand(ConsoleEditor editor)
public void doExecute()
UndoableCommandCommand.public void undo()
UndoableCommandCommand.public final String getClipboardContent()
Copyright © 2013. All Rights Reserved.