Uses of Class
ntnu.team1.backend.objects.Category
Packages that use Category
Package
Description
Contains all files used for creating, editing, removing and viewing category
Contains helpers used for various things
Contains all classes relevant to the backend of the application
-
Uses of Category in ntnu.team1.application.category
Fields in ntnu.team1.application.category with type parameters of type CategoryModifier and TypeFieldDescriptionCategoryListController.colorColumn
Column for colorCategoryListController.colorColumn
Column for colorCategoryListController.deleteButtonColumn
Column for delete buttonCategoryListController.deleteButtonColumn
Column for delete buttonCategoryListController.nameColumn
Column for nameCategoryListController.taskNumberColumn
Column for number of tasks in categoryConstructors in ntnu.team1.application.category with parameters of type CategoryModifierConstructorDescriptionCategoryDialog(Category category, boolean editable)
Constructor for the object -
Uses of Category in ntnu.team1.application.helpers
Methods in ntnu.team1.application.helpers with parameters of type CategoryModifier and TypeMethodDescriptionstatic void
RegisterModifiers.editCategory(Category selectedCategory)
Creates a window for editing a categorystatic void
RegisterModifiers.removeCategory(Category selectedCategory)
Removes the selected category -
Uses of Category in ntnu.team1.backend
Methods in ntnu.team1.backend that return CategoryModifier and TypeMethodDescriptionMainRegister.getCategory(int id)
Returns a category according to the idMethods in ntnu.team1.backend that return types with arguments of type CategoryMethods in ntnu.team1.backend with parameters of type CategoryModifier and TypeMethodDescriptionvoid
MainRegister.editCategory(Category updatedCategory)
Method for editing a categoryMethod parameters in ntnu.team1.backend with type arguments of type CategoryModifier and TypeMethodDescriptionvoid
MainRegister.setCategories(HashMap<Integer,Category> categories)
Sets the category list