Uses of Class
org.bidib.wizard.mvc.pt.view.command.PtOperationCommand
-
Packages that use PtOperationCommand Package Description org.bidib.wizard.mvc.pt.view.command org.bidib.wizard.mvc.pt.view.panel -
-
Uses of PtOperationCommand in org.bidib.wizard.mvc.pt.view.command
Subclasses of PtOperationCommand in org.bidib.wizard.mvc.pt.view.command Modifier and Type Class Description classPtAddressModeCommandclassPtAddressValueCommandclassPtDirectAccessCommandclassPtOperationIfElseCommand<M extends ProgCommandAwareBeanModel>classPtRailcomConfigCommandMethods in org.bidib.wizard.mvc.pt.view.command that return types with arguments of type PtOperationCommand Modifier and Type Method Description List<PtOperationCommand<M>>PtOperationIfElseCommand. getProgCommandsFailure()List<PtOperationCommand<M>>PtOperationIfElseCommand. getProgCommandsSuccess()Methods in org.bidib.wizard.mvc.pt.view.command with parameters of type PtOperationCommand Modifier and Type Method Description voidPtOperationIfElseCommand. addProgCommandSuccess(PtOperationCommand<M> progCommandSuccess)Method parameters in org.bidib.wizard.mvc.pt.view.command with type arguments of type PtOperationCommand Modifier and Type Method Description voidPtOperationIfElseCommand. 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 PtOperationCommand Modifier and Type Method Description PtOperationCommand<? extends ProgCommandAwareBeanModel>ProgCommandAwareBeanModel. getExecutingProgCommand()Methods in org.bidib.wizard.mvc.pt.view.panel that return types with arguments of type PtOperationCommand Modifier and Type Method Description List<PtOperationCommand<? extends ProgCommandAwareBeanModel>>ProgCommandAwareBeanModel. getExecutedProgCommands()List<PtOperationCommand<? extends ProgCommandAwareBeanModel>>ProgCommandAwareBeanModel. getProgCommands()Methods in org.bidib.wizard.mvc.pt.view.panel with parameters of type PtOperationCommand Modifier and Type Method Description voidProgCommandAwareBeanModel. setExecutingProgCommand(PtOperationCommand<? extends ProgCommandAwareBeanModel> executingProgCommand)Method parameters in org.bidib.wizard.mvc.pt.view.panel with type arguments of type PtOperationCommand Modifier and Type Method Description voidProgCommandAwareBeanModel. setExecutedProgCommands(List<PtOperationCommand<? extends ProgCommandAwareBeanModel>> executedProgCommands)voidProgCommandAwareBeanModel. setProgCommands(List<PtOperationCommand<? extends ProgCommandAwareBeanModel>> progCommands)
-