Skip navigation links
A C D I L O P R S U 

A

AbstractUndoableCommand<WB extends org.jrebirth.af.api.wave.WaveBean> - Class in org.jrebirth.af.undoredo.command
The Class AbstractUndoableCommand is the base class for all other undoable command.
AbstractUndoableCommand() - Constructor for class org.jrebirth.af.undoredo.command.AbstractUndoableCommand
 

C

commandStack - Variable in class org.jrebirth.af.undoredo.service.UndoRedoService
The command stack.

D

DefaultUndoableCommand<WB extends org.jrebirth.af.api.wave.WaveBean> - Class in org.jrebirth.af.undoredo.command
The Class DefaultUndoableCommand is the default class to build an undoable command.
DefaultUndoableCommand() - Constructor for class org.jrebirth.af.undoredo.command.DefaultUndoableCommand
 

I

init(Wave) - Method in class org.jrebirth.af.undoredo.command.AbstractUndoableCommand
Initialize the command internal properties to be able to undo or redo the command.
init(Wave) - Method in class org.jrebirth.af.undoredo.command.DefaultUndoableCommand
Initialize the command internal properties to be able to undo or redo the command.
initCommand() - Method in class org.jrebirth.af.undoredo.command.DefaultUndoableCommand
initInnerComponents() - Method in class org.jrebirth.af.undoredo.command.DefaultUndoableCommand
 

L

LOGGER - Static variable in class org.jrebirth.af.undoredo.service.UndoRedoService
The class logger.

O

org.jrebirth.af.undoredo - package org.jrebirth.af.undoredo
Provides UndoRedo feature to JRebirth Commands.
org.jrebirth.af.undoredo.command - package org.jrebirth.af.undoredo.command
Provides base command for Undo/redo features.
org.jrebirth.af.undoredo.service - package org.jrebirth.af.undoredo.service
Provides a service to manage org.jrebirth.undo.command.Undoable Command Stack.

P

perform(Wave) - Method in class org.jrebirth.af.undoredo.command.AbstractUndoableCommand
perform(Wave) - Method in class org.jrebirth.af.undoredo.command.RedoCommand
perform(Wave) - Method in class org.jrebirth.af.undoredo.command.StackUpCommand
perform(Wave) - Method in class org.jrebirth.af.undoredo.command.UndoCommand

R

redo() - Method in class org.jrebirth.af.undoredo.command.AbstractUndoableCommand
Do or Redo the command.
redo() - Method in class org.jrebirth.af.undoredo.command.DefaultUndoableCommand
Do or Redo the command.
redo() - Method in class org.jrebirth.af.undoredo.service.UndoRedoService
Redo the last command that was undo-ed.
RedoCommand - Class in org.jrebirth.af.undoredo.command
The Class RedoCommand is used to redo latest action done for the given stack.
RedoCommand() - Constructor for class org.jrebirth.af.undoredo.command.RedoCommand
 

S

setStackName(String) - Method in class org.jrebirth.af.undoredo.command.RedoCommand
Sets the stack name.
setStackName(String) - Method in class org.jrebirth.af.undoredo.command.StackUpCommand
Sets the stack name.
setStackName(String) - Method in class org.jrebirth.af.undoredo.command.UndoCommand
Sets the stack name.
setUndoableCommand(Undoable) - Method in class org.jrebirth.af.undoredo.command.StackUpCommand
Sets the undoable command.
STACK_NAME - Static variable in interface org.jrebirth.af.undoredo.command.UndoRedoWaves
The name ot the undeo/redo stack to use.
stackName - Variable in class org.jrebirth.af.undoredo.command.RedoCommand
The stack name.
stackName - Variable in class org.jrebirth.af.undoredo.command.StackUpCommand
The stack name.
stackName - Variable in class org.jrebirth.af.undoredo.command.UndoCommand
The command stack name.
stackUp(Undoable) - Method in class org.jrebirth.af.undoredo.service.UndoRedoService
Stack up a command.
StackUpCommand - Class in org.jrebirth.af.undoredo.command
The Class StackUpCommand.
StackUpCommand() - Constructor for class org.jrebirth.af.undoredo.command.StackUpCommand
 

U

undo() - Method in class org.jrebirth.af.undoredo.command.AbstractUndoableCommand
Undo the command.
undo() - Method in class org.jrebirth.af.undoredo.command.DefaultUndoableCommand
Undo the command.
undo() - Method in class org.jrebirth.af.undoredo.service.UndoRedoService
Undo the last command.
UNDO_REDO - Static variable in interface org.jrebirth.af.undoredo.command.UndoRedoWaves
The undo redo flag to indicate if we must process the AbstractUndoableCommand.undo method or AbstractUndoableCommand.redo.
Undoable<WB extends org.jrebirth.af.api.wave.WaveBean> - Interface in org.jrebirth.af.undoredo.command
The Interface Undoable.
UNDOABLE_COMMAND - Static variable in interface org.jrebirth.af.undoredo.command.UndoRedoWaves
The Undoable command.
undoableCommand - Variable in class org.jrebirth.af.undoredo.command.StackUpCommand
The undoable command.
UndoCommand - Class in org.jrebirth.af.undoredo.command
The Class UndoCommand is used to undo latest action done for the given stack.
UndoCommand() - Constructor for class org.jrebirth.af.undoredo.command.UndoCommand
 
undoneStack - Variable in class org.jrebirth.af.undoredo.service.UndoRedoService
The commands that have been undone.
UndoRedoService - Class in org.jrebirth.af.undoredo.service
The Class UndoRedoService is used to manage a stack of Undoable command.
UndoRedoService() - Constructor for class org.jrebirth.af.undoredo.service.UndoRedoService
 
UndoRedoWaves - Interface in org.jrebirth.af.undoredo.command
The Interface UndoRedoWaves used to define WaveItems used by undo/Redo waves.
A C D I L O P R S U 
Skip navigation links

Copyright © 2011–2015 JRebirth OSS. All rights reserved.