Uses of Class
no.ntnu.idatt1002.spendwise.data.Category
-
Uses of Category in no.ntnu.idatt1002.spendwise.budgeting
ModifierConstructorDescriptionBudgetingCell
(double expected, double actual, Category category) Constructor for the BudgetingCell class.BudgetingCell
(double actual, Category category) Constructor for the BudgetingCell class. -
Uses of Category in no.ntnu.idatt1002.spendwise.data
Modifier and TypeMethodDescriptionRegister.getCategoryByName
(String text) Returns the category with the given name.Modifier and TypeMethodDescriptionRegister.getCategories()
Returns all categories present in the register, with all transactions.Modifier and TypeMethodDescriptionvoid
Adds all categories passed to the register.void
Register.addCategory
(Category category) Adds a category to the register.