Uses of Interface
org.bidib.wizard.mvc.main.view.panel.listener.TabStatusListener
-
-
Uses of TabStatusListener in org.bidib.wizard.mvc.main.controller
Methods in org.bidib.wizard.mvc.main.controller with parameters of type TabStatusListener Modifier and Type Method Description voidCvDefinitionPanelController. start(TabStatusListener tabStatusListener)voidReverserPanelController. start(TabStatusListener tabStatusListener) -
Uses of TabStatusListener in org.bidib.wizard.mvc.main.view.panel
Constructors in org.bidib.wizard.mvc.main.view.panel with parameters of type TabStatusListener Constructor Description CvDefinitionPanel(CvDefinitionPanelControllerInterface cvDefinitionPanelController, FeedbackPortStatusChangeProvider feedbackPortStatusChangeProvider, MainModel mainModel, TabStatusListener tabStatusListener, SettingsService settingsService)ReverserPanel(ReverserPanelController reverserPanelController, FeedbackPortStatusChangeProvider feedbackPortStatusChangeProvider, MainModel model, TabStatusListener tabStatusListener) -
Uses of TabStatusListener in org.bidib.wizard.mvc.stepcontrol.controller
Methods in org.bidib.wizard.mvc.stepcontrol.controller with parameters of type TabStatusListener Modifier and Type Method Description voidStepControlController. start(TabStatusListener tabStatusListener) -
Uses of TabStatusListener in org.bidib.wizard.mvc.stepcontrol.view
Constructors in org.bidib.wizard.mvc.stepcontrol.view with parameters of type TabStatusListener Constructor Description StepControlPanel(MainModel mainModel, StepControlModel stepControlModel, SettingsService settingsService, TabStatusListener tabStatusListener, FeedbackPortStatusChangeProvider feedbackPortStatusChangeProvider, StepControlControllerInterface stepControlController, org.bidib.wizard.common.view.statusbar.StatusBar statusBar)
-