Uses of Class
client.dto.objects.Programme
-
Packages that use Programme Package Description client.request logic.multithreading view.controller -
-
Uses of Programme in client.request
Methods in client.request that return types with arguments of type Programme Modifier and Type Method Description static Stream<Programme>Kos. getAllProgrammes(ApiBase location, String semesterCode, String query) -
Uses of Programme in logic.multithreading
Methods in logic.multithreading that return types with arguments of type Programme Modifier and Type Method Description static Stream<Programme>ResultHolder. getProgrammes()Method parameters in logic.multithreading with type arguments of type Programme Modifier and Type Method Description static voidResultHolder. setProgrammes(Stream<Programme> programmes) -
Uses of Programme in view.controller
Fields in view.controller with type parameters of type Programme Modifier and Type Field Description javafx.scene.control.TableView<Programme>KosController. programmes
-