A B C D E G I K M N O P R S U V W 
All Classes All Packages

A

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

B

backPosition - Variable in class org.exbin.bined.operation.swing.CodeAreaOperation
 
backSpacePressed() - Method in class org.exbin.bined.operation.swing.CodeAreaOperationCommandHandler
 
BinaryCompoundCommand - Class in org.exbin.bined.operation.swing.command
Class for compound command on binary document.
BinaryCompoundCommand(CodeAreaCore) - Constructor for class org.exbin.bined.operation.swing.command.BinaryCompoundCommand
 
BINED_CLIPBOARD_MIME - Static variable in class org.exbin.bined.operation.swing.CodeAreaOperationCommandHandler
 
buildCompoundCommand(CodeAreaCore, CodeAreaCommand...) - Static method in class org.exbin.bined.operation.swing.command.BinaryCompoundCommand
 

C

canPaste() - Method in class org.exbin.bined.operation.swing.CodeAreaOperationCommandHandler
 
canRedo() - Method in class org.exbin.bined.operation.swing.CodeAreaUndoHandler
 
canUndo() - Method in class org.exbin.bined.operation.swing.CodeAreaUndoHandler
 
canUndo() - Method in class org.exbin.bined.operation.swing.command.BinaryCompoundCommand
 
canUndo() - Method in class org.exbin.bined.operation.swing.command.EditCodeDataCommand
 
canUndo() - Method in class org.exbin.bined.operation.swing.command.EditDataCommand
 
canUndo() - Method in class org.exbin.bined.operation.swing.command.EditCharDataCommand
 
canUndo() - Method in class org.exbin.bined.operation.swing.command.OpCodeAreaCommand
 
clear() - Method in class org.exbin.bined.operation.swing.CodeAreaUndoHandler
 
clearSelection() - Method in class org.exbin.bined.operation.swing.CodeAreaOperationCommandHandler
 
codeArea - Variable in class org.exbin.bined.operation.swing.CodeAreaOperation
 
codeArea - Variable in class org.exbin.bined.operation.swing.command.CodeAreaCommand
 
CodeAreaCommand - Class in org.exbin.bined.operation.swing.command
Abstract class for operation on code area component.
CodeAreaCommand(CodeAreaCore) - Constructor for class org.exbin.bined.operation.swing.command.CodeAreaCommand
 
CodeAreaCommandType - Enum in org.exbin.bined.operation.swing.command
Operation type enumeration.
CodeAreaOperation - Class in org.exbin.bined.operation.swing
Abstract class for operation on code area component.
CodeAreaOperation(CodeAreaCore) - Constructor for class org.exbin.bined.operation.swing.CodeAreaOperation
 
CodeAreaOperation(CodeAreaCore, CodeAreaCaretPosition) - Constructor for class org.exbin.bined.operation.swing.CodeAreaOperation
 
CodeAreaOperation.ExecutionType - Enum in org.exbin.bined.operation.swing
 
CodeAreaOperationCommandHandler - Class in org.exbin.bined.operation.swing
Command handler for undo/redo aware binary editor editing.
CodeAreaOperationCommandHandler(CodeAreaCore, BinaryDataUndoHandler) - Constructor for class org.exbin.bined.operation.swing.CodeAreaOperationCommandHandler
 
CodeAreaOperationEvent - Class in org.exbin.bined.operation.swing
Operation execution event.
CodeAreaOperationEvent(CodeAreaOperation) - Constructor for class org.exbin.bined.operation.swing.CodeAreaOperationEvent
 
CodeAreaOperationListener - Interface in org.exbin.bined.operation.swing
Operation execution listener.
CodeAreaOperationType - Enum in org.exbin.bined.operation.swing
Operation type enumeration.
CodeAreaUndoHandler - Class in org.exbin.bined.operation.swing
Undo handler for binary editor.
CodeAreaUndoHandler(CodeAreaCore) - Constructor for class org.exbin.bined.operation.swing.CodeAreaUndoHandler
Creates a new instance.
CodeEditDataOperation - Class in org.exbin.bined.operation.swing
Abstract operation for editing data.
CodeEditDataOperation(CodeAreaCore) - Constructor for class org.exbin.bined.operation.swing.CodeEditDataOperation
 
COMPOUND - org.exbin.bined.operation.swing.command.CodeAreaCommandType
Compound command.
copy() - Method in class org.exbin.bined.operation.swing.CodeAreaOperationCommandHandler
 
copyAsCode() - Method in class org.exbin.bined.operation.swing.CodeAreaOperationCommandHandler
 
createDefaultCodeAreaCommandHandlerFactory() - Static method in class org.exbin.bined.operation.swing.CodeAreaOperationCommandHandler
 
cut() - Method in class org.exbin.bined.operation.swing.CodeAreaOperationCommandHandler
 
CharEditDataOperation - Class in org.exbin.bined.operation.swing
Abstract operation for editing data.
CharEditDataOperation(CodeAreaCore) - Constructor for class org.exbin.bined.operation.swing.CharEditDataOperation
 
checkEditAllowed() - Method in class org.exbin.bined.operation.swing.CodeAreaOperationCommandHandler
 

D

DATA_EDITED - org.exbin.bined.operation.swing.command.CodeAreaCommandType
Edit data command.
DATA_INSERTED - org.exbin.bined.operation.swing.command.CodeAreaCommandType
Insert data command.
DATA_MODIFIED - org.exbin.bined.operation.swing.command.CodeAreaCommandType
Modify data command.
DATA_MOVED - org.exbin.bined.operation.swing.command.CodeAreaCommandType
Move data command.
DATA_REMOVED - org.exbin.bined.operation.swing.command.CodeAreaCommandType
Remove data command.
delete() - Method in class org.exbin.bined.operation.swing.CodeAreaOperationCommandHandler
 
DELETE - org.exbin.bined.operation.swing.command.EditDataCommand.EditCommandType
 
DeleteCodeEditDataOperation - Class in org.exbin.bined.operation.swing
Operation for editing data in delete mode.
DeleteCodeEditDataOperation(CodeAreaCore, long) - Constructor for class org.exbin.bined.operation.swing.DeleteCodeEditDataOperation
 
DeleteCharEditDataOperation - Class in org.exbin.bined.operation.swing
Operation for editing data in delete mode.
DeleteCharEditDataOperation(CodeAreaCore, long) - Constructor for class org.exbin.bined.operation.swing.DeleteCharEditDataOperation
 
deletePressed() - Method in class org.exbin.bined.operation.swing.CodeAreaOperationCommandHandler
 
dispose() - Method in class org.exbin.bined.operation.swing.CodeAreaOperation
Performs dispose of the operation.
dispose() - Method in class org.exbin.bined.operation.swing.command.BinaryCompoundCommand
 
dispose() - Method in class org.exbin.bined.operation.swing.command.EditCodeDataCommand
 
dispose() - Method in class org.exbin.bined.operation.swing.command.EditCharDataCommand
 
dispose() - Method in class org.exbin.bined.operation.swing.command.OpCodeAreaCommand
 
dispose() - Method in class org.exbin.bined.operation.swing.DeleteCodeEditDataOperation
 
dispose() - Method in class org.exbin.bined.operation.swing.DeleteCharEditDataOperation
 
dispose() - Method in class org.exbin.bined.operation.swing.InsertCodeEditDataOperation
 
dispose() - Method in class org.exbin.bined.operation.swing.InsertDataOperation
 
dispose() - Method in class org.exbin.bined.operation.swing.ModifyDataOperation
 
dispose() - Method in class org.exbin.bined.operation.swing.OverwriteCodeEditDataOperation
 
dispose() - Method in class org.exbin.bined.operation.swing.OverwriteCharEditDataOperation
 
doSync() - Method in class org.exbin.bined.operation.swing.CodeAreaUndoHandler
Performs revert to sync point.

E

EDIT_DATA - org.exbin.bined.operation.swing.CodeAreaOperationType
Edit data operation.
EditCodeDataCommand - Class in org.exbin.bined.operation.swing.command
Command for editing data in hexadecimal mode.
EditCodeDataCommand(CodeAreaCore, EditDataCommand.EditCommandType, long, int) - Constructor for class org.exbin.bined.operation.swing.command.EditCodeDataCommand
 
EditDataCommand - Class in org.exbin.bined.operation.swing.command
Command for editing data in text mode.
EditDataCommand(CodeAreaCore) - Constructor for class org.exbin.bined.operation.swing.command.EditDataCommand
 
EditDataCommand.EditCommandType - Enum in org.exbin.bined.operation.swing.command
 
EditCharDataCommand - Class in org.exbin.bined.operation.swing.command
Command for editing data in text mode.
EditCharDataCommand(CodeAreaCore, EditDataCommand.EditCommandType, long) - Constructor for class org.exbin.bined.operation.swing.command.EditCharDataCommand
 
enterPressed() - Method in class org.exbin.bined.operation.swing.CodeAreaOperationCommandHandler
 
execute() - Method in class org.exbin.bined.operation.swing.CodeAreaOperation
Performs operation on given document.
execute() - Method in class org.exbin.bined.operation.swing.command.BinaryCompoundCommand
 
execute() - Method in class org.exbin.bined.operation.swing.DeleteCodeEditDataOperation
 
execute() - Method in class org.exbin.bined.operation.swing.InsertCodeEditDataOperation
 
execute() - Method in class org.exbin.bined.operation.swing.InsertDataOperation
 
execute() - Method in class org.exbin.bined.operation.swing.InsertCharEditDataOperation
 
execute() - Method in class org.exbin.bined.operation.swing.ModifyDataOperation
 
execute() - Method in class org.exbin.bined.operation.swing.OverwriteCodeEditDataOperation
 
execute() - Method in class org.exbin.bined.operation.swing.OverwriteCharEditDataOperation
 
execute() - Method in class org.exbin.bined.operation.swing.RemoveDataOperation
 
execute(BinaryDataCommand) - Method in class org.exbin.bined.operation.swing.CodeAreaUndoHandler
Adds new step into revert list.
execute(CodeAreaOperation.ExecutionType) - Method in class org.exbin.bined.operation.swing.CodeAreaOperation
Default empty execution method supporting both modes ready for override.
execute(CodeAreaOperation.ExecutionType) - Method in class org.exbin.bined.operation.swing.DeleteCharEditDataOperation
 
executeWithUndo() - Method in class org.exbin.bined.operation.swing.CodeAreaOperation
Performs operation on given document and returns undo operation.
executeWithUndo() - Method in class org.exbin.bined.operation.swing.DeleteCodeEditDataOperation
 
executeWithUndo() - Method in class org.exbin.bined.operation.swing.InsertCodeEditDataOperation
 
executeWithUndo() - Method in class org.exbin.bined.operation.swing.InsertDataOperation
 
executeWithUndo() - Method in class org.exbin.bined.operation.swing.InsertCharEditDataOperation
 
executeWithUndo() - Method in class org.exbin.bined.operation.swing.ModifyDataOperation
 
executeWithUndo() - Method in class org.exbin.bined.operation.swing.OverwriteCodeEditDataOperation
 
executeWithUndo() - Method in class org.exbin.bined.operation.swing.OverwriteCharEditDataOperation
 
executeWithUndo() - Method in class org.exbin.bined.operation.swing.RemoveDataOperation
 

G

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

I

INSERT - org.exbin.bined.operation.swing.command.EditDataCommand.EditCommandType
 
INSERT_DATA - org.exbin.bined.operation.swing.CodeAreaOperationType
Insert data operation.
InsertCodeEditDataOperation - Class in org.exbin.bined.operation.swing
Operation for editing data using insert mode.
InsertCodeEditDataOperation(CodeAreaCore, long, int) - Constructor for class org.exbin.bined.operation.swing.InsertCodeEditDataOperation
 
InsertDataCommand - Class in org.exbin.bined.operation.swing.command
Command for inserting data.
InsertDataCommand(CodeAreaCore, long, EditableBinaryData) - Constructor for class org.exbin.bined.operation.swing.command.InsertDataCommand
 
InsertDataOperation - Class in org.exbin.bined.operation.swing
Operation for inserting data.
InsertDataOperation(CodeAreaCore, long, int, EditableBinaryData) - Constructor for class org.exbin.bined.operation.swing.InsertDataOperation
 
InsertCharEditDataOperation - Class in org.exbin.bined.operation.swing
Operation for editing data using insert mode.
InsertCharEditDataOperation(CodeAreaCore, long) - Constructor for class org.exbin.bined.operation.swing.InsertCharEditDataOperation
 
isEmpty() - Method in class org.exbin.bined.operation.swing.command.BinaryCompoundCommand
 
isValidChar(char) - Method in class org.exbin.bined.operation.swing.CodeAreaOperationCommandHandler
 

K

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

M

MIME_CHARSET - Static variable in class org.exbin.bined.operation.swing.CodeAreaOperationCommandHandler
 
MODIFY_DATA - org.exbin.bined.operation.swing.CodeAreaOperationType
Modify data operation.
ModifyDataCommand - Class in org.exbin.bined.operation.swing.command
Command for modifying data.
ModifyDataCommand(CodeAreaCore, long, BinaryData) - Constructor for class org.exbin.bined.operation.swing.command.ModifyDataCommand
 
ModifyDataOperation - Class in org.exbin.bined.operation.swing
Operation for modifying data.
ModifyDataOperation(CodeAreaCore, long, BinaryData) - Constructor for class org.exbin.bined.operation.swing.ModifyDataOperation
 
move(CodeAreaCommandHandler.SelectingMode, MovementDirection) - Method in class org.exbin.bined.operation.swing.CodeAreaOperationCommandHandler
 
MOVE_DATA - org.exbin.bined.operation.swing.CodeAreaOperationType
Move data operation.
moveCaret(int, int, CodeAreaCommandHandler.SelectingMode) - Method in class org.exbin.bined.operation.swing.CodeAreaOperationCommandHandler
 

N

NORMAL - org.exbin.bined.operation.swing.CodeAreaOperation.ExecutionType
 
notifyChange(CodeAreaOperationEvent) - Method in interface org.exbin.bined.operation.swing.CodeAreaOperationListener
Notifies about change in document content.

O

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

P

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

R

redo() - Method in class org.exbin.bined.operation.swing.command.BinaryCompoundCommand
 
redo() - Method in class org.exbin.bined.operation.swing.command.EditCodeDataCommand
 
redo() - Method in class org.exbin.bined.operation.swing.command.EditCharDataCommand
 
redo() - Method in class org.exbin.bined.operation.swing.command.InsertDataCommand
 
redo() - Method in class org.exbin.bined.operation.swing.command.OpCodeAreaCommand
 
REMOVE_DATA - org.exbin.bined.operation.swing.CodeAreaOperationType
Remove data operation.
RemoveDataCommand - Class in org.exbin.bined.operation.swing.command
Command for deleting data.
RemoveDataCommand(CodeAreaCore, long, int, long) - Constructor for class org.exbin.bined.operation.swing.command.RemoveDataCommand
 
RemoveDataOperation - Class in org.exbin.bined.operation.swing
Operation for deleting child block.
RemoveDataOperation(CodeAreaCore, long, int, long) - Constructor for class org.exbin.bined.operation.swing.RemoveDataOperation
 
removeUndoUpdateListener(BinaryDataUndoUpdateListener) - Method in class org.exbin.bined.operation.swing.CodeAreaUndoHandler
 

S

scroll(ScrollingDirection) - Method in class org.exbin.bined.operation.swing.CodeAreaOperationCommandHandler
 
selectAll() - Method in class org.exbin.bined.operation.swing.CodeAreaOperationCommandHandler
 
setBackPosition(CodeAreaCaretPosition) - Method in class org.exbin.bined.operation.swing.CodeAreaOperation
 
setCommandPosition(long) - Method in class org.exbin.bined.operation.swing.CodeAreaUndoHandler
Performs undo or redo operation to reach given position.
setEnterKeyHandlingMode(EnterKeyHandlingMode) - Method in class org.exbin.bined.operation.swing.CodeAreaOperationCommandHandler
 
setOperation(CodeAreaOperation) - Method in class org.exbin.bined.operation.swing.CodeAreaOperationEvent
 
setOperation(CodeAreaOperation) - Method in class org.exbin.bined.operation.swing.command.OpCodeAreaCommand
 
setSyncPoint() - Method in class org.exbin.bined.operation.swing.CodeAreaUndoHandler
 
setSyncPoint(long) - Method in class org.exbin.bined.operation.swing.CodeAreaUndoHandler
 
setUndoMaxCount(long) - Method in class org.exbin.bined.operation.swing.CodeAreaUndoHandler
 
setUndoMaximumSize(long) - Method in class org.exbin.bined.operation.swing.CodeAreaUndoHandler
 

U

undo() - Method in class org.exbin.bined.operation.swing.command.BinaryCompoundCommand
 
undo() - Method in class org.exbin.bined.operation.swing.command.EditCodeDataCommand
 
undo() - Method in class org.exbin.bined.operation.swing.command.EditCharDataCommand
 
undo() - Method in class org.exbin.bined.operation.swing.command.InsertDataCommand
 
undo() - Method in class org.exbin.bined.operation.swing.command.OpCodeAreaCommand
 
undoSequenceBreak() - Method in class org.exbin.bined.operation.swing.CodeAreaOperationCommandHandler
 
updateSelection(CodeAreaCommandHandler.SelectingMode, CodeAreaCaretPosition) - Method in class org.exbin.bined.operation.swing.CodeAreaOperationCommandHandler
 

V

valueOf(String) - Static method in enum org.exbin.bined.operation.swing.CodeAreaOperation.ExecutionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.exbin.bined.operation.swing.CodeAreaOperationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.exbin.bined.operation.swing.command.CodeAreaCommandType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.exbin.bined.operation.swing.command.EditDataCommand.EditCommandType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.exbin.bined.operation.swing.CodeAreaOperation.ExecutionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.exbin.bined.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.bined.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.bined.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.bined.operation.swing.command.EditCodeDataCommand
 
wasReverted() - Method in class org.exbin.bined.operation.swing.command.EditDataCommand
Returns true if command was already used for undo action.
wasReverted() - Method in class org.exbin.bined.operation.swing.command.EditCharDataCommand
 
wheelScroll(int, CodeAreaCommandHandler.ScrollbarOrientation) - Method in class org.exbin.bined.operation.swing.CodeAreaOperationCommandHandler
 
WITH_UNDO - org.exbin.bined.operation.swing.CodeAreaOperation.ExecutionType
 
A B C D E G I K M N O P R S U V W 
All Classes All Packages