Uses of Class
com.ehealthsystem.healthInformation.HealthInformationTableView
Packages that use HealthInformationTableView
-
Uses of HealthInformationTableView in com.ehealthsystem.database
Methods in com.ehealthsystem.database that return types with arguments of type HealthInformationTableViewModifier and TypeMethodDescriptionstatic javafx.collections.ObservableList<HealthInformationTableView>Database.getHealthInformationForTableView(String username) Get a users current health statuses so that they can manage theirsMethods in com.ehealthsystem.database with parameters of type HealthInformationTableViewModifier and TypeMethodDescriptionstatic voidDatabase.deleteHealthInformation(HealthInformationTableView selected, String username) Delete a user's health status -
Uses of HealthInformationTableView in com.ehealthsystem.healthInformation
Fields in com.ehealthsystem.healthInformation declared as HealthInformationTableViewModifier and TypeFieldDescription(package private) HealthInformationTableViewHealthInformationController.selectedRowrepresents the selected row to determine which row needs to be deleted when event is triggeredFields in com.ehealthsystem.healthInformation with type parameters of type HealthInformationTableViewModifier and TypeFieldDescription(package private) javafx.scene.control.TableColumn<HealthInformationTableView,String> HealthInformationController.healthProblem(package private) javafx.scene.control.TableView<HealthInformationTableView>HealthInformationController.healthTableViewall attributes with a fx:id assigned in the view(package private) javafx.scene.control.TableColumn<HealthInformationTableView,String> HealthInformationController.ICD