Uses of Class
no.ntnu.idatt1002.spendwise.data.Category
Packages that use Category
-
Uses of Category in no.ntnu.idatt1002.spendwise.budgeting
Constructors in no.ntnu.idatt1002.spendwise.budgeting with parameters of type CategoryModifierConstructorDescriptionBudgetingCell
(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
Methods in no.ntnu.idatt1002.spendwise.data that return CategoryModifier and TypeMethodDescriptionRegister.getCategoryByName
(String text) Returns the category with the given name.Methods in no.ntnu.idatt1002.spendwise.data that return types with arguments of type CategoryModifier and TypeMethodDescriptionRegister.getCategories()
Returns all categories present in the register, with all transactions.Methods in no.ntnu.idatt1002.spendwise.data with parameters of type CategoryModifier and TypeMethodDescriptionvoid
Adds all categories passed to the register.void
Register.addCategory
(Category category) Adds a category to the register.Method parameters in no.ntnu.idatt1002.spendwise.data with type arguments of type Category