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