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

A

addCommand(BinaryDataCommand) - Method in interface org.exbin.bined.operation.undo.BinaryDataUndoHandler
Adds new step into command list without executing it.
addUndoUpdateListener(BinaryDataUndoUpdateListener) - Method in interface org.exbin.bined.operation.undo.BinaryDataUndoHandler
 
appendCommand(BinaryDataCommand) - Method in interface org.exbin.bined.operation.BinaryDataCompoundCommand
Appends command to the list of commands.
appendCommands(Collection<BinaryDataCommand>) - Method in interface org.exbin.bined.operation.BinaryDataCompoundCommand
Appends list of commands to the list of commands.

B

BinaryDataAbstractCommand - Class in org.exbin.bined.operation
Abstract code area command class.
BinaryDataAbstractCommand() - Constructor for class org.exbin.bined.operation.BinaryDataAbstractCommand
 
BinaryDataCommand - Interface in org.exbin.bined.operation
Interface for code area command.
BinaryDataCompoundCommand - Interface in org.exbin.bined.operation
Interface for compound command.
BinaryDataOperation - Interface in org.exbin.bined.operation
Interface for binary data operation.
BinaryDataOperationEvent - Class in org.exbin.bined.operation
Operation execution event.
BinaryDataOperationEvent(BinaryDataOperation) - Constructor for class org.exbin.bined.operation.BinaryDataOperationEvent
 
BinaryDataOperationException - Exception in org.exbin.bined.operation
Exception for code are command handling.
BinaryDataOperationException() - Constructor for exception org.exbin.bined.operation.BinaryDataOperationException
 
BinaryDataOperationException(String) - Constructor for exception org.exbin.bined.operation.BinaryDataOperationException
 
BinaryDataOperationException(String, Throwable) - Constructor for exception org.exbin.bined.operation.BinaryDataOperationException
 
BinaryDataOperationException(String, Throwable, boolean, boolean) - Constructor for exception org.exbin.bined.operation.BinaryDataOperationException
 
BinaryDataOperationException(Throwable) - Constructor for exception org.exbin.bined.operation.BinaryDataOperationException
 
BinaryDataOperationListener - Interface in org.exbin.bined.operation
Operation execution listener.
BinaryDataUndoHandler - Interface in org.exbin.bined.operation.undo
Code area undo support handler.
BinaryDataUndoUpdateListener - Interface in org.exbin.bined.operation.undo
Code area undo update listener.

C

canRedo() - Method in interface org.exbin.bined.operation.undo.BinaryDataUndoHandler
 
canUndo() - Method in interface org.exbin.bined.operation.BinaryDataCommand
Returns true if command support undo operation.
canUndo() - Method in interface org.exbin.bined.operation.undo.BinaryDataUndoHandler
 
clear() - Method in interface org.exbin.bined.operation.undo.BinaryDataUndoHandler
 

D

dispose() - Method in class org.exbin.bined.operation.BinaryDataAbstractCommand
Default dispose method do nothing.
dispose() - Method in interface org.exbin.bined.operation.BinaryDataCommand
Disposes command.
dispose() - Method in interface org.exbin.bined.operation.BinaryDataOperation
Disposes command.
doSync() - Method in interface org.exbin.bined.operation.undo.BinaryDataUndoHandler
Performs revert to sync point.

E

execute() - Method in class org.exbin.bined.operation.BinaryDataAbstractCommand
Default execution method performs simply redo operation.
execute() - Method in interface org.exbin.bined.operation.BinaryDataCommand
Performs operation on given document.
execute() - Method in interface org.exbin.bined.operation.BinaryDataOperation
Performs operation on given document.
execute(BinaryDataCommand) - Method in interface org.exbin.bined.operation.undo.BinaryDataUndoHandler
Adds new step into command list.
executeWithUndo() - Method in interface org.exbin.bined.operation.BinaryDataOperation
Performs operation on given document and returns undo operation.

G

getCaption() - Method in interface org.exbin.bined.operation.BinaryDataCommand
Returns caption as text.
getCaption() - Method in interface org.exbin.bined.operation.BinaryDataOperation
Returns caption as text.
getCommandList() - Method in interface org.exbin.bined.operation.undo.BinaryDataUndoHandler
 
getCommandPosition() - Method in interface org.exbin.bined.operation.undo.BinaryDataUndoHandler
 
getCommands() - Method in interface org.exbin.bined.operation.BinaryDataCompoundCommand
Returns list of commands.
getExecutionTime() - Method in class org.exbin.bined.operation.BinaryDataAbstractCommand
 
getExecutionTime() - Method in interface org.exbin.bined.operation.BinaryDataCommand
Returns time of command execution.
getMaximumUndo() - Method in interface org.exbin.bined.operation.undo.BinaryDataUndoHandler
 
getOperation() - Method in class org.exbin.bined.operation.BinaryDataOperationEvent
 
getSyncPoint() - Method in interface org.exbin.bined.operation.undo.BinaryDataUndoHandler
 
getUndoMaximumSize() - Method in interface org.exbin.bined.operation.undo.BinaryDataUndoHandler
 
getUsedSize() - Method in interface org.exbin.bined.operation.undo.BinaryDataUndoHandler
 

I

isEmpty() - Method in interface org.exbin.bined.operation.BinaryDataCompoundCommand
Returns true if compound command is empty.

N

notifyChange(BinaryDataOperationEvent) - Method in interface org.exbin.bined.operation.BinaryDataOperationListener
Notifies about change in document content.

O

org.exbin.bined.operation - package org.exbin.bined.operation
 
org.exbin.bined.operation.undo - package org.exbin.bined.operation.undo
 

P

performRedo() - Method in interface org.exbin.bined.operation.undo.BinaryDataUndoHandler
Performs single redo step.
performRedo(int) - Method in interface org.exbin.bined.operation.undo.BinaryDataUndoHandler
Performs multiple redo step.
performUndo() - Method in interface org.exbin.bined.operation.undo.BinaryDataUndoHandler
Performs single undo step.
performUndo(int) - Method in interface org.exbin.bined.operation.undo.BinaryDataUndoHandler
Performs multiple undo step.

R

redo() - Method in interface org.exbin.bined.operation.BinaryDataCommand
Performs redo on given document.
removeUndoUpdateListener(BinaryDataUndoUpdateListener) - Method in interface org.exbin.bined.operation.undo.BinaryDataUndoHandler
 

S

setCommandPosition(long) - Method in interface org.exbin.bined.operation.undo.BinaryDataUndoHandler
Performs undo or redo operation to reach given position.
setOperation(BinaryDataOperation) - Method in class org.exbin.bined.operation.BinaryDataOperationEvent
 
setSyncPoint() - Method in interface org.exbin.bined.operation.undo.BinaryDataUndoHandler
 
setSyncPoint(long) - Method in interface org.exbin.bined.operation.undo.BinaryDataUndoHandler
 

U

undo() - Method in interface org.exbin.bined.operation.BinaryDataCommand
Performs undo operation on given document.
undoCommandAdded(BinaryDataCommand) - Method in interface org.exbin.bined.operation.undo.BinaryDataUndoUpdateListener
Reports new command added to undo sequence.
undoCommandPositionChanged() - Method in interface org.exbin.bined.operation.undo.BinaryDataUndoUpdateListener
Notifies about change in undo state.
use() - Method in class org.exbin.bined.operation.BinaryDataAbstractCommand
Performs update of command use information.
use() - Method in interface org.exbin.bined.operation.BinaryDataCommand
Performs update of command use information.
A B C D E G I N O P R S U 
All Classes All Packages