Uses of Class
it.sistematica.isharedoc.model.device.Printer

Packages that use Printer
it.sistematica.isharedoc.action.device   
it.sistematica.isharedoc.action.isd   
it.sistematica.isharedoc.action.workgroup   
it.sistematica.isharedoc.model.device   
 

Uses of Printer in it.sistematica.isharedoc.action.device
 

Methods in it.sistematica.isharedoc.action.device that return Printer
 Printer PrinterAction.getPrinter()
           
 

Methods in it.sistematica.isharedoc.action.device that return types with arguments of type Printer
 java.util.Collection<Printer> PrinterAction.getPrinters()
           
 

Uses of Printer in it.sistematica.isharedoc.action.isd
 

Methods in it.sistematica.isharedoc.action.isd that return types with arguments of type Printer
 java.util.List<Printer> MessageboxAction.getPrinters()
           
 

Uses of Printer in it.sistematica.isharedoc.action.workgroup
 

Methods in it.sistematica.isharedoc.action.workgroup that return types with arguments of type Printer
 java.util.List<Printer> PreferencesAction.getPrinters()
           
 

Uses of Printer in it.sistematica.isharedoc.model.device
 

Fields in it.sistematica.isharedoc.model.device declared as Printer
protected  Printer PrinterScript.printer
           
 

Methods in it.sistematica.isharedoc.model.device that return Printer
 Printer PrinterScript.getPrinter()
           
 

Methods in it.sistematica.isharedoc.model.device with parameters of type Printer
 void PrinterScript.setPrinter(Printer printer)