Uses of Class
org.bidib.wizard.mvc.pom.model.command.PomOperationCommand
-
Packages that use PomOperationCommand Package Description org.bidib.wizard.mvc.loco.model org.bidib.wizard.mvc.loco.model.command org.bidib.wizard.mvc.pom.model org.bidib.wizard.mvc.pom.model.command -
-
Uses of PomOperationCommand in org.bidib.wizard.mvc.loco.model
Methods in org.bidib.wizard.mvc.loco.model that return types with arguments of type PomOperationCommand Modifier and Type Method Description List<PomOperationCommand<? extends ProgCommandAwareBeanModel>>SpeedometerModel. getPomProgCommands()Method parameters in org.bidib.wizard.mvc.loco.model with type arguments of type PomOperationCommand Modifier and Type Method Description voidSpeedometerModel. setPomProgCommands(List<PomOperationCommand<? extends ProgCommandAwareBeanModel>> pomProgCommands) -
Uses of PomOperationCommand in org.bidib.wizard.mvc.loco.model.command
Subclasses of PomOperationCommand in org.bidib.wizard.mvc.loco.model.command Modifier and Type Class Description classSpeedometerPomCommandMethod parameters in org.bidib.wizard.mvc.loco.model.command with type arguments of type PomOperationCommand Modifier and Type Method Description voidPomRequestProcessor. submitProgCommands(List<PomOperationCommand<? extends ProgCommandAwareBeanModel>> pomProgCommands, io.reactivex.rxjava3.core.SingleObserver<String> finishAction) -
Uses of PomOperationCommand in org.bidib.wizard.mvc.pom.model
Methods in org.bidib.wizard.mvc.pom.model that return PomOperationCommand Modifier and Type Method Description PomOperationCommand<? extends ProgCommandAwareBeanModel>ProgCommandAwareBeanModel. getExecutingProgCommand()Methods in org.bidib.wizard.mvc.pom.model that return types with arguments of type PomOperationCommand Modifier and Type Method Description List<PomOperationCommand<? extends ProgCommandAwareBeanModel>>ProgCommandAwareBeanModel. getExecutedProgCommands()List<PomOperationCommand<? extends ProgCommandAwareBeanModel>>ProgCommandAwareBeanModel. getProgCommands()Methods in org.bidib.wizard.mvc.pom.model with parameters of type PomOperationCommand Modifier and Type Method Description voidProgCommandAwareBeanModel. setExecutingProgCommand(PomOperationCommand<? extends ProgCommandAwareBeanModel> executingProgCommand)Method parameters in org.bidib.wizard.mvc.pom.model with type arguments of type PomOperationCommand Modifier and Type Method Description voidProgCommandAwareBeanModel. setExecutedProgCommands(List<PomOperationCommand<? extends ProgCommandAwareBeanModel>> executedProgCommands)voidProgCommandAwareBeanModel. setProgCommands(List<PomOperationCommand<? extends ProgCommandAwareBeanModel>> progCommands) -
Uses of PomOperationCommand in org.bidib.wizard.mvc.pom.model.command
Subclasses of PomOperationCommand in org.bidib.wizard.mvc.pom.model.command Modifier and Type Class Description classPomAddressModeCommandclassPomAddressPanelChangeAddressCommandclassPomAddressValueCommandclassPomDirectAccessCommandclassPomOperationIfElseCommand<M extends ProgCommandAwareBeanModel>classPomRailcomConfigCommandMethods in org.bidib.wizard.mvc.pom.model.command that return types with arguments of type PomOperationCommand Modifier and Type Method Description List<PomOperationCommand<M>>PomOperationIfElseCommand. getProgCommandsFailure()List<PomOperationCommand<M>>PomOperationIfElseCommand. getProgCommandsSuccess()Methods in org.bidib.wizard.mvc.pom.model.command with parameters of type PomOperationCommand Modifier and Type Method Description voidPomOperationIfElseCommand. addProgCommandSuccess(PomOperationCommand<M> progCommandSuccess)Method parameters in org.bidib.wizard.mvc.pom.model.command with type arguments of type PomOperationCommand Modifier and Type Method Description voidPomOperationIfElseCommand. setProgCommandsFailure(List<PomOperationCommand<M>> progCommandsFailure)voidPomOperationIfElseCommand. setProgCommandsSuccess(List<PomOperationCommand<M>> progCommandsSuccess)
-