Uses of Class
org.bidib.wizard.mvc.pt.view.command.PtOperationCommand
Packages that use PtOperationCommand
-
Uses of PtOperationCommand in org.bidib.wizard.mvc.pt.view.command
Subclasses of PtOperationCommand in org.bidib.wizard.mvc.pt.view.commandModifier and TypeClassDescriptionclassclassclassclassclassMethods in org.bidib.wizard.mvc.pt.view.command that return types with arguments of type PtOperationCommandModifier and TypeMethodDescriptionPtOperationIfElseCommand.getProgCommandsFailure()PtOperationIfElseCommand.getProgCommandsSuccess()Methods in org.bidib.wizard.mvc.pt.view.command with parameters of type PtOperationCommandModifier and TypeMethodDescriptionvoidPtOperationIfElseCommand.addProgCommandSuccess(PtOperationCommand<M> progCommandSuccess) Method parameters in org.bidib.wizard.mvc.pt.view.command with type arguments of type PtOperationCommandModifier and TypeMethodDescriptionvoidPtOperationIfElseCommand.setProgCommandsFailure(List<PtOperationCommand<M>> progCommandsFailure) voidPtOperationIfElseCommand.setProgCommandsSuccess(List<PtOperationCommand<M>> progCommandsSuccess) -
Uses of PtOperationCommand in org.bidib.wizard.mvc.pt.view.panel
Methods in org.bidib.wizard.mvc.pt.view.panel that return PtOperationCommandModifier and TypeMethodDescriptionPtOperationCommand<? extends ProgCommandAwareBeanModel> ProgCommandAwareBeanModel.getExecutingProgCommand()Methods in org.bidib.wizard.mvc.pt.view.panel that return types with arguments of type PtOperationCommandModifier and TypeMethodDescriptionList<PtOperationCommand<? extends ProgCommandAwareBeanModel>> ProgCommandAwareBeanModel.getExecutedProgCommands()List<PtOperationCommand<? extends ProgCommandAwareBeanModel>> ProgCommandAwareBeanModel.getProgCommands()Methods in org.bidib.wizard.mvc.pt.view.panel with parameters of type PtOperationCommandModifier and TypeMethodDescriptionvoidProgCommandAwareBeanModel.setExecutingProgCommand(PtOperationCommand<? extends ProgCommandAwareBeanModel> executingProgCommand) Method parameters in org.bidib.wizard.mvc.pt.view.panel with type arguments of type PtOperationCommandModifier and TypeMethodDescriptionvoidProgCommandAwareBeanModel.setExecutedProgCommands(List<PtOperationCommand<? extends ProgCommandAwareBeanModel>> executedProgCommands) voidProgCommandAwareBeanModel.setProgCommands(List<PtOperationCommand<? extends ProgCommandAwareBeanModel>> progCommands)