- 
Methods in betterBankingGUImaven with parameters of type Client
| Modifier and Type | 
Method | 
Description | 
static void | 
AccessAccount_GUI.accessAccount(Client clientArg) | 
 This method runs the GUI for the AccessAccount_GUI class, by instantiating/running a AccessAccount_GUI window object. 
 | 
static void | 
ClientOptions_GUI.clientOptions(Client clientArg) | 
 This method runs the GUI for the ClientOptions_GUI class, by instantiating/running a ClientOptions_GUI window object. 
 | 
static void | 
CreateAccount_GUI.createAccount(Client clientArg) | 
 This method runs the GUI for the CreateAccount_GUI class, by instantiating a CreateAccount_GUI window object. 
 | 
static void | 
ManageClient_GUI.deleteClient(Client c) | 
 This method accesses/deletes a BetterBanking Client account, as well as its associated Account files. 
 | 
static void | 
ManipulateAccount_GUI.manipulateAccount(Client clientArg,
Account accountArg) | 
 This method runs the GUI for the ManipulateAccount_GUI class, by instantiating/running a ManipulateAccount_GUI window object. 
 |