Uses of Class
ch.braincell.stickbackup.process.Process

Packages that use Process
ch.braincell.stickbackup.gui   
ch.braincell.stickbackup.process   
 

Uses of Process in ch.braincell.stickbackup.gui
 

Methods in ch.braincell.stickbackup.gui with parameters of type Process
 void BackupController.onProcess(Process process, java.io.File... files)
           
 

Uses of Process in ch.braincell.stickbackup.process
 

Methods in ch.braincell.stickbackup.process that return Process
static Process Process.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Process[] Process.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in ch.braincell.stickbackup.process with parameters of type Process
 void ProcessListener.onProcess(Process process, java.io.File... files)
          Indicates on which files the process is working on.
 



Copyright © 2007. All Rights Reserved.