Uses of Interface
org.bidib.wizard.mvc.locolist.controller.listener.LocoTableControllerListener
-
-
Uses of LocoTableControllerListener in org.bidib.wizard.mvc.locolist.controller
Classes in org.bidib.wizard.mvc.locolist.controller that implement LocoTableControllerListener Modifier and Type Class Description classLocoTableController -
Uses of LocoTableControllerListener in org.bidib.wizard.mvc.locolist.model
Constructors in org.bidib.wizard.mvc.locolist.model with parameters of type LocoTableControllerListener Constructor Description LocoTableModel(LocoTableControllerListener locoTableController, com.jgoodies.common.collect.ArrayListModel<org.bidib.wizard.model.locolist.LocoListModel> locoModelList) -
Uses of LocoTableControllerListener in org.bidib.wizard.mvc.locolist.view
Constructors in org.bidib.wizard.mvc.locolist.view with parameters of type LocoTableControllerListener Constructor Description LocoListMenu(Component parent, LocoTableControllerListener locoTableController, com.jgoodies.binding.list.SelectionInList<org.bidib.wizard.model.locolist.LocoListModel> locoSelection, LocoTableModel locoTableModel)LocoTableView(LocoTableControllerListener locoTableController, LocoTableModel locoTableModel) -
Uses of LocoTableControllerListener in org.bidib.wizard.mvc.locolist.view.wizard
Methods in org.bidib.wizard.mvc.locolist.view.wizard with parameters of type LocoTableControllerListener Modifier and Type Method Description voidPushToMouseWizard. showWizard(LocoTableControllerListener locoTableController, LocoTableModel locoTableModel)
-