public abstract class EditDataCommand extends CodeAreaCommand
Modifier and Type | Class and Description |
---|---|
static class |
EditDataCommand.EditCommandType |
codeArea
Constructor and Description |
---|
EditDataCommand(org.exbin.deltahex.swing.CodeArea codeArea) |
Modifier and Type | Method and Description |
---|---|
boolean |
canUndo() |
abstract EditDataCommand.EditCommandType |
getCommandType() |
CodeAreaCommandType |
getType()
Returns type of the command.
|
abstract boolean |
wasReverted()
Returns true if command was already used for undo action.
|
getCaption
dispose, execute, getExecutionTime, use
public EditDataCommand(org.exbin.deltahex.swing.CodeArea codeArea)
public CodeAreaCommandType getType()
CodeAreaCommand
getType
in class CodeAreaCommand
public boolean canUndo()
public abstract EditDataCommand.EditCommandType getCommandType()
public abstract boolean wasReverted()