public class ModifyDataCommand extends OpCodeAreaCommand
operation, operationPerformed
codeArea
Constructor and Description |
---|
ModifyDataCommand(org.exbin.deltahex.swing.CodeArea codeArea,
long position,
org.exbin.utils.binary_data.BinaryData data) |
Modifier and Type | Method and Description |
---|---|
CodeAreaCommandType |
getType()
Returns type of the command.
|
canUndo, dispose, getOperation, redo, setOperation, undo
getCaption
public ModifyDataCommand(org.exbin.deltahex.swing.CodeArea codeArea, long position, org.exbin.utils.binary_data.BinaryData data)
public CodeAreaCommandType getType()
CodeAreaCommand
getType
in class CodeAreaCommand