Index
All Classes and Interfaces|All Packages|Serialized Form
D
- DATABASE_URL - Variable in class angry3vilbot.bankingapp.Api
-
The URL of the database.
- dbpassword - Variable in class angry3vilbot.bankingapp.Api
-
The password for the database connection.
- deleteDepositRequest(int) - Method in class angry3vilbot.bankingapp.Api
-
Deletes a deposit request from the database.
- deposit - Variable in class angry3vilbot.bankingapp.Main
-
Button to switch to the
Depositscreen. - deposit(ActionEvent) - Method in class angry3vilbot.bankingapp.Main
-
Handles the action of the deposit button.
- deposit(Double) - Method in class angry3vilbot.bankingapp.Api
-
Deposits money into the user's account using the Free Money feature.
- deposit(BigDecimal, Double) - Method in class angry3vilbot.bankingapp.Api
-
Creates a deposit request for the user with the
payInfocard number and saves it in the database. - Deposit - Class in angry3vilbot.bankingapp
-
Deposit class is a
JPanelthat allows the user to deposit money into their account. - Deposit() - Constructor for class angry3vilbot.bankingapp.Deposit
-
Constructs a new Deposit panel.
- depositAmount - Variable in class angry3vilbot.bankingapp.Deposit
-
Text field for the deposit amount.
- depositAmountLabel - Variable in class angry3vilbot.bankingapp.Deposit
-
Label for the
Deposit.depositAmountfield - depositBtn - Variable in class angry3vilbot.bankingapp.DepositJar
-
Button to deposit money into the jar.
- depositBtn - Variable in class angry3vilbot.bankingapp.Jars.JarDisplay
-
Button to deposit into the jar.
- depositHandler(ActionEvent) - Method in class angry3vilbot.bankingapp.DepositJar
-
Handles the deposit button click event.
- depositHandler(ActionEvent) - Method in class angry3vilbot.bankingapp.Jars.JarDisplay
-
Handles the action event when the deposit button is clicked.
- DepositJar - Class in angry3vilbot.bankingapp
-
DepositJar class is a
JPanelthat allows the user to deposit money into a jar. - DepositJar() - Constructor for class angry3vilbot.bankingapp.DepositJar
-
Constructs a new DepositJar panel.
- DepositRequest - Class in angry3vilbot.bankingapp
-
This class represents a deposit request.
- DepositRequest(int, String, BigDecimal, BigDecimal) - Constructor for class angry3vilbot.bankingapp.DepositRequest
-
Constructs a DepositRequest object with the specified ID, name, amount, and target.
- depositToJar(int, double) - Method in class angry3vilbot.bankingapp.Api
-
Deposits money into a jar.
- depositToJarBtn - Variable in class angry3vilbot.bankingapp.Jars
-
Button to deposit to a jar.
- depositToJarHandler(ActionEvent) - Method in class angry3vilbot.bankingapp.Jars
-
Handles the action event when the deposit to jar button is clicked.
- destination - Variable in class angry3vilbot.bankingapp.Main.Transactions
-
Label for the destination of the transaction.
- destination - Variable in class angry3vilbot.bankingapp.Transaction
-
The destination of the transaction.
All Classes and Interfaces|All Packages|Serialized Form