Index

A C E G H I L M N P Q R S T 
All Classes and Interfaces|All Packages

S

scene - Static variable in class proseccoCoding.TLN.App
App scene
selectAll - Variable in class proseccoCoding.TLN.control.SelectCountriesController
CheckBox used to select/deselect all the countries CheckBoxes at the same time
selectAll - Variable in class proseccoCoding.TLN.control.SelectProvidersController
CheckBox used to select/deselect all the providers CheckBoxes at the same time
selectAll - Variable in class proseccoCoding.TLN.control.SelectServicesController
CheckBox used to select/deselect all the service types CheckBoxes at the same time
selectAll - Variable in class proseccoCoding.TLN.control.SelectStatusController
CheckBox used to select/deselect all the service status CheckBoxes at the same time
selectAllChanged(Boolean) - Method in class proseccoCoding.TLN.control.SelectCountriesController
This private method is used to change every CheckBox status to the selectAll one
selectAllChanged(Boolean) - Method in class proseccoCoding.TLN.control.SelectProvidersController
This private method is used to change every CheckBox status to the selectAll one
selectAllChanged(Boolean) - Method in class proseccoCoding.TLN.control.SelectServicesController
This private method is used to change every CheckBox status to the selectAll one
selectAllChanged(Boolean) - Method in class proseccoCoding.TLN.control.SelectStatusController
This private method is used to change every CheckBox status to the selectAll one
selectAllListener - Variable in class proseccoCoding.TLN.control.SelectCountriesController
Custom ChangeListener used to define the first part of the selectAll CheckBox behavior.
selectAllListener - Variable in class proseccoCoding.TLN.control.SelectProvidersController
Custom ChangeListener used to define the first part of the selectAll CheckBox behavior
selectAllListener - Variable in class proseccoCoding.TLN.control.SelectServicesController
Custom ChangeListener used to define the first part of the selectAll CheckBox behavior
selectAllListener - Variable in class proseccoCoding.TLN.control.SelectStatusController
Custom ChangeListener used to define the first part of the selectAll CheckBox behavior
SelectCountriesController - Class in proseccoCoding.TLN.control
Controller of the selectCountries view.
SelectCountriesController() - Constructor for class proseccoCoding.TLN.control.SelectCountriesController
 
selectedCountries - Variable in class proseccoCoding.TLN.model.Query
ArrayList that stores the Country objects selected by the user
selectedProviders - Variable in class proseccoCoding.TLN.model.Query
ArrayList that stores the Provider objects selected by the user
selectedServicesByType - Variable in class proseccoCoding.TLN.model.Query
ArrayList that stores the Service objects which service type has been selected by the user
selectedServiceStatus - Variable in class proseccoCoding.TLN.model.Query
ArrayList that stores the selected service statuses that are associated with at least one service which service type, country and provider has been selected by the user, as Strings.
SelectProvidersController - Class in proseccoCoding.TLN.control
Controller of the selectProviders view.
SelectProvidersController() - Constructor for class proseccoCoding.TLN.control.SelectProvidersController
 
SelectServicesController - Class in proseccoCoding.TLN.control
Controller of the selectServices view.
SelectServicesController() - Constructor for class proseccoCoding.TLN.control.SelectServicesController
 
SelectStatusController - Class in proseccoCoding.TLN.control
Controller of the selectStatus view It has the duty to let the user choose his service statuses of interest with a view to creating a query.
SelectStatusController() - Constructor for class proseccoCoding.TLN.control.SelectStatusController
 
Service - Class in proseccoCoding.TLN.model
This class represents a Trusted Service with his name, type, status and provider.
Service(String, ArrayList<ServiceType>, String, Provider) - Constructor for class proseccoCoding.TLN.model.Service
Constructor for a service object
services - Variable in class proseccoCoding.TLN.model.Provider
Multimap that stores the services as value and the related type as key
servicesList - Variable in class proseccoCoding.TLN.control.ListServicesController
ListView object used to contain the list of the service types' codes and names
serviceStatusesPane - Variable in class proseccoCoding.TLN.control.SelectStatusController
VBox object used to contain all the CheckBoxes used to let the user select his service statuses of interest
ServiceType - Class in proseccoCoding.TLN.model
This class represents a type of service with his name and code.
ServiceType(String, String) - Constructor for class proseccoCoding.TLN.model.ServiceType
Private constructor for a ServiceType object
serviceTypesPane - Variable in class proseccoCoding.TLN.control.SelectServicesController
VBox object used to contain all the CheckBoxes used to let the user select his service types of interest
setRoot(String) - Static method in class proseccoCoding.TLN.App
Changes the scene to the given one
setSelectedProviders(ArrayList<String>) - Method in class proseccoCoding.TLN.model.Query
This method adds to selectedProviders the providers object associated with the Strings contained in providerCodes
setSelectedServiceStatus(ArrayList<String>) - Method in class proseccoCoding.TLN.model.Query
This method adds to selectedServiceStatus all the service statuses selected by the user
setSelectedServiceTypes(ArrayList<String>) - Method in class proseccoCoding.TLN.model.Query
This method adds to selectedServicesByType all the Service objects contained in selectedProviders' Provider objects which service type is among the selected ones by the user
start(Stage) - Method in class proseccoCoding.TLN.App
 
startQuery(ArrayList<String>) - Method in class proseccoCoding.TLN.model.TrustedListFacade
Starts and initialize a new query with the given countries
status - Variable in class proseccoCoding.TLN.model.Service
Status of the service
switchToCredits() - Method in class proseccoCoding.TLN.control.HomeController
Switches scene to the "credits" one
switchToHome() - Method in class proseccoCoding.TLN.control.CreditsController
Switches scene to the "home" one
switchToHome() - Method in class proseccoCoding.TLN.control.ListCountriesController
Switches scene to the "home" one
switchToHome() - Method in class proseccoCoding.TLN.control.ListServicesController
Switches scene to the "home" one
switchToHome() - Method in class proseccoCoding.TLN.control.QueryResultsController
Switches scene to the "home" one
switchToHome() - Method in class proseccoCoding.TLN.control.SelectCountriesController
Switches scene to the "home" one
switchToListCountries() - Method in class proseccoCoding.TLN.control.HomeController
Switches scene to the "listCountries" one
switchToListServices() - Method in class proseccoCoding.TLN.control.HomeController
Switches scene to the "listServices" one
switchToQueryResults() - Method in class proseccoCoding.TLN.control.SelectStatusController
Switches scene to the "queryResults" one.
switchToSelectCountries() - Method in class proseccoCoding.TLN.control.HomeController
Switches scene to the "selectCountries" one
switchToSelectCountries() - Method in class proseccoCoding.TLN.control.SelectProvidersController
Switches scene to the "selectCountries" one
switchToSelectProviders() - Method in class proseccoCoding.TLN.control.SelectCountriesController
Switches scene to the "selectProviders" one.
switchToSelectProviders() - Method in class proseccoCoding.TLN.control.SelectServicesController
Switches scene to the "selectProviders" one
switchToSelectServices() - Method in class proseccoCoding.TLN.control.SelectProvidersController
Switches scene to the "selectServices".
switchToSelectServices() - Method in class proseccoCoding.TLN.control.SelectStatusController
Switches scene to the "selectServices" one
switchToSelectStatus() - Method in class proseccoCoding.TLN.control.QueryResultsController
Switches scene to the "selectStatus" one
switchToSelectStatus() - Method in class proseccoCoding.TLN.control.SelectServicesController
Switches scene to the "selectStatus" one.
A C E G H I L M N P Q R S T 
All Classes and Interfaces|All Packages