Uses of Class
betterBankingGUImaven.Client

  • Uses of Client in betterBankingGUImaven

    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.
    Constructors in betterBankingGUImaven with parameters of type Client
    Constructor Description
    AccessAccount_GUI​(Client clientArg)
    This constructor creates a GUI for the AccessAccount method of the BetterBanking software.
    ClientOptions_GUI​(Client clientArg)
    This constructor creates a GUI for the ClientOptions method of the BetterBanking software.
    CreateAccount_GUI​(Client clientArg)
    This constructor creates a GUI for the CreateAccount method of the BetterBanking software.
    ManipulateAccount_GUI​(Client clientArg, Account accountArg)
    This constructor creates a GUI for the ManipulateAccount method of the BetterBanking software.