Uses of Class
no.ntnu.idatt1002.spendwise.exceptions.ConformityException
Package
Description
-
Uses of ConformityException in no.ntnu.idatt1002.spendwise.budgeting
-
Uses of ConformityException in no.ntnu.idatt1002.spendwise.category
Modifier and TypeMethodDescriptionvoid
EditCategoryController.addCategoryPressed
(javafx.event.ActionEvent actionEvent) Trigger when the add category button is pressed. -
Uses of ConformityException in no.ntnu.idatt1002.spendwise.data
Modifier and TypeMethodDescriptionvoid
Category.addAll
(List<Transaction> transactionsToAdd) Adds all transactions present in a List to the category.void
Adds all categories passed to the register.void
Adds all categories passed to the register.void
Register.addCategory
(Category category) Adds a category to the register.void
Category.addTransaction
(Transaction t) Adds a transaction to the category.void
Register.addTransactionToCategory
(Transaction transaction, String catString) Adds a transaction to the register with a specified category.Transaction.getCategory()
Returns the category of the transaction.static Register
Reads data from a JSON file and returns a Register object.void
Register.removeTransaction
(Transaction transaction) Removes a transaction from the register. -
Uses of ConformityException in no.ntnu.idatt1002.spendwise.expenses
Modifier and TypeMethodDescriptionvoid
EditExpenseController.addExpensePressed()
Triggers when the add expense button is pressed.void
EditExpenseController.deleteExpensePressed()
Triggers when the delete expense button is pressed. -
Uses of ConformityException in no.ntnu.idatt1002.spendwise.income
Modifier and TypeMethodDescriptionvoid
EditIncomeController.addIncomePressed()
Trigger for when the add income button is pressed.void
EditIncomeController.deleteIncomePressed()
Trigger for when the delete income button is pressed. -
Uses of ConformityException in no.ntnu.idatt1002.spendwise.recurring