Package | Description |
---|---|
tlass.project | |
tlass.project.gui | |
tlass.project.gui.panels |
Constructor and Description |
---|
WebformHandler(Controller c)
create a webformhandler
|
Modifier and Type | Method and Description |
---|---|
Controller |
MainWindow.getController()
Gets the controller.
|
Constructor and Description |
---|
AuditDialog(javax.swing.JFrame o,
Controller c,
java.util.ArrayList<Pair<java.lang.String,TimeBlock>> times)
Constructor for Audit Dialog
|
LoginMenu(Controller hostController)
Create a login menu
|
LoginWindow(javax.swing.JFrame o,
Controller hostController)
Build graphical elements and connect them to the Login system The
hostController will be notified when we're logged in
|
MainMenu(Controller hostController)
construct the main menu
|
MainWindow(Controller c)
Constructor
|
SemesterWindow(View v,
javax.swing.JFrame o,
Controller c)
Semester Window constructor
|
ServerSettingsWindow(javax.swing.JFrame o,
Controller hostController)
Build graphical elements and connect them to the Login system The
hostController will be notified when we're logged in
|
View(Controller controller)
Constructor for the View
|
Constructor and Description |
---|
AssistantPanel(Controller c,
Assistant a,
javax.swing.JTree st,
javax.swing.tree.DefaultMutableTreeNode n,
MainWindow mw)
Constructor for the assistant panel
|
ConstraintPanel(Controller con,
Constraint c)
Create a Constraint Panel
|
InstructorPanel(Controller c,
Instructor i,
javax.swing.JTree st,
javax.swing.tree.DefaultMutableTreeNode n,
MainWindow mw)
Constructor for Instructor Panels
|
ResourcePanel(Controller c,
java.awt.LayoutManager layout,
java.lang.Object r)
General setup for a resource panel
|
RestrictionDialog(javax.swing.JFrame o,
Controller c,
Position p,
Restriction cr,
java.lang.Object data)
Constructor for RestrictionDialog.
|
SchedulePanel(MainWindow mw,
Controller c,
Schedule s)
Constructor of a Schedule Panel.
|
SectionPanel(Controller c,
Section s,
javax.swing.JTree st,
javax.swing.tree.DefaultMutableTreeNode n,
MainWindow mw) |