Uses of Class
insensa.extensions.Service

Packages that use Service
insensa.controller   
insensa.extensions   
 

Uses of Service in insensa.controller
 

Fields in insensa.controller declared as Service
private  Service ChooseViewerDialog.selectedService
           
 

Fields in insensa.controller with type parameters of type Service
private  java.util.List<Service> ChooseViewerDialog.serviceList
           
private  java.util.Map<javax.swing.JButton,Service> ChooseViewerDialog.serviceMap
           
 

Methods in insensa.controller that return Service
 Service ChooseViewerDialog.getSelectedService()
           
private  Service DropObjectOnImageListener.showSelectedService(java.util.List<Service> listOfServices, CView view, java.awt.Component parentComponent)
           
 

Methods in insensa.controller that return types with arguments of type Service
private  java.util.List<Service> DropObjectOnImageListener.getConnectionServiceList(java.util.List<ConnectionFileChanger> connectionList)
           
 java.util.List<Service> DropObjectOnImageListener.getFileServiceList(java.util.List<CRasterFileInformation> fileList)
           
private  java.util.List<Service> DropObjectOnImageListener.getInfoReaderServiceList(java.util.List<InfoReader> infoReaderList)
           
private  java.util.List<Service> DropObjectOnImageListener.getServiceList(java.util.List<ServiceList> serviceListList)
           
 

Methods in insensa.controller with parameters of type Service
private  void DropObjectOnImageListener.executeConnectionViewer(java.util.List<ConnectionFileChanger> connectionList, Service selectedService, java.awt.Point startLocation)
           
 void DropObjectOnImageListener.executeInfoReaderViewer(java.util.List<InfoReader> infoReaderList, Service selectedService, java.awt.Point startLocation)
           
private  void DropObjectOnImageListener.executeRasterFileViewer(java.util.List<CRasterFileInformation> fileList, Service selectedService, java.awt.Point startLocation)
           
 

Method parameters in insensa.controller with type arguments of type Service
 void ChooseViewerPopup.show(java.util.List<Service> serviceList, java.awt.Component invoker, int x, int y)
           
private  Service DropObjectOnImageListener.showSelectedService(java.util.List<Service> listOfServices, CView view, java.awt.Component parentComponent)
           
 

Constructor parameters in insensa.controller with type arguments of type Service
ChooseViewerDialog(java.util.List<Service> serviceList, java.awt.Frame owner)
           
 

Uses of Service in insensa.extensions
 

Fields in insensa.extensions with type parameters of type Service
(package private)  java.util.List<Service> ServiceList.serviceList
           
 

Methods in insensa.extensions that return Service
 Service ServiceList.getService(java.lang.String serviceName)
           
 Service ServiceList.getService(java.lang.String serviceName, java.lang.String id)
           
 

Methods in insensa.extensions that return types with arguments of type Service
 java.util.List<Service> ServiceList.getServices(java.lang.String serviceName)
           
 

Methods in insensa.extensions with parameters of type Service
 void ServiceList.add(Service service)