Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
D
- DataManager - Interface in bcu.cmp5332.bookingsystem.data
-
The DataManager interface defines methods for loading and storing data to/from a data source into a FlightBookingSystem instance.
- DeleteCustomer - Class in bcu.cmp5332.bookingsystem.commands
-
The DeleteCustomer class represents a command to delete a customer from the flight booking system.
- DeleteCustomer(int) - Constructor for class bcu.cmp5332.bookingsystem.commands.DeleteCustomer
-
Constructs a DeleteCustomer command object with the specified customer ID.
- DeleteCustomerWindow - Class in bcu.cmp5332.bookingsystem.gui
-
The DeleteCustomerWindow class represents a GUI window for deleting a customer from the system.
- DeleteCustomerWindow(MainWindow) - Constructor for class bcu.cmp5332.bookingsystem.gui.DeleteCustomerWindow
-
Constructs a DeleteCustomerWindow object.
- deleteFlight() - Method in class bcu.cmp5332.bookingsystem.model.Flight
-
Marks the flight as deleted from the system.
- DeleteFlight - Class in bcu.cmp5332.bookingsystem.commands
-
The DeleteFlight class represents a command to delete a flight from the flight booking system.
- DeleteFlight(int) - Constructor for class bcu.cmp5332.bookingsystem.commands.DeleteFlight
-
Constructs a DeleteFlight command object with the specified flight number.
- DeleteFlightWindow - Class in bcu.cmp5332.bookingsystem.gui
-
The DeleteFlightWindow class represents a GUI window for deleting a flight from the system.
- DeleteFlightWindow(MainWindow) - Constructor for class bcu.cmp5332.bookingsystem.gui.DeleteFlightWindow
-
Constructs a DeleteFlightWindow object.
- displayBookings() - Method in class bcu.cmp5332.bookingsystem.gui.MainWindow
- displayCustomers() - Method in class bcu.cmp5332.bookingsystem.gui.MainWindow
- displayFlights() - Method in class bcu.cmp5332.bookingsystem.gui.MainWindow
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form