Index
All Classes and Interfaces|All Packages
C
- checkBoxChanged(Boolean) - Method in class proseccoCoding.TLN.control.SelectCountriesController
-
This private method is used to manage the indeterminate status of the selectAll CheckBox.
- checkBoxChanged(Boolean) - Method in class proseccoCoding.TLN.control.SelectProvidersController
-
This private method is used to manage the indeterminate status of the selectAll CheckBox.
- checkBoxChanged(Boolean) - Method in class proseccoCoding.TLN.control.SelectServicesController
-
This private method is used to manage the indeterminate status of the selectAll CheckBox If a service type CheckBox is set to false and the selectAll one was previously set to true, selectAll becomes indeterminate.
- checkBoxChanged(Boolean) - Method in class proseccoCoding.TLN.control.SelectStatusController
-
This private method is used to manage the indeterminate status of the selectAll CheckBox If a service status CheckBox is set to false and the selectAll one was previously set to true, selectAll becomes indeterminate.
- checkBoxListener - Variable in class proseccoCoding.TLN.control.SelectCountriesController
-
Custom ChangeListener used to define the second part of the selectAll CheckBox behavior
- checkBoxListener - Variable in class proseccoCoding.TLN.control.SelectProvidersController
-
Custom ChangeListener used to define the second part of the selectAll CheckBox behavior
- checkBoxListener - Variable in class proseccoCoding.TLN.control.SelectServicesController
-
Custom ChangeListener used to define the second part of the selectAll CheckBox behavior
- checkBoxListener - Variable in class proseccoCoding.TLN.control.SelectStatusController
-
Custom ChangeListener used to define the second part of the selectAll CheckBox behavior
- code - Variable in class proseccoCoding.TLN.model.Country
-
String code that represent the country, must be in format "CC" both upper case
- code - Variable in class proseccoCoding.TLN.model.Provider
-
Custom code made as code = countryCode-counter
- code - Variable in class proseccoCoding.TLN.model.ServiceType
-
Code of this service type
- counter - Static variable in class proseccoCoding.TLN.model.Provider
-
Static counter to implement the incremental assignment of codes
- countries - Variable in class proseccoCoding.TLN.model.TrustedListData
-
Hashmap containing all the countries objects
- countriesData - Static variable in class proseccoCoding.TLN.model.APIHandler
-
JSONArray that contains JSONObjects with all the information about each country
- countriesList - Variable in class proseccoCoding.TLN.control.ListCountriesController
-
ListView object used to contain the list of the countries' names
- countriesNames - Static variable in class proseccoCoding.TLN.model.APIHandler
-
JSONArray that contains JSONObjects with the country names and codes
- countriesPane - Variable in class proseccoCoding.TLN.control.SelectCountriesController
-
VBox object used to contain all the CheckBoxes used to let the user select his countries of interest
- country - Variable in class proseccoCoding.TLN.model.Provider
-
The country in which this provider is located
- Country - Class in proseccoCoding.TLN.model
-
This class represents a country with all its trusted providers (that provide services).
- Country(String, String) - Constructor for class proseccoCoding.TLN.model.Country
-
Constructor for a country with specified name and code but without retrieved providers data
- Country(String, String, HashMap<String, Provider>) - Constructor for class proseccoCoding.TLN.model.Country
-
Constructor for a country with specified name and code but with retrieved providers data
- CreditsController - Class in proseccoCoding.TLN.control
-
Controller of the credits view.
- CreditsController() - Constructor for class proseccoCoding.TLN.control.CreditsController
All Classes and Interfaces|All Packages