Skip navigation links
A B C D E G H I K L M N O P R S U V W 

A

addCommand(BinaryDataCommand) - Method in class org.exbin.deltahex.operation.swing.CodeAreaUndoHandler
 
addUndoUpdateListener(BinaryDataUndoUpdateListener) - Method in class org.exbin.deltahex.operation.swing.CodeAreaUndoHandler
 
appendCommand(BinaryDataCommand) - Method in class org.exbin.deltahex.operation.swing.command.HexCompoundCommand
 
appendCommands(Collection<BinaryDataCommand>) - Method in class org.exbin.deltahex.operation.swing.command.HexCompoundCommand
 
appendData(BinaryData) - Method in class org.exbin.deltahex.operation.swing.InsertDataOperation
 
appendData(BinaryData) - Method in class org.exbin.deltahex.operation.swing.ModifyDataOperation
 
appendEdit(char) - Method in class org.exbin.deltahex.operation.swing.CharEditDataOperation
Appends next character value in editing action sequence.
appendEdit(byte) - Method in class org.exbin.deltahex.operation.swing.CodeEditDataOperation
Appends next hexadecimal value in editing action sequence.
appendEdit(char) - Method in class org.exbin.deltahex.operation.swing.command.EditCharDataCommand
 
appendEdit(byte) - Method in class org.exbin.deltahex.operation.swing.command.EditCodeDataCommand
Appends next hexadecimal value in editing action sequence.
appendEdit(char) - Method in class org.exbin.deltahex.operation.swing.DeleteCharEditDataOperation
 
appendEdit(byte) - Method in class org.exbin.deltahex.operation.swing.DeleteCodeEditDataOperation
 
appendEdit(char) - Method in class org.exbin.deltahex.operation.swing.InsertCharEditDataOperation
 
appendEdit(byte) - Method in class org.exbin.deltahex.operation.swing.InsertCodeEditDataOperation
 
appendEdit(char) - Method in class org.exbin.deltahex.operation.swing.OverwriteCharEditDataOperation
 
appendEdit(byte) - Method in class org.exbin.deltahex.operation.swing.OverwriteCodeEditDataOperation
 

B

backSpacePressed() - Method in class org.exbin.deltahex.operation.swing.CodeAreaOperationCommandHandler
 
BinaryDataClipboardData(BinaryData) - Constructor for class org.exbin.deltahex.operation.swing.CodeAreaOperationCommandHandler.BinaryDataClipboardData
 
buildCompoundCommand(CodeArea, CodeAreaCommand...) - Static method in class org.exbin.deltahex.operation.swing.command.HexCompoundCommand
 

C

canPaste() - Method in class org.exbin.deltahex.operation.swing.CodeAreaOperationCommandHandler
 
canRedo() - Method in class org.exbin.deltahex.operation.swing.CodeAreaUndoHandler
 
canUndo() - Method in class org.exbin.deltahex.operation.swing.CodeAreaUndoHandler
 
canUndo() - Method in class org.exbin.deltahex.operation.swing.command.EditCharDataCommand
 
canUndo() - Method in class org.exbin.deltahex.operation.swing.command.EditCodeDataCommand
 
canUndo() - Method in class org.exbin.deltahex.operation.swing.command.EditDataCommand
 
canUndo() - Method in class org.exbin.deltahex.operation.swing.command.HexCompoundCommand
 
canUndo() - Method in class org.exbin.deltahex.operation.swing.command.OpCodeAreaCommand
 
CharEditDataOperation - Class in org.exbin.deltahex.operation.swing
Abstract operation for editing data.
CharEditDataOperation(CodeArea) - Constructor for class org.exbin.deltahex.operation.swing.CharEditDataOperation
 
clear() - Method in class org.exbin.deltahex.operation.swing.CodeAreaUndoHandler
 
codeArea - Variable in class org.exbin.deltahex.operation.swing.CodeAreaOperation
 
codeArea - Variable in class org.exbin.deltahex.operation.swing.command.CodeAreaCommand
 
CodeAreaCommand - Class in org.exbin.deltahex.operation.swing.command
Abstract class for operation on code area component.
CodeAreaCommand(CodeArea) - Constructor for class org.exbin.deltahex.operation.swing.command.CodeAreaCommand
 
CodeAreaCommandType - Enum in org.exbin.deltahex.operation.swing.command
Operation type enumeration.
CodeAreaOperation - Class in org.exbin.deltahex.operation.swing
Abstract class for operation on code area component.
CodeAreaOperation(CodeArea) - Constructor for class org.exbin.deltahex.operation.swing.CodeAreaOperation
 
CodeAreaOperationCommandHandler - Class in org.exbin.deltahex.operation.swing
Command handler for undo/redo aware hexadecimal editor editing.
CodeAreaOperationCommandHandler(CodeArea, BinaryDataUndoHandler) - Constructor for class org.exbin.deltahex.operation.swing.CodeAreaOperationCommandHandler
 
CodeAreaOperationCommandHandler.BinaryDataClipboardData - Class in org.exbin.deltahex.operation.swing
 
CodeAreaOperationCommandHandler.ClipboardData - Interface in org.exbin.deltahex.operation.swing
 
CodeAreaOperationCommandHandler.CodeDataClipboardData - Class in org.exbin.deltahex.operation.swing
 
CodeAreaOperationEvent - Class in org.exbin.deltahex.operation.swing
Operation execution event.
CodeAreaOperationEvent(CodeAreaOperation) - Constructor for class org.exbin.deltahex.operation.swing.CodeAreaOperationEvent
 
CodeAreaOperationListener - Interface in org.exbin.deltahex.operation.swing
Operation execution listener.
CodeAreaOperationType - Enum in org.exbin.deltahex.operation.swing
Operation type enumeration.
CodeAreaUndoHandler - Class in org.exbin.deltahex.operation.swing
Undo handler for hexadecimal editor.
CodeAreaUndoHandler(CodeArea) - Constructor for class org.exbin.deltahex.operation.swing.CodeAreaUndoHandler
Creates a new instance.
CodeDataClipboardData(BinaryData) - Constructor for class org.exbin.deltahex.operation.swing.CodeAreaOperationCommandHandler.CodeDataClipboardData
 
CodeEditDataOperation - Class in org.exbin.deltahex.operation.swing
Abstract operation for editing data.
CodeEditDataOperation(CodeArea) - Constructor for class org.exbin.deltahex.operation.swing.CodeEditDataOperation
 
copy() - Method in class org.exbin.deltahex.operation.swing.CodeAreaOperationCommandHandler
 
copyAsCode() - Method in class org.exbin.deltahex.operation.swing.CodeAreaOperationCommandHandler
 
cut() - Method in class org.exbin.deltahex.operation.swing.CodeAreaOperationCommandHandler
 

D

delete() - Method in class org.exbin.deltahex.operation.swing.CodeAreaOperationCommandHandler
 
DeleteCharEditDataOperation - Class in org.exbin.deltahex.operation.swing
Operation for editing data in delete mode.
DeleteCharEditDataOperation(CodeArea, long) - Constructor for class org.exbin.deltahex.operation.swing.DeleteCharEditDataOperation
 
DeleteCodeEditDataOperation - Class in org.exbin.deltahex.operation.swing
Operation for editing data in delete mode.
DeleteCodeEditDataOperation(CodeArea, long) - Constructor for class org.exbin.deltahex.operation.swing.DeleteCodeEditDataOperation
 
deletePressed() - Method in class org.exbin.deltahex.operation.swing.CodeAreaOperationCommandHandler
 
DELTAHEX_CLIPBOARD_MIME - Static variable in class org.exbin.deltahex.operation.swing.CodeAreaOperationCommandHandler
 
dispose() - Method in class org.exbin.deltahex.operation.swing.CodeAreaOperation
Performs dispose of the operation.
dispose() - Method in class org.exbin.deltahex.operation.swing.CodeAreaOperationCommandHandler.BinaryDataClipboardData
 
dispose() - Method in interface org.exbin.deltahex.operation.swing.CodeAreaOperationCommandHandler.ClipboardData
 
dispose() - Method in class org.exbin.deltahex.operation.swing.CodeAreaOperationCommandHandler.CodeDataClipboardData
 
dispose() - Method in class org.exbin.deltahex.operation.swing.command.EditCharDataCommand
 
dispose() - Method in class org.exbin.deltahex.operation.swing.command.EditCodeDataCommand
 
dispose() - Method in class org.exbin.deltahex.operation.swing.command.HexCompoundCommand
 
dispose() - Method in class org.exbin.deltahex.operation.swing.command.OpCodeAreaCommand
 
dispose() - Method in class org.exbin.deltahex.operation.swing.DeleteCharEditDataOperation
 
dispose() - Method in class org.exbin.deltahex.operation.swing.DeleteCodeEditDataOperation
 
dispose() - Method in class org.exbin.deltahex.operation.swing.InsertCodeEditDataOperation
 
dispose() - Method in class org.exbin.deltahex.operation.swing.InsertDataOperation
 
dispose() - Method in class org.exbin.deltahex.operation.swing.ModifyDataOperation
 
dispose() - Method in class org.exbin.deltahex.operation.swing.OverwriteCharEditDataOperation
 
dispose() - Method in class org.exbin.deltahex.operation.swing.OverwriteCodeEditDataOperation
 
doSync() - Method in class org.exbin.deltahex.operation.swing.CodeAreaUndoHandler
Performs revert to sync point.

E

EditCharDataCommand - Class in org.exbin.deltahex.operation.swing.command
Command for editing data in text mode.
EditCharDataCommand(CodeArea, EditDataCommand.EditCommandType, long) - Constructor for class org.exbin.deltahex.operation.swing.command.EditCharDataCommand
 
EditCodeDataCommand - Class in org.exbin.deltahex.operation.swing.command
Command for editing data in hexadecimal mode.
EditCodeDataCommand(CodeArea, EditDataCommand.EditCommandType, long, int) - Constructor for class org.exbin.deltahex.operation.swing.command.EditCodeDataCommand
 
EditDataCommand - Class in org.exbin.deltahex.operation.swing.command
Command for editing data in text mode.
EditDataCommand(CodeArea) - Constructor for class org.exbin.deltahex.operation.swing.command.EditDataCommand
 
EditDataCommand.EditCommandType - Enum in org.exbin.deltahex.operation.swing.command
 
execute() - Method in class org.exbin.deltahex.operation.swing.CodeAreaOperation
Performs operation on given document.
execute(BinaryDataCommand) - Method in class org.exbin.deltahex.operation.swing.CodeAreaUndoHandler
Adds new step into revert list.
execute() - Method in class org.exbin.deltahex.operation.swing.command.HexCompoundCommand
 
execute() - Method in class org.exbin.deltahex.operation.swing.DeleteCharEditDataOperation
 
execute() - Method in class org.exbin.deltahex.operation.swing.DeleteCodeEditDataOperation
 
execute() - Method in class org.exbin.deltahex.operation.swing.InsertCharEditDataOperation
 
execute() - Method in class org.exbin.deltahex.operation.swing.InsertCodeEditDataOperation
 
execute() - Method in class org.exbin.deltahex.operation.swing.InsertDataOperation
 
execute() - Method in class org.exbin.deltahex.operation.swing.ModifyDataOperation
 
execute() - Method in class org.exbin.deltahex.operation.swing.OverwriteCharEditDataOperation
 
execute() - Method in class org.exbin.deltahex.operation.swing.OverwriteCodeEditDataOperation
 
execute() - Method in class org.exbin.deltahex.operation.swing.RemoveDataOperation
 
executeWithUndo() - Method in class org.exbin.deltahex.operation.swing.CodeAreaOperation
Performs operation on given document and returns undo operation.
executeWithUndo() - Method in class org.exbin.deltahex.operation.swing.DeleteCharEditDataOperation
 
executeWithUndo() - Method in class org.exbin.deltahex.operation.swing.DeleteCodeEditDataOperation
 
executeWithUndo() - Method in class org.exbin.deltahex.operation.swing.InsertCharEditDataOperation
 
executeWithUndo() - Method in class org.exbin.deltahex.operation.swing.InsertCodeEditDataOperation
 
executeWithUndo() - Method in class org.exbin.deltahex.operation.swing.InsertDataOperation
 
executeWithUndo() - Method in class org.exbin.deltahex.operation.swing.ModifyDataOperation
 
executeWithUndo() - Method in class org.exbin.deltahex.operation.swing.OverwriteCharEditDataOperation
 
executeWithUndo() - Method in class org.exbin.deltahex.operation.swing.OverwriteCodeEditDataOperation
 
executeWithUndo() - Method in class org.exbin.deltahex.operation.swing.RemoveDataOperation
 

G

generateUndo() - Method in class org.exbin.deltahex.operation.swing.CharEditDataOperation
Generates undo operation for combined editing action.
generateUndo() - Method in class org.exbin.deltahex.operation.swing.CodeEditDataOperation
Generates undo operation for combined editing action.
generateUndo() - Method in class org.exbin.deltahex.operation.swing.DeleteCharEditDataOperation
 
generateUndo() - Method in class org.exbin.deltahex.operation.swing.DeleteCodeEditDataOperation
 
generateUndo() - Method in class org.exbin.deltahex.operation.swing.InsertCharEditDataOperation
 
generateUndo() - Method in class org.exbin.deltahex.operation.swing.InsertCodeEditDataOperation
 
generateUndo() - Method in class org.exbin.deltahex.operation.swing.OverwriteCharEditDataOperation
 
generateUndo() - Method in class org.exbin.deltahex.operation.swing.OverwriteCodeEditDataOperation
 
getCaption() - Method in class org.exbin.deltahex.operation.swing.CodeAreaOperation
Returns caption as text.
getCaption() - Method in enum org.exbin.deltahex.operation.swing.CodeAreaOperationType
 
getCaption() - Method in class org.exbin.deltahex.operation.swing.command.CodeAreaCommand
 
getCaption() - Method in enum org.exbin.deltahex.operation.swing.command.CodeAreaCommandType
 
getCodeArea() - Method in class org.exbin.deltahex.operation.swing.CodeAreaOperation
 
getCodeType() - Method in class org.exbin.deltahex.operation.swing.CodeEditDataOperation
Code type used for this edit operation.
getCodeType() - Method in class org.exbin.deltahex.operation.swing.DeleteCodeEditDataOperation
 
getCodeType() - Method in class org.exbin.deltahex.operation.swing.InsertCodeEditDataOperation
 
getCodeType() - Method in class org.exbin.deltahex.operation.swing.OverwriteCodeEditDataOperation
 
getCommandList() - Method in class org.exbin.deltahex.operation.swing.CodeAreaUndoHandler
 
getCommandPosition() - Method in class org.exbin.deltahex.operation.swing.CodeAreaUndoHandler
 
getCommands() - Method in class org.exbin.deltahex.operation.swing.command.HexCompoundCommand
 
getCommandType() - Method in class org.exbin.deltahex.operation.swing.command.EditCharDataCommand
 
getCommandType() - Method in class org.exbin.deltahex.operation.swing.command.EditCodeDataCommand
 
getCommandType() - Method in class org.exbin.deltahex.operation.swing.command.EditDataCommand
 
getLength() - Method in class org.exbin.deltahex.operation.swing.InsertCharEditDataOperation
 
getLength() - Method in class org.exbin.deltahex.operation.swing.InsertCodeEditDataOperation
 
getLength() - Method in class org.exbin.deltahex.operation.swing.OverwriteCharEditDataOperation
 
getLength() - Method in class org.exbin.deltahex.operation.swing.OverwriteCodeEditDataOperation
 
getMaximumUndo() - Method in class org.exbin.deltahex.operation.swing.CodeAreaUndoHandler
 
getOperation() - Method in class org.exbin.deltahex.operation.swing.CodeAreaOperationEvent
 
getOperation() - Method in class org.exbin.deltahex.operation.swing.command.OpCodeAreaCommand
 
getPosition() - Method in class org.exbin.deltahex.operation.swing.DeleteCharEditDataOperation
 
getPosition() - Method in class org.exbin.deltahex.operation.swing.DeleteCodeEditDataOperation
 
getStartCodeOffset() - Method in class org.exbin.deltahex.operation.swing.InsertCodeEditDataOperation
 
getStartCodeOffset() - Method in class org.exbin.deltahex.operation.swing.OverwriteCodeEditDataOperation
 
getStartPosition() - Method in class org.exbin.deltahex.operation.swing.InsertCharEditDataOperation
 
getStartPosition() - Method in class org.exbin.deltahex.operation.swing.InsertCodeEditDataOperation
 
getStartPosition() - Method in class org.exbin.deltahex.operation.swing.OverwriteCharEditDataOperation
 
getStartPosition() - Method in class org.exbin.deltahex.operation.swing.OverwriteCodeEditDataOperation
 
getSyncPoint() - Method in class org.exbin.deltahex.operation.swing.CodeAreaUndoHandler
 
getTransferData(DataFlavor) - Method in class org.exbin.deltahex.operation.swing.CodeAreaOperationCommandHandler.BinaryDataClipboardData
 
getTransferData(DataFlavor) - Method in class org.exbin.deltahex.operation.swing.CodeAreaOperationCommandHandler.CodeDataClipboardData
 
getTransferDataFlavors() - Method in class org.exbin.deltahex.operation.swing.CodeAreaOperationCommandHandler.BinaryDataClipboardData
 
getTransferDataFlavors() - Method in class org.exbin.deltahex.operation.swing.CodeAreaOperationCommandHandler.CodeDataClipboardData
 
getType() - Method in class org.exbin.deltahex.operation.swing.CodeAreaOperation
Returns type of the operation.
getType() - Method in class org.exbin.deltahex.operation.swing.command.CodeAreaCommand
Returns type of the command.
getType() - Method in class org.exbin.deltahex.operation.swing.command.EditCharDataCommand
 
getType() - Method in class org.exbin.deltahex.operation.swing.command.EditCodeDataCommand
 
getType() - Method in class org.exbin.deltahex.operation.swing.command.EditDataCommand
 
getType() - Method in class org.exbin.deltahex.operation.swing.command.HexCompoundCommand
 
getType() - Method in class org.exbin.deltahex.operation.swing.command.InsertDataCommand
 
getType() - Method in class org.exbin.deltahex.operation.swing.command.ModifyDataCommand
 
getType() - Method in class org.exbin.deltahex.operation.swing.command.RemoveDataCommand
 
getType() - Method in class org.exbin.deltahex.operation.swing.DeleteCharEditDataOperation
 
getType() - Method in class org.exbin.deltahex.operation.swing.DeleteCodeEditDataOperation
 
getType() - Method in class org.exbin.deltahex.operation.swing.InsertCharEditDataOperation
 
getType() - Method in class org.exbin.deltahex.operation.swing.InsertCodeEditDataOperation
 
getType() - Method in class org.exbin.deltahex.operation.swing.InsertDataOperation
 
getType() - Method in class org.exbin.deltahex.operation.swing.ModifyDataOperation
 
getType() - Method in class org.exbin.deltahex.operation.swing.OverwriteCharEditDataOperation
 
getType() - Method in class org.exbin.deltahex.operation.swing.OverwriteCodeEditDataOperation
 
getType() - Method in class org.exbin.deltahex.operation.swing.RemoveDataOperation
 
getUndoMaximumSize() - Method in class org.exbin.deltahex.operation.swing.CodeAreaUndoHandler
 
getUsedSize() - Method in class org.exbin.deltahex.operation.swing.CodeAreaUndoHandler
 

H

HexCompoundCommand - Class in org.exbin.deltahex.operation.swing.command
Class for compound command on hexadecimal document.
HexCompoundCommand(CodeArea) - Constructor for class org.exbin.deltahex.operation.swing.command.HexCompoundCommand
 

I

InsertCharEditDataOperation - Class in org.exbin.deltahex.operation.swing
Operation for editing data unsing insert mode.
InsertCharEditDataOperation(CodeArea, long) - Constructor for class org.exbin.deltahex.operation.swing.InsertCharEditDataOperation
 
InsertCodeEditDataOperation - Class in org.exbin.deltahex.operation.swing
Operation for editing data unsing insert mode.
InsertCodeEditDataOperation(CodeArea, long, int) - Constructor for class org.exbin.deltahex.operation.swing.InsertCodeEditDataOperation
 
InsertDataCommand - Class in org.exbin.deltahex.operation.swing.command
Command for inserting data.
InsertDataCommand(CodeArea, long, EditableBinaryData) - Constructor for class org.exbin.deltahex.operation.swing.command.InsertDataCommand
 
InsertDataOperation - Class in org.exbin.deltahex.operation.swing
Operation for inserting data.
InsertDataOperation(CodeArea, long, int, EditableBinaryData) - Constructor for class org.exbin.deltahex.operation.swing.InsertDataOperation
 
isDataFlavorSupported(DataFlavor) - Method in class org.exbin.deltahex.operation.swing.CodeAreaOperationCommandHandler.BinaryDataClipboardData
 
isDataFlavorSupported(DataFlavor) - Method in class org.exbin.deltahex.operation.swing.CodeAreaOperationCommandHandler.CodeDataClipboardData
 
isEmpty() - Method in class org.exbin.deltahex.operation.swing.command.HexCompoundCommand
 

K

keyPressed(KeyEvent) - Method in class org.exbin.deltahex.operation.swing.CodeAreaOperationCommandHandler
 
keyTyped(KeyEvent) - Method in class org.exbin.deltahex.operation.swing.CodeAreaOperationCommandHandler
 

L

lostOwnership(Clipboard, Transferable) - Method in class org.exbin.deltahex.operation.swing.CodeAreaOperationCommandHandler.BinaryDataClipboardData
 
lostOwnership(Clipboard, Transferable) - Method in class org.exbin.deltahex.operation.swing.CodeAreaOperationCommandHandler.CodeDataClipboardData
 

M

MIME_CHARSET - Static variable in class org.exbin.deltahex.operation.swing.CodeAreaOperationCommandHandler
 
MIME_CLIPBOARD_BINARY - Static variable in class org.exbin.deltahex.operation.swing.CodeAreaOperationCommandHandler
 
ModifyDataCommand - Class in org.exbin.deltahex.operation.swing.command
Command for modifying data.
ModifyDataCommand(CodeArea, long, BinaryData) - Constructor for class org.exbin.deltahex.operation.swing.command.ModifyDataCommand
 
ModifyDataOperation - Class in org.exbin.deltahex.operation.swing
Operation for modifying data.
ModifyDataOperation(CodeArea, long, BinaryData) - Constructor for class org.exbin.deltahex.operation.swing.ModifyDataOperation
 

N

notifyChange(CodeAreaOperationEvent) - Method in interface org.exbin.deltahex.operation.swing.CodeAreaOperationListener
Notifies about change in document content.

O

OpCodeAreaCommand - Class in org.exbin.deltahex.operation.swing.command
Abstract class for operation on hexadecimal document.
OpCodeAreaCommand(CodeArea) - Constructor for class org.exbin.deltahex.operation.swing.command.OpCodeAreaCommand
 
operation - Variable in class org.exbin.deltahex.operation.swing.command.OpCodeAreaCommand
 
operationPerformed - Variable in class org.exbin.deltahex.operation.swing.command.EditCharDataCommand
 
operationPerformed - Variable in class org.exbin.deltahex.operation.swing.command.EditCodeDataCommand
 
operationPerformed - Variable in class org.exbin.deltahex.operation.swing.command.OpCodeAreaCommand
 
org.exbin.deltahex.operation.swing - package org.exbin.deltahex.operation.swing
 
org.exbin.deltahex.operation.swing.command - package org.exbin.deltahex.operation.swing.command
 
OverwriteCharEditDataOperation - Class in org.exbin.deltahex.operation.swing
Operation for editing data using overwrite mode.
OverwriteCharEditDataOperation(CodeArea, long) - Constructor for class org.exbin.deltahex.operation.swing.OverwriteCharEditDataOperation
 
OverwriteCodeEditDataOperation - Class in org.exbin.deltahex.operation.swing
Operation for editing data using overwrite mode.
OverwriteCodeEditDataOperation(CodeArea, long, int) - Constructor for class org.exbin.deltahex.operation.swing.OverwriteCodeEditDataOperation
 

P

paste() - Method in class org.exbin.deltahex.operation.swing.CodeAreaOperationCommandHandler
 
pasteFromCode() - Method in class org.exbin.deltahex.operation.swing.CodeAreaOperationCommandHandler
 
performRedo() - Method in class org.exbin.deltahex.operation.swing.CodeAreaUndoHandler
Performs single redo step.
performRedo(int) - Method in class org.exbin.deltahex.operation.swing.CodeAreaUndoHandler
Performs multiple redo step.
performUndo() - Method in class org.exbin.deltahex.operation.swing.CodeAreaUndoHandler
Performs single undo step.
performUndo(int) - Method in class org.exbin.deltahex.operation.swing.CodeAreaUndoHandler
Performs multiple undo step.

R

redo() - Method in class org.exbin.deltahex.operation.swing.command.EditCharDataCommand
 
redo() - Method in class org.exbin.deltahex.operation.swing.command.EditCodeDataCommand
 
redo() - Method in class org.exbin.deltahex.operation.swing.command.HexCompoundCommand
 
redo() - Method in class org.exbin.deltahex.operation.swing.command.InsertDataCommand
 
redo() - Method in class org.exbin.deltahex.operation.swing.command.OpCodeAreaCommand
 
RemoveDataCommand - Class in org.exbin.deltahex.operation.swing.command
Command for deleting data.
RemoveDataCommand(CodeArea, long, int, long) - Constructor for class org.exbin.deltahex.operation.swing.command.RemoveDataCommand
 
RemoveDataOperation - Class in org.exbin.deltahex.operation.swing
Operation for deleting child block.
RemoveDataOperation(CodeArea, long, int, long) - Constructor for class org.exbin.deltahex.operation.swing.RemoveDataOperation
 
removeUndoUpdateListener(BinaryDataUndoUpdateListener) - Method in class org.exbin.deltahex.operation.swing.CodeAreaUndoHandler
 

S

sequenceBreak() - Method in class org.exbin.deltahex.operation.swing.CodeAreaOperationCommandHandler
 
setCommandPosition(long) - Method in class org.exbin.deltahex.operation.swing.CodeAreaUndoHandler
Performs undo or redo operation to reach given position.
setOperation(CodeAreaOperation) - Method in class org.exbin.deltahex.operation.swing.CodeAreaOperationEvent
 
setOperation(CodeAreaOperation) - Method in class org.exbin.deltahex.operation.swing.command.OpCodeAreaCommand
 
setSyncPoint(long) - Method in class org.exbin.deltahex.operation.swing.CodeAreaUndoHandler
 
setSyncPoint() - Method in class org.exbin.deltahex.operation.swing.CodeAreaUndoHandler
 
setUndoMaxCount(long) - Method in class org.exbin.deltahex.operation.swing.CodeAreaUndoHandler
 
setUndoMaximumSize(long) - Method in class org.exbin.deltahex.operation.swing.CodeAreaUndoHandler
 

U

undo() - Method in class org.exbin.deltahex.operation.swing.command.EditCharDataCommand
 
undo() - Method in class org.exbin.deltahex.operation.swing.command.EditCodeDataCommand
 
undo() - Method in class org.exbin.deltahex.operation.swing.command.HexCompoundCommand
 
undo() - Method in class org.exbin.deltahex.operation.swing.command.InsertDataCommand
 
undo() - Method in class org.exbin.deltahex.operation.swing.command.OpCodeAreaCommand
 

V

valueOf(String) - Static method in enum org.exbin.deltahex.operation.swing.CodeAreaOperationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.exbin.deltahex.operation.swing.command.CodeAreaCommandType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.exbin.deltahex.operation.swing.command.EditDataCommand.EditCommandType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.exbin.deltahex.operation.swing.CodeAreaOperationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.exbin.deltahex.operation.swing.command.CodeAreaCommandType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.exbin.deltahex.operation.swing.command.EditDataCommand.EditCommandType
Returns an array containing the constants of this enum type, in the order they are declared.

W

wasReverted() - Method in class org.exbin.deltahex.operation.swing.command.EditCharDataCommand
 
wasReverted() - Method in class org.exbin.deltahex.operation.swing.command.EditCodeDataCommand
 
wasReverted() - Method in class org.exbin.deltahex.operation.swing.command.EditDataCommand
Returns true if command was already used for undo action.
A B C D E G H I K L M N O P R S U V W 
Skip navigation links