Uses of Class
org.bidib.wizard.mvc.stepcontrol.model.StepControlModel
-
Packages that use StepControlModel Package Description org.bidib.wizard.mvc.stepcontrol.view -
-
Uses of StepControlModel in org.bidib.wizard.mvc.stepcontrol.view
Methods in org.bidib.wizard.mvc.stepcontrol.view with parameters of type StepControlModel Modifier and Type Method Description AspectEditorPanelAspectTable. createAspectEditorPanel(AspectCallbackListener<StepControlAspect> aspectCallbackListener, StepControlAspect aspect, StepControlModel stepControlModel, AspectEditorPanel.EditorType editorType)voidAspectTable. createComponentFactory(StepControlModel stepControlModel)Constructors in org.bidib.wizard.mvc.stepcontrol.view with parameters of type StepControlModel Constructor Description AspectCellRenderer(StepControlModel stepControlModel)AspectEditorPanel(AspectCallbackListener<StepControlAspect> callbackListener, StepControlAspect stepControlAspect, ImageIcon selectedIcon, ImageIcon unselectedIcon, ImageIcon selectedRolloverIcon, ImageIcon unselectedRolloverIcon, StepControlModel stepControlModel, AspectEditorPanel.EditorType editorType)AspectTableModel(com.jgoodies.binding.list.IndirectListModel<StepControlAspect> listModel, String[] columnNames, StepControlModel stepControlModel)StepControlAspectCellRenderer(StepControlModel stepControlModel, ImageIcon okIcon, ImageIcon errorIcon)StepControlPanel(MainModel mainModel, StepControlModel stepControlModel, SettingsService settingsService, TabStatusListener tabStatusListener, FeedbackPortStatusChangeProvider feedbackPortStatusChangeProvider, StepControlControllerInterface stepControlController, org.bidib.wizard.common.view.statusbar.StatusBar statusBar)
-