Index
All Classes|All Packages
C
- Client - Class in betterBankingGUImaven
 - 
This class defines a BetterBanking Client object, and implements various methods to manipulate this Client.
 - Client(Document) - Constructor for class Client
 - 
This constructor creates a BetterBanking Client with a specified first name, last name, username, and password.
 - clientOptions(Client) - Static method in class ClientOptions_GUI
 - 
This method runs the GUI for the ClientOptions_GUI class, by instantiating/running a ClientOptions_GUI window object.
 - ClientOptions_GUI - Class in betterBankingGUImaven
 - 
This class defines a new GUI for the software partition, and implements methods to execute Client options.
 - ClientOptions_GUI(Client) - Constructor for class ClientOptions_GUI
 - 
This constructor creates a GUI for the ClientOptions method of the BetterBanking software.
 - connectToMongoDB() - Static method in class Utilities
 - 
This method connects to/returns the BetterBanking MongoDB database (MongoDatabase) on the BetterBanking hosted cluster (MongoDB Atlas)
 - createAccount(Client) - Static method in class CreateAccount_GUI
 - 
This method runs the GUI for the CreateAccount_GUI class, by instantiating a CreateAccount_GUI window object.
 - CreateAccount_GUI - Class in betterBankingGUImaven
 - 
This class defines a new GUI for the software partition, and implements methods to create an Account object.
 - CreateAccount_GUI(Client) - Constructor for class CreateAccount_GUI
 - 
This constructor creates a GUI for the CreateAccount method of the BetterBanking software.
 - createClient() - Static method in class ManageClient_GUI
 - 
This method runs the GUI for the ManageClient_GUI class, by instantiating/running a ManageClient_GUI window object.
 
All Classes|All Packages