Uses of Class
client.dto.enums.ClassesLang
-
Packages that use ClassesLang Package Description client.dto.enums client.dto.objects view.controller -
-
Uses of ClassesLang in client.dto.enums
Methods in client.dto.enums that return ClassesLang Modifier and Type Method Description static ClassesLangClassesLang. valueOf(String name)Returns the enum constant of this type with the specified name.static ClassesLang[]ClassesLang. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ClassesLang in client.dto.objects
Methods in client.dto.objects that return ClassesLang Modifier and Type Method Description ClassesLangCourse. getClassesLang()ClassesLangProgramme. getClassesLang() -
Uses of ClassesLang in view.controller
Fields in view.controller with type parameters of type ClassesLang Modifier and Type Field Description javafx.scene.control.ComboBox<ClassesLang>KosController. classesLangjavafx.scene.control.ComboBox<ClassesLang>KosController. coursesClassesLang
-