Uses of Interface
org.bidib.wizard.mvc.main.view.panel.listener.NodeListActionListener
-
Packages that use NodeListActionListener Package Description org.bidib.wizard.mvc.main.view org.bidib.wizard.mvc.main.view.exchange org.bidib.wizard.mvc.main.view.panel -
-
Uses of NodeListActionListener in org.bidib.wizard.mvc.main.view
Classes in org.bidib.wizard.mvc.main.view that implement NodeListActionListener Modifier and Type Class Description classMainNodeListActionListenerThis listener is called after the value is set in the node.Methods in org.bidib.wizard.mvc.main.view with parameters of type NodeListActionListener Modifier and Type Method Description voidMainView. addNodeListListener(NodeListActionListener l) -
Uses of NodeListActionListener in org.bidib.wizard.mvc.main.view.exchange
Methods in org.bidib.wizard.mvc.main.view.exchange with parameters of type NodeListActionListener Modifier and Type Method Description voidNodeExchangeHelper. importNode(DefaultBusyFrame parentComponent, org.bidib.wizard.api.model.NodeInterface node, SettingsService settingsService, NodeService nodeService, org.bidib.wizard.api.service.node.SwitchingNodeService switchingNodeService, CvDefinitionTreeModelRegistry cvDefinitionTreeModelRegistry, FileFilter nodeFilter, org.bidib.wizard.common.labels.WizardLabelWrapper wizardLabelWrapper, org.bidib.wizard.common.view.statusbar.StatusBar statusBar, NodeListActionListener nodeListActionListener) -
Uses of NodeListActionListener in org.bidib.wizard.mvc.main.view.panel
Methods in org.bidib.wizard.mvc.main.view.panel with parameters of type NodeListActionListener Modifier and Type Method Description voidMainPanel. addNodeListListener(NodeListActionListener l)voidNodeListPanel. addNodeListListener(NodeListActionListener l)
-