Uses of Class
org.bidib.wizard.mvc.stepcontrol.model.StepControlAspect
-
Packages that use StepControlAspect Package Description org.bidib.wizard.mvc.stepcontrol.controller org.bidib.wizard.mvc.stepcontrol.model org.bidib.wizard.mvc.stepcontrol.view -
-
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 StepControlAspect Modifier and Type Method Description com.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 StepControlAspect Modifier and Type Method Description StepControlAspectStepControlModel. getSelectedAspect()Methods in org.bidib.wizard.mvc.stepcontrol.model that return types with arguments of type StepControlAspect Modifier and Type Method Description List<StepControlAspect>StepControlModel. getStepControlAspects()com.jgoodies.common.collect.ArrayListModel<StepControlAspect>StepControlModel. getStepControlAspectsListModel()Methods in org.bidib.wizard.mvc.stepcontrol.model with parameters of type StepControlAspect Modifier and Type Method Description voidStepControlModel. 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 StepControlAspect Modifier and Type Method Description voidStepControlModel. setStepControlAspects(List<StepControlAspect> stepControlAspects) -
Uses of StepControlAspect in org.bidib.wizard.mvc.stepcontrol.view
Methods in org.bidib.wizard.mvc.stepcontrol.view that return StepControlAspect Modifier and Type Method Description StepControlAspectAspectEditorPanel. commitBuffer(BiConsumer<Long,Long> validationCallback)StepControlAspectAspectEditorPanel. flushBuffer()Methods in org.bidib.wizard.mvc.stepcontrol.view with parameters of type StepControlAspect Modifier and Type Method Description AspectEditorPanelAspectTable. 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 StepControlAspect Modifier and Type Method Description AspectEditorPanelAspectTable. 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 StepControlAspect Constructor Description AspectEditorPanel(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 StepControlAspect Constructor Description AspectEditorPanel(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)
-