Package org.bidib.wizard.mvc.backup.view
Class BackupView
- java.lang.Object
-
- org.bidib.wizard.mvc.backup.view.BackupView
-
- All Implemented Interfaces:
com.vlsolutions.swing.docking.Dockable
public class BackupView extends Object implements com.vlsolutions.swing.docking.Dockable
-
-
Constructor Summary
Constructors Constructor Description BackupView(BackupControllerListener backupController, BackupTableModel backupTableModel, org.bidib.wizard.common.service.SettingsService settingsService, StatusBarPublisher<String,Integer> statusBarPublisher)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ComponentgetComponent()com.vlsolutions.swing.docking.DockKeygetDockKey()
-
-
-
Constructor Detail
-
BackupView
public BackupView(BackupControllerListener backupController, BackupTableModel backupTableModel, org.bidib.wizard.common.service.SettingsService settingsService, StatusBarPublisher<String,Integer> statusBarPublisher)
-
-
Method Detail
-
getDockKey
public com.vlsolutions.swing.docking.DockKey getDockKey()
- Specified by:
getDockKeyin interfacecom.vlsolutions.swing.docking.Dockable
-
getComponent
public Component getComponent()
- Specified by:
getComponentin interfacecom.vlsolutions.swing.docking.Dockable
-
-