public abstract class CodeAreaCommand
extends org.exbin.deltahex.operation.BinaryDataAbstractCommand
Modifier and Type | Field and Description |
---|---|
protected org.exbin.deltahex.swing.CodeArea |
codeArea |
Constructor and Description |
---|
CodeAreaCommand(org.exbin.deltahex.swing.CodeArea codeArea) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCaption() |
abstract CodeAreaCommandType |
getType()
Returns type of the command.
|
dispose, execute, getExecutionTime, use
public CodeAreaCommand(org.exbin.deltahex.swing.CodeArea codeArea)
public abstract CodeAreaCommandType getType()
public java.lang.String getCaption()