Serialized Form
-
Package bcu.cmp5332.bookingsystem.gui
-
Class bcu.cmp5332.bookingsystem.gui.AddCustomerWindow
class AddCustomerWindow extends JFrame implements Serializable-
Serialized Fields
-
addBtn
JButton addBtn
-
cancelBtn
JButton cancelBtn
-
emailText
JTextField emailText
-
mw
MainWindow mw
-
nameText
JTextField nameText
-
phoneText
JTextField phoneText
-
-
-
Class bcu.cmp5332.bookingsystem.gui.AddFlightWindow
class AddFlightWindow extends JFrame implements Serializable-
Serialized Fields
-
addBtn
JButton addBtn
-
cancelBtn
JButton cancelBtn
-
capacityField
JTextField capacityField
-
depDateText
JTextField depDateText
-
destinationText
JTextField destinationText
-
flightNoText
JTextField flightNoText
-
mw
MainWindow mw
-
originText
JTextField originText
-
priceField
JTextField priceField
-
-
-
Class bcu.cmp5332.bookingsystem.gui.ApplyPromoCodeGUI
class ApplyPromoCodeGUI extends JFrame implements Serializable-
Serialized Fields
-
applyBtn
JButton applyBtn
-
bookingIDField
JTextField bookingIDField
-
cancelBtn
JButton cancelBtn
-
mw
MainWindow mw
-
promocodeField
JTextField promocodeField
-
-
-
Class bcu.cmp5332.bookingsystem.gui.CancelBookingWindow
class CancelBookingWindow extends JFrame implements Serializable-
Serialized Fields
-
bookingIdText
JTextField bookingIdText
-
cancelBtn
JButton cancelBtn
-
closeBtn
JButton closeBtn
-
customerIdText
JTextField customerIdText
-
mw
MainWindow mw
-
-
-
Class bcu.cmp5332.bookingsystem.gui.DeleteCustomerWindow
class DeleteCustomerWindow extends JFrame implements Serializable-
Serialized Fields
-
cancelBtn
JButton cancelBtn
-
customerIdText
JTextField customerIdText
-
deleteBtn
JButton deleteBtn
-
mw
MainWindow mw
-
-
-
Class bcu.cmp5332.bookingsystem.gui.DeleteFlightWindow
class DeleteFlightWindow extends JFrame implements Serializable-
Serialized Fields
-
cancelBtn
JButton cancelBtn
-
deleteBtn
JButton deleteBtn
-
flightNoText
JTextField flightNoText
-
mw
MainWindow mw
-
-
-
Class bcu.cmp5332.bookingsystem.gui.GiveFeedbackGUI
class GiveFeedbackGUI extends JFrame implements Serializable-
Serialized Fields
-
bookingIDField
JTextField bookingIDField
-
customerIDField
JTextField customerIDField
-
mainWindow
MainWindow mainWindow
-
messageArea
JTextArea messageArea
-
-
-
Class bcu.cmp5332.bookingsystem.gui.IssueBookingWindow
class IssueBookingWindow extends JFrame implements Serializable-
Serialized Fields
-
bookDateText
JTextField bookDateText
-
cancelBtn
JButton cancelBtn
-
customerIDText
JTextField customerIDText
-
flightNoText
JTextField flightNoText
-
issueBtn
JButton issueBtn
-
mw
MainWindow mw
-
showCustomersBtn
JButton showCustomersBtn
-
showFlightsBtn
JButton showFlightsBtn
-
-
-
Class bcu.cmp5332.bookingsystem.gui.MainWindow
class MainWindow extends JFrame implements Serializable-
Serialized Fields
-
adminExit
JMenuItem adminExit
-
adminLogin
JMenuItem adminLogin
-
adminMenu
JMenu adminMenu
-
applyPromoCode
JMenuItem applyPromoCode
-
bookingsCancel
JMenuItem bookingsCancel
-
bookingsCancel_1
JMenuItem bookingsCancel_1
-
bookingsIssue
JMenuItem bookingsIssue
-
bookingsIssue_1
JMenuItem bookingsIssue_1
-
bookingsMenu
JMenu bookingsMenu
-
bookingsUpdate
JMenuItem bookingsUpdate
-
custAdd
JMenuItem custAdd
-
custAdd_1
JMenuItem custAdd_1
-
custDel
JMenuItem custDel
-
customerLogin
JMenuItem customerLogin
-
customersMenu
JMenu customersMenu
-
custView
JMenuItem custView
-
fbs
FlightBookingSystem fbs
-
feedbackForm
JMenuItem feedbackForm
-
flightsAdd
JMenuItem flightsAdd
-
flightsAdd_1
JMenuItem flightsAdd_1
-
flightsDel
JMenuItem flightsDel
-
flightsMenu
JMenu flightsMenu
-
flightsView
JMenuItem flightsView
-
flightsView_1
JMenuItem flightsView_1
-
homeMenuItem
JMenuItem homeMenuItem
-
lblNewLabel
JLabel lblNewLabel
-
logoLabel_1
JLabel logoLabel_1
-
menuBar
JMenuBar menuBar
-
panel
JPanel panel
-
panel_1
JPanel panel_1
-
table_1
JTable table_1
-
toolBar
JToolBar toolBar
-
toolBar_1
JToolBar toolBar_1
-
toolBar_2
JToolBar toolBar_2
-
toolBar_3
JToolBar toolBar_3
-
toolBar_4
JToolBar toolBar_4
-
toolBar_5
JToolBar toolBar_5
-
toolBarPromocode
JToolBar toolBarPromocode
-
-
-
Class bcu.cmp5332.bookingsystem.gui.UpdateBookingWindow
class UpdateBookingWindow extends JFrame implements Serializable-
Serialized Fields
-
bookingIDText
JTextField bookingIDText
-
cancelBtn
JButton cancelBtn
-
mw
MainWindow mw
-
newBookDateText
JTextField newBookDateText
-
newFlightNoText
JTextField newFlightNoText
-
updateBtn
JButton updateBtn
-
-
-
-
Package bcu.cmp5332.bookingsystem.main
-
Exception bcu.cmp5332.bookingsystem.main.FlightBookingSystemException
class FlightBookingSystemException extends Exception implements Serializable
-