Package backupmanager.swing
Class BackupStreamPanel
java.lang.Object
backupmanager.swing.BackupStreamPanel
- 
Constructor Summary
ConstructorsConstructorDescriptionBackupStreamPanel(Window owner, BackupControlPanel backupControlPanel, BackupStream backupStream)  - 
Method Summary
Modifier and TypeMethodDescriptionbooleanprogressUpdate(BackupProgress backupProgress) protected voidprotected voidCalled on a timer every minute in normal mode so that the disk space data on the data source gets updated. 
- 
Constructor Details
- 
BackupStreamPanel
public BackupStreamPanel(Window owner, BackupControlPanel backupControlPanel, BackupStream backupStream)  
 - 
 - 
Method Details
- 
showAddMenu
 - 
getComponent
 - 
getBackupStream
- Returns:
 - the backupStream
 
 - 
updateSpace
protected void updateSpace()Called on a timer every minute in normal mode so that the disk space data on the data source gets updated. - 
progressUpdate
 
 -