Serialized Form


Package reservation

Class reservation.CustomDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

owner

CustomDialog owner

action

Action action

retValue

java.lang.String retValue


Package reservation.system

Class reservation.system.Flight extends java.lang.Object implements Serializable

Serialized Fields

flightName

java.lang.String flightName

dimension

Pos dimension

Class reservation.system.FlightSystem extends java.lang.Object implements Serializable

Serialized Fields

bookingNumber

int bookingNumber

flightList

reservation.system.FlightSystem.FlightList flightList

personList

reservation.system.FlightSystem.PersonList personList

Class reservation.system.Person extends java.lang.Object implements Serializable

Serialized Fields

flight

Flight flight

personName

java.lang.String personName

bookingNumber

java.lang.Integer bookingNumber

pos

Pos pos

Class reservation.system.Pos extends java.lang.Object implements Serializable

Serialized Fields

row

short row

col

short col

Class reservation.system.Profile extends Person implements Serializable

Serialized Fields

personNameMask

boolean personNameMask

flightMask

boolean flightMask

bookingNumberMask

boolean bookingNumberMask

posMask

boolean posMask


Package reservation.system.panels

Class reservation.system.panels.CancelPanel extends Panels implements Serializable

Serialized Fields

bookingInput

javax.swing.JTextField bookingInput

bookingLabel

javax.swing.JLabel bookingLabel

identifyButton

javax.swing.JButton identifyButton

passengerLabel

javax.swing.JLabel passengerLabel

passengerList

javax.swing.JList passengerList

passengerListScroll

javax.swing.JScrollPane passengerListScroll

Class reservation.system.panels.CreatePanel extends Panels implements Serializable

Serialized Fields

nameInput

javax.swing.JTextField nameInput

nameLabel

javax.swing.JLabel nameLabel

rowLengthInput

javax.swing.JTextField rowLengthInput

rowLengthLabel

javax.swing.JLabel rowLengthLabel

rowsInput

javax.swing.JTextField rowsInput

rowsLabel

javax.swing.JLabel rowsLabel

Class reservation.system.panels.FlightsPanel extends Panels implements Serializable

Serialized Fields

flightTable

javax.swing.JTable flightTable

jScrollPane

javax.swing.JScrollPane jScrollPane

Class reservation.system.panels.MainPanel extends Panels implements Serializable

Serialized Fields

actionComboBox

javax.swing.JComboBox actionComboBox

actionLabel

javax.swing.JLabel actionLabel

jScrollPane1

javax.swing.JScrollPane jScrollPane1

resultTextArea

javax.swing.JTextArea resultTextArea

Class reservation.system.panels.Panels extends javax.swing.JPanel implements Serializable

Serialized Fields

action

Action action
Action requested

Class reservation.system.panels.ReservePanel extends Panels implements Serializable

Serialized Fields

addButton

javax.swing.JButton addButton

flightSelect

javax.swing.JComboBox flightSelect

nameSelect

javax.swing.JComboBox nameSelect

passengerLabel

javax.swing.JLabel passengerLabel

selectLabel

javax.swing.JLabel selectLabel

Class reservation.system.panels.SelectPanel extends Panels implements Serializable

Serialized Fields

bookingLabel

javax.swing.JLabel bookingLabel

bookingSelect

javax.swing.JComboBox bookingSelect

bookingTable

javax.swing.JTable bookingTable

colInput

javax.swing.JTextField colInput

colLabel

javax.swing.JLabel colLabel

flightLabel

javax.swing.JLabel flightLabel

flightSelect

javax.swing.JComboBox flightSelect

jScrollPane

javax.swing.JScrollPane jScrollPane

personNameInput

javax.swing.JTextField personNameInput

personNameLabel

javax.swing.JLabel personNameLabel

rowInput

javax.swing.JTextField rowInput

rowLabel

javax.swing.JLabel rowLabel

searchButton

javax.swing.JButton searchButton