|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectde.willuhn.jameica.gui.AbstractControl
de.willuhn.jameica.gui.internal.controller.BackupControl
public class BackupControl
Controller fuer das Backup.
| Field Summary |
|---|
| Fields inherited from class de.willuhn.jameica.gui.AbstractControl |
|---|
view |
| Constructor Summary | |
|---|---|
BackupControl(AbstractView view)
|
|
| Method Summary | |
|---|---|
TablePart |
getBackups()
Liefert eine Tabelle mit den bisher erstellten Backups. |
Input |
getCount()
Liefert ein Eingabefeld fuer die Anzahl der Backups. |
CheckboxInput |
getState()
Liefert eine Checkbox zum Aktivieren, deaktivieren des Backups. |
Input |
getTarget()
Liefert ein Eingabefeld fuer das Zielverzeichnis des Backups. |
void |
handleRestore()
Markiert ein Backup fuer die Wiederherstellung. |
void |
handleStore()
Speichert die Einstellungen. |
| Methods inherited from class de.willuhn.jameica.gui.AbstractControl |
|---|
getCurrentObject |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BackupControl(AbstractView view)
view - | Method Detail |
|---|
public CheckboxInput getState()
public Input getTarget()
throws de.willuhn.util.ApplicationException
de.willuhn.util.ApplicationExceptionpublic Input getCount()
public TablePart getBackups()
throws java.rmi.RemoteException,
de.willuhn.util.ApplicationException
java.rmi.RemoteException
de.willuhn.util.ApplicationExceptionpublic void handleStore()
public void handleRestore()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||