Uses of Class
model.enums.ClassType
-
Packages that use ClassType Package Description model.enums model.objects view.controller -
-
Uses of ClassType in model.enums
Methods in model.enums that return ClassType Modifier and Type Method Description static ClassTypeClassType. valueOf(String name)Returns the enum constant of this type with the specified name.static ClassType[]ClassType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ClassType in model.objects
Methods in model.objects that return ClassType Modifier and Type Method Description ClassTypeClass. getType()ClassTypeScheduleEntry. getType()Methods in model.objects with parameters of type ClassType Modifier and Type Method Description ClassClass. setType(ClassType type)ScheduleEntryScheduleEntry. setType(ClassType type) -
Uses of ClassType in view.controller
Fields in view.controller with type parameters of type ClassType Modifier and Type Field Description javafx.scene.control.ComboBox<ClassType>SubjectMaker. classType
-