Uses of Class
org.bidib.wizard.mvc.stepcontrol.model.StepControlAspect
Packages that use StepControlAspect
Package
Description
-
Uses of StepControlAspect in org.bidib.wizard.mvc.stepcontrol.controller
Methods in org.bidib.wizard.mvc.stepcontrol.controller that return types with arguments of type StepControlAspectModifier and TypeMethodDescriptioncom.jgoodies.common.collect.ArrayListModel<StepControlAspect> StepControlController.getConfigureAspectsListModel()com.jgoodies.common.collect.ArrayListModel<StepControlAspect> StepControlControllerInterface.getConfigureAspectsListModel() -
Uses of StepControlAspect in org.bidib.wizard.mvc.stepcontrol.model
Methods in org.bidib.wizard.mvc.stepcontrol.model that return StepControlAspectMethods in org.bidib.wizard.mvc.stepcontrol.model that return types with arguments of type StepControlAspectModifier and TypeMethodDescriptionStepControlModel.getStepControlAspects()com.jgoodies.common.collect.ArrayListModel<StepControlAspect> StepControlModel.getStepControlAspectsListModel()Methods in org.bidib.wizard.mvc.stepcontrol.model with parameters of type StepControlAspectModifier and TypeMethodDescriptionvoidStepControlModel.addStepControlAspect(StepControlAspect stepControlAspect) intStepControlAspect.compareTo(StepControlAspect other) voidStepControlModel.removeStepControlAspect(StepControlAspect stepControlAspect) voidStepControlModel.setSelectedAspect(StepControlAspect selectedAspect) voidStepControlModel.updateStepControlAspect(StepControlAspect originalAspect, StepControlAspect changedAspect) Method parameters in org.bidib.wizard.mvc.stepcontrol.model with type arguments of type StepControlAspectModifier and TypeMethodDescriptionvoidStepControlModel.setStepControlAspects(List<StepControlAspect> stepControlAspects) -
Uses of StepControlAspect in org.bidib.wizard.mvc.stepcontrol.view
Methods in org.bidib.wizard.mvc.stepcontrol.view that return StepControlAspectModifier and TypeMethodDescriptionAspectEditorPanel.commitBuffer(BiConsumer<Long, Long> validationCallback) AspectEditorPanel.flushBuffer()Methods in org.bidib.wizard.mvc.stepcontrol.view with parameters of type StepControlAspectModifier and TypeMethodDescriptionAspectTable.createAspectEditorPanel(AspectCallbackListener<StepControlAspect> aspectCallbackListener, StepControlAspect aspect, StepControlModel stepControlModel, AspectEditorPanel.EditorType editorType) Method parameters in org.bidib.wizard.mvc.stepcontrol.view with type arguments of type StepControlAspectModifier and TypeMethodDescriptionAspectTable.createAspectEditorPanel(AspectCallbackListener<StepControlAspect> aspectCallbackListener, StepControlAspect aspect, StepControlModel stepControlModel, AspectEditorPanel.EditorType editorType) voidAspectCallbackListener.saveChanges(T originalAspect, Function<StepControlAspect, StepControlAspect> func) Save the changes.voidAspectCallbackListener.saveChanges(T originalAspect, Function<StepControlAspect, StepControlAspect> func) Save the changes.Constructors in org.bidib.wizard.mvc.stepcontrol.view with parameters of type StepControlAspectModifierConstructorDescriptionAspectEditorPanel(AspectCallbackListener<StepControlAspect> callbackListener, StepControlAspect stepControlAspect, ImageIcon selectedIcon, ImageIcon unselectedIcon, ImageIcon selectedRolloverIcon, ImageIcon unselectedRolloverIcon, StepControlModel stepControlModel, AspectEditorPanel.EditorType editorType) Constructor parameters in org.bidib.wizard.mvc.stepcontrol.view with type arguments of type StepControlAspectModifierConstructorDescriptionAspectEditorPanel(AspectCallbackListener<StepControlAspect> callbackListener, StepControlAspect stepControlAspect, ImageIcon selectedIcon, ImageIcon unselectedIcon, ImageIcon selectedRolloverIcon, ImageIcon unselectedRolloverIcon, StepControlModel stepControlModel, AspectEditorPanel.EditorType editorType) AspectTable(AspectTableModel tableModel, String emptyTableText, ImageIcon selectedIcon, ImageIcon unselectedIcon, AspectCallbackListener<StepControlAspect> callbackListener) AspectTableModel(com.jgoodies.binding.list.IndirectListModel<StepControlAspect> listModel, String[] columnNames, StepControlModel stepControlModel)