Uses of Class
org.bidib.wizard.mvc.pom.model.ProgCommandAwareBeanModel
-
-
Uses of ProgCommandAwareBeanModel in org.bidib.wizard.mvc.loco.model
Subclasses of ProgCommandAwareBeanModel in org.bidib.wizard.mvc.loco.model Modifier and Type Class Description classSpeedometerProgBeanModelMethods in org.bidib.wizard.mvc.loco.model that return types with arguments of type ProgCommandAwareBeanModel 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 ProgCommandAwareBeanModel Modifier and Type Method Description voidSpeedometerModel. 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 ProgCommandAwareBeanModel Modifier and Type Class Description classPomRequestProcessor<M extends ProgCommandAwareBeanModel>Method parameters in org.bidib.wizard.mvc.loco.model.command with type arguments of type ProgCommandAwareBeanModel Modifier and Type Method Description voidPomRequestProcessor. 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 ProgCommandAwareBeanModel Modifier and Type Class Description classSpeedometerPanel<M extends ProgCommandAwareBeanModel>Subclasses of ProgCommandAwareBeanModel in org.bidib.wizard.mvc.loco.view.speedo Modifier and Type Class Description classCvParamsBeanModelclassPidParamsBeanModelclassSpeedometerProgProxyBeanModelclassSpeedScaleBeanModel -
Uses of ProgCommandAwareBeanModel in org.bidib.wizard.mvc.pom.model
Subclasses of ProgCommandAwareBeanModel in org.bidib.wizard.mvc.pom.model Modifier and Type Class Description classAddressProgBeanModelclassDirectAccessProgBeanModelclassRailcomProgBeanModelMethods in org.bidib.wizard.mvc.pom.model that return types with arguments of type ProgCommandAwareBeanModel Modifier and Type Method Description List<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 ProgCommandAwareBeanModel Modifier and Type Method Description voidProgCommandAwareBeanModel. 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 ProgCommandAwareBeanModel Modifier and Type Class Description classPomOperationCommand<M extends ProgCommandAwareBeanModel>classPomOperationIfElseCommand<M extends ProgCommandAwareBeanModel> -
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 ProgCommandAwareBeanModel Modifier and Type Class Description classAbstractPomPanel<M extends ProgCommandAwareBeanModel>Methods in org.bidib.wizard.mvc.pom.view.panel that return ProgCommandAwareBeanModel Modifier and Type Method Description ProgCommandAwareBeanModelAbstractPomPanel. getProgCommandAwareBeanModel()
-