Package org.bidib.wizard.config
Interface BackupControllerFactory
public interface BackupControllerFactory
-
Method Summary
Modifier and TypeMethodDescriptioncreateController(com.vlsolutions.swing.docking.DockingDesktop desktop, MainModel mainModel) Create the BackupController instance.
-
Method Details
-
createController
BackupController createController(com.vlsolutions.swing.docking.DockingDesktop desktop, MainModel mainModel) Create the BackupController instance.- Parameters:
desktop- the desktop- Returns:
- the BackupController instance
-