Package | Description |
---|---|
application | |
application.Controllers | |
database |
Modifier and Type | Method and Description |
---|---|
static java.util.List<Course> |
Main.requestCourses()
Return a list of all the courses.
|
Modifier and Type | Field and Description |
---|---|
private javafx.scene.control.ListView<Course> |
ViewCourses_forStudentController.Lv_courses |
Modifier and Type | Field and Description |
---|---|
private java.util.HashMap<java.lang.String,Course> |
CourseList.hm |
Modifier and Type | Method and Description |
---|---|
Course |
CourseList.getCourse(java.lang.String s) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Course> |
CourseList.getAllCourses() |
Modifier and Type | Method and Description |
---|---|
void |
CourseList.addCourse(java.lang.String cCode,
Course c) |
java.lang.String |
User.registerCourse(Course c) |
java.lang.String |
Student.registerCourse(Course c) |
java.lang.String |
Faculty.registerCourse(Course c) |