Uses of Class
org.bidib.wizard.mvc.stepcontrol.model.StepControlModel
Packages that use StepControlModel
-
Uses of StepControlModel in org.bidib.wizard.mvc.stepcontrol.view
Methods in org.bidib.wizard.mvc.stepcontrol.view with parameters of type StepControlModelModifier and TypeMethodDescriptionAspectTable.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 StepControlModelModifierConstructorDescriptionAspectCellRenderer(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, org.bidib.wizard.common.service.SettingsService settingsService, TabStatusListener tabStatusListener, FeedbackPortStatusChangeProvider feedbackPortStatusChangeProvider, StepControlControllerInterface stepControlController, StatusBar statusBar)