- getADate(String) - Method in class GUI
-
Converts a date into one that can be recorded into the database.
- gui - Static variable in class Customer
-
The GUI object to display data.
- GUI - Class in <Unnamed>
-
GUI class used to display and interact with information from
a MySQL database graphically.
- GUI(Database) - Constructor for class GUI
-
Constructor for the GUI class.
- GUI.ListenForAction - Class in <Unnamed>
-
ActionListener implementation to listen for actions such
as button clicks.
- GUI.ListenForAction() - Constructor for class GUI.ListenForAction
-
- GUI.ListenForFocus - Class in <Unnamed>
-
FocusListener implementation used to listen for JTextFields
being focused on.
- GUI.ListenForFocus() - Constructor for class GUI.ListenForFocus
-
- GUI.ListenForMouse - Class in <Unnamed>
-
ListenForMouse class that listens for mouse events on cells so that
they can be updated.
- GUI.ListenForMouse() - Constructor for class GUI.ListenForMouse
-