Uses of Interface
org.bidib.wizard.mvc.stepcontrol.view.AspectCallbackListener
Packages that use AspectCallbackListener
-
Uses of AspectCallbackListener in org.bidib.wizard.mvc.stepcontrol.view
Methods in org.bidib.wizard.mvc.stepcontrol.view with parameters of type AspectCallbackListenerModifier and TypeMethodDescriptionAspectTable.createAspectEditorPanel(AspectCallbackListener<StepControlAspect> aspectCallbackListener, StepControlAspect aspect, StepControlModel stepControlModel, AspectEditorPanel.EditorType editorType) Constructors in org.bidib.wizard.mvc.stepcontrol.view with parameters of type AspectCallbackListenerModifierConstructorDescriptionAspectEditorPanel(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)