Class MainPanel
- java.lang.Object
-
- org.bidib.wizard.mvc.main.view.panel.MainPanel
-
public class MainPanel extends Object
TheMainPanelcontains the node list and the tab panel with the node details.
-
-
Constructor Summary
Constructors Constructor Description MainPanel(MainModel mainModel, ConnectionPhaseModel connectionPhaseModel, org.bidib.wizard.common.service.SettingsService settingsService, org.bidib.wizard.common.labels.WizardLabelWrapper wizardLabelWrapper, NodeScriptingSupportProvider nodeScriptingSupportProvider, org.bidib.wizard.api.LookupService lookupService, StatusBar statusBar)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddCvDefinitionRequestListener(org.bidib.wizard.api.model.listener.CvDefinitionRequestListener l)voidaddNodeListListener(NodeListActionListener l)voidaddNodeListSelectionListener(ListSelectionListener l)voidcreate(com.vlsolutions.swing.docking.DockingDesktop desktop, MainMenuListener mainMenuListener, org.springframework.context.ApplicationContext applicationContext, WorkListItemProvider workListItemProvider)voidperformShutdown()voidsavePendingChanges()
-
-
-
Constructor Detail
-
MainPanel
public MainPanel(MainModel mainModel, ConnectionPhaseModel connectionPhaseModel, org.bidib.wizard.common.service.SettingsService settingsService, org.bidib.wizard.common.labels.WizardLabelWrapper wizardLabelWrapper, NodeScriptingSupportProvider nodeScriptingSupportProvider, org.bidib.wizard.api.LookupService lookupService, StatusBar statusBar)
-
-
Method Detail
-
create
public void create(com.vlsolutions.swing.docking.DockingDesktop desktop, MainMenuListener mainMenuListener, org.springframework.context.ApplicationContext applicationContext, WorkListItemProvider workListItemProvider)
-
addNodeListListener
public void addNodeListListener(NodeListActionListener l)
-
addNodeListSelectionListener
public void addNodeListSelectionListener(ListSelectionListener l)
-
addCvDefinitionRequestListener
public void addCvDefinitionRequestListener(org.bidib.wizard.api.model.listener.CvDefinitionRequestListener l)
-
performShutdown
public void performShutdown()
-
savePendingChanges
public void savePendingChanges()
-
-