Uses of Class
org.bidib.wizard.mvc.pom.model.ProgCommandAwareBeanModel
Packages that use ProgCommandAwareBeanModel
Package
Description
-
Uses of ProgCommandAwareBeanModel in org.bidib.wizard.mvc.loco.model
Subclasses of ProgCommandAwareBeanModel in org.bidib.wizard.mvc.loco.modelMethods in org.bidib.wizard.mvc.loco.model that return types with arguments of type ProgCommandAwareBeanModelModifier and TypeMethodDescriptionList<PomOperationCommand<? extends ProgCommandAwareBeanModel>> SpeedometerModel.getPomProgCommands()Method parameters in org.bidib.wizard.mvc.loco.model with type arguments of type ProgCommandAwareBeanModelModifier and TypeMethodDescriptionvoidSpeedometerModel.setPomProgCommands(List<PomOperationCommand<? extends ProgCommandAwareBeanModel>> pomProgCommands) -
Uses of ProgCommandAwareBeanModel in org.bidib.wizard.mvc.loco.model.command
Classes in org.bidib.wizard.mvc.loco.model.command with type parameters of type ProgCommandAwareBeanModelMethod parameters in org.bidib.wizard.mvc.loco.model.command with type arguments of type ProgCommandAwareBeanModelModifier and TypeMethodDescriptionvoidPomRequestProcessor.submitProgCommands(List<PomOperationCommand<? extends ProgCommandAwareBeanModel>> pomProgCommands, io.reactivex.rxjava3.core.SingleObserver<String> finishAction) -
Uses of ProgCommandAwareBeanModel in org.bidib.wizard.mvc.loco.view.speedo
Classes in org.bidib.wizard.mvc.loco.view.speedo with type parameters of type ProgCommandAwareBeanModelSubclasses of ProgCommandAwareBeanModel in org.bidib.wizard.mvc.loco.view.speedoModifier and TypeClassDescriptionclassclassclassclass -
Uses of ProgCommandAwareBeanModel in org.bidib.wizard.mvc.pom.model
Subclasses of ProgCommandAwareBeanModel in org.bidib.wizard.mvc.pom.modelModifier and TypeClassDescriptionclassclassclassMethods in org.bidib.wizard.mvc.pom.model that return types with arguments of type ProgCommandAwareBeanModelModifier and TypeMethodDescriptionList<PomOperationCommand<? extends ProgCommandAwareBeanModel>> ProgCommandAwareBeanModel.getExecutedProgCommands()PomOperationCommand<? extends ProgCommandAwareBeanModel> ProgCommandAwareBeanModel.getExecutingProgCommand()List<PomOperationCommand<? extends ProgCommandAwareBeanModel>> ProgCommandAwareBeanModel.getProgCommands()Method parameters in org.bidib.wizard.mvc.pom.model with type arguments of type ProgCommandAwareBeanModelModifier and TypeMethodDescriptionvoidProgCommandAwareBeanModel.setExecutedProgCommands(List<PomOperationCommand<? extends ProgCommandAwareBeanModel>> executedProgCommands) voidProgCommandAwareBeanModel.setExecutingProgCommand(PomOperationCommand<? extends ProgCommandAwareBeanModel> executingProgCommand) voidProgCommandAwareBeanModel.setProgCommands(List<PomOperationCommand<? extends ProgCommandAwareBeanModel>> progCommands) -
Uses of ProgCommandAwareBeanModel in org.bidib.wizard.mvc.pom.model.command
Classes in org.bidib.wizard.mvc.pom.model.command with type parameters of type ProgCommandAwareBeanModelModifier and TypeClassDescriptionclassPomOperationCommand<M extends ProgCommandAwareBeanModel>class -
Uses of ProgCommandAwareBeanModel in org.bidib.wizard.mvc.pom.view.panel
Classes in org.bidib.wizard.mvc.pom.view.panel with type parameters of type ProgCommandAwareBeanModelMethods in org.bidib.wizard.mvc.pom.view.panel that return ProgCommandAwareBeanModel