Index
All Classes|All Packages
A
- accessAccount(Client) - Static method in class AccessAccount_GUI
-
This method runs the GUI for the AccessAccount_GUI class, by instantiating/running a AccessAccount_GUI window object.
- AccessAccount_GUI - Class in betterBankingGUImaven
-
This class defines a new GUI for the software partition, and implements methods to manipulate a Client object.
- AccessAccount_GUI(Client) - Constructor for class AccessAccount_GUI
-
This constructor creates a GUI for the AccessAccount method of the BetterBanking software.
- Account - Class in betterBankingGUImaven
-
This abstract class defines a BetterBanking Account object, and implements various methods to manipulate this Account.
- Account(Document) - Constructor for class Account
-
This constructor creates a BetterBanking Account with a specified account type, Client username, balance, interest rate, and file path.
- actionPerformed(ActionEvent) - Method in class AccessAccount_GUI
-
This method accepts user input for an existing Account (assigned to a BetterBanking Client), and accesses this Account to perform internal operations.
- actionPerformed(ActionEvent) - Method in class ClientOptions_GUI
-
This method requests user input for the manipulation of a BetterBanking Client, allowing the user to create or access a BetterBanking Account.
- actionPerformed(ActionEvent) - Method in class CreateAccount_GUI
-
This method requests user input for a valid Account type (that is not currently in use), and creates a BetterBanking Account from this parameter.
- actionPerformed(ActionEvent) - Method in class LoginClient_GUI
-
This method requests user input for username and password, accesses a BetterBanking Client file, and creates a Client object to manipulate in the program execution.
- actionPerformed(ActionEvent) - Method in class Main_GUI
-
This method accepts user input to create/login to a BetterBanking Client.
- actionPerformed(ActionEvent) - Method in class ManageClient_GUI
-
This method accepts user input for first/last name, username, and password, and creates a BetterBanking Client account from these parameters.
- actionPerformed(ActionEvent) - Method in class ManipulateAccount_GUI
-
This method accepts user input for a valid BetterBanking Account operation, and performs the manipulation on the provided Account object.
- applyInterest() - Method in class Account
-
This mutator method calculates/applies an Account object's interest rate, and writes the resulting balances to corresponding database files
All Classes|All Packages