Uses of Class
stud.ntnu.idatt1005.pantrypal.views.components.StyledTextField
Packages that use StyledTextField
-
Uses of StyledTextField in stud.ntnu.idatt1005.pantrypal.views.components
Methods in stud.ntnu.idatt1005.pantrypal.views.components that return StyledTextFieldModifier and TypeMethodDescriptionprivate StyledTextFieldAddGroceryListElement.createShelfTextField(String shelfName) Creates a shelf text field with the given shelfName.Methods in stud.ntnu.idatt1005.pantrypal.views.components with parameters of type StyledTextFieldModifier and TypeMethodDescriptionprivate StyledButtonAddGroceryListElement.getStyledButton(StyledTextField name, StyledTextField shelf, StyledTextField quantity) Creates a styled addButton with the given text fields and returns it.private javafx.scene.layout.StackPaneAddGroceryListElement.styleText(StyledTextField textField, int width) Styles the text field given as parameter and returns a StackPane with the text field.