Uses of Interface
insensa.commands.ModelCommand

Packages that use ModelCommand
insensa.commands   
insensa.view.dialogs.helper   
 

Uses of ModelCommand in insensa.commands
 

Subinterfaces of ModelCommand in insensa.commands
 interface ISolution
           
 

Classes in insensa.commands that implement ModelCommand
 class AbstractModelCommand
           
 class CreateUserCommand
           
 class DeleteProjectCommand
           
 class ImportConfigCommand
           
 class ImportFilesCommand
           
 class ImportFolderCommand
           
 class ImportProjectCommand
           
private  class ImportProjectCommand.DeleteFolderSolution
           
 class LinkFileCommand
           
 class MoveFileCommand
           
 class OpenProjectCommand
           
 class RenameFileSetCommand
           
 class RenameRasterFileCommand
           
 

Fields in insensa.commands with type parameters of type ModelCommand
private  java.util.Stack<ModelCommand> CommandManager.commandStack
           
private  java.util.Stack<ModelCommand> CommandManager.undoStack
           
 

Methods in insensa.commands that return ModelCommand
 ModelCommand CommandManager.getLastCommand()
           
 

Methods in insensa.commands with parameters of type ModelCommand
 void CommandManager.addCommand(ModelCommand command)
          Adds the command to the beginning of the stack.
 void CommandManager.pushCommand(ModelCommand command)
          Adds the command to the end of the stack.
 

Uses of ModelCommand in insensa.view.dialogs.helper
 

Methods in insensa.view.dialogs.helper with parameters of type ModelCommand
static void ViewCommandManager.executeCommands(java.awt.Component parentComponent, IProcessFinishedListener listener, ModelCommand command)
           
 

Method parameters in insensa.view.dialogs.helper with type arguments of type ModelCommand
static void ViewCommandManager.executeCommands(java.awt.Component parentComponent, IProcessFinishedListener listener, java.util.List<ModelCommand> commandList)