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