Uses of Class
no.ntnu.idatt1002.demo.data.ShoppingListItem
Packages that use ShoppingListItem
Package
Description
-
Uses of ShoppingListItem in no.ntnu.idatt1002.demo.data
Subclasses of ShoppingListItem in no.ntnu.idatt1002.demo.dataModifier and TypeClassDescriptionclass
This class is a simple bean for an inventory item.class
This class represents a recipe ingredient connected to a recipe. -
Uses of ShoppingListItem in no.ntnu.idatt1002.demo.repo
Fields in no.ntnu.idatt1002.demo.repo with type parameters of type ShoppingListItemModifier and TypeFieldDescriptionprivate List
<ShoppingListItem> ShoppingListItemRegister.shoppingListItems
Methods in no.ntnu.idatt1002.demo.repo that return ShoppingListItemMethods in no.ntnu.idatt1002.demo.repo that return types with arguments of type ShoppingListItemModifier and TypeMethodDescriptionShoppingListItemRegister.getItems()
Returns the items in the register in the form of lists. -
Uses of ShoppingListItem in no.ntnu.idatt1002.demo.view.components
Methods in no.ntnu.idatt1002.demo.view.components with parameters of type ShoppingListItemConstructors in no.ntnu.idatt1002.demo.view.components with parameters of type ShoppingListItemModifierConstructorDescriptionShoppingListItemPane
(ShoppingListItem shoppingListItem) ShoppingListItemPopup
(ShoppingListItem shppingListItem) Constructor for the ShoppingListItemPopup. -
Uses of ShoppingListItem in no.ntnu.idatt1002.demo.view.scenes
Fields in no.ntnu.idatt1002.demo.view.scenes with type parameters of type ShoppingListItem