Index
All Classes|All Packages
A
- About - Class in de.hebkstudents.recipemanager.gui.frames.other
-
About class Class for the frame that is used to show all information about the software, its license and the third-party libraries
- About(GUIController) - Constructor for class de.hebkstudents.recipemanager.gui.frames.other.About
-
About constructor.
- ABOUT - de.hebkstudents.recipemanager.list.AboutPanels
-
About panel
- aboutButton - Variable in class de.hebkstudents.recipemanager.gui.frames.Menu
- aboutFrame - Variable in class de.hebkstudents.recipemanager.gui.GUIController
-
Object for frame to show details about the software and its licenses
- aboutPanel - Variable in class de.hebkstudents.recipemanager.gui.frames.other.About
-
Panel that contains all components that describe the software
- AboutPanels - Enum in de.hebkstudents.recipemanager.list
-
Enum for Panels in About frame
- AboutPanels() - Constructor for enum de.hebkstudents.recipemanager.list.AboutPanels
- actionPerformed(ActionEvent) - Method in class de.hebkstudents.recipemanager.gui.GUIController
-
ActionEvent Receiver that is may triggerred when a button or other components are referring to the controller to handle their events
- activateFoodTypeCheckbox - Variable in class de.hebkstudents.recipemanager.gui.frames.ingredient.IngredientFilterFrame
-
CheckBox to activate filtering for vegan & vegetarian ingredients
- activateFoodTypeCheckbox - Variable in class de.hebkstudents.recipemanager.gui.frames.recipe.RecipeFilterFrame
- addIngredient() - Method in class de.hebkstudents.recipemanager.gui.frames.ingredient.AddIngredient
-
Checks if all inputs are filled correctly and requests the addition to the database using the IngredientController
- addIngredient(Ingredient) - Method in class de.hebkstudents.recipemanager.gui.frames.recipe.AddRecipe
-
Adds a new ingredient to the recipe and the ingredient table
- addIngredient(Ingredient) - Static method in class de.hebkstudents.recipemanager.ingredient.IngredientController
-
Adds a new Ingredient to the database
- AddIngredient - Class in de.hebkstudents.recipemanager.gui.frames.ingredient
-
Add ingredient class Class for the frame that is used to add new ingredients
- AddIngredient(GUIController) - Constructor for class de.hebkstudents.recipemanager.gui.frames.ingredient.AddIngredient
-
AddIngredient constructor.
- addIngredientButton - Variable in class de.hebkstudents.recipemanager.gui.frames.ingredient.AddIngredient
-
JButton which is clicked to add the ingredient with its values to the DB
- addIngredientButton - Variable in class de.hebkstudents.recipemanager.gui.frames.ingredient.ShowIngredients
-
Button to open frame to add a new ingredient
- addIngredientButton - Variable in class de.hebkstudents.recipemanager.gui.frames.recipe.AddRecipe
-
Button to add a new ingredient to the recipe
- addIngredientButton - Variable in class de.hebkstudents.recipemanager.gui.frames.recipe.AddRecipeIngredient
-
Button to add the ingredient
- addIngredientButton - Variable in class de.hebkstudents.recipemanager.gui.frames.recipe.RecipeFilterFrame
- addIngredientFrame - Variable in class de.hebkstudents.recipemanager.gui.GUIController
-
Object for frame to add a new ingredient
- addIngredientToRecipe(Ingredient) - Method in class de.hebkstudents.recipemanager.gui.GUIController
-
Adds a ingredient object to the recipe that is being created (FRAME!)
- addLineListener(LineListener) - Method in class de.hebkstudents.recipemanager.utils.AudioPlayer
-
Adds a listener to this line.
- addRecipe - Variable in class de.hebkstudents.recipemanager.gui.GUIController
-
Object for frame to add a new recipe
- addRecipe(Recipe) - Static method in class de.hebkstudents.recipemanager.recipe.RecipeController
-
Adds a new Recipe to the database using its object
- AddRecipe - Class in de.hebkstudents.recipemanager.gui.frames.recipe
-
AddRecipe class Class for the frame that is used to add a new recipe
- AddRecipe(GUIController) - Constructor for class de.hebkstudents.recipemanager.gui.frames.recipe.AddRecipe
-
AddRecipe constructor.
- addRecipeButton - Variable in class de.hebkstudents.recipemanager.gui.frames.Menu
-
Button that opens the frame to add a recipe
- addRecipeButton - Variable in class de.hebkstudents.recipemanager.gui.frames.recipe.AddRecipe
-
Button to add the recipe to the DB
- addRecipeButton - Variable in class de.hebkstudents.recipemanager.gui.frames.recipe.ShowRecipes
-
Button open the frame to add a new recipe to the DB
- AddRecipeIngredient - Class in de.hebkstudents.recipemanager.gui.frames.recipe
-
AddRecipeIngredient class Class for the frame that is used to add ingredients to a recipe
- AddRecipeIngredient(GUIController) - Constructor for class de.hebkstudents.recipemanager.gui.frames.recipe.AddRecipeIngredient
-
AddRecipeIngredient constructor.
- addRecipeIngredientFrame - Variable in class de.hebkstudents.recipemanager.gui.GUIController
-
Object for frame to add an ingredient to a recipe
- animatedMenuLogoCheckBox - Variable in class de.hebkstudents.recipemanager.gui.frames.other.Options
-
Checkbox that defines if the logo in Menu should be animated
- app - Variable in class de.hebkstudents.recipemanager.gui.GUIController
-
App-Object (RecipeManager) where the GUIController is referring to
- AppFrame - Class in de.hebkstudents.recipemanager.gui.frametype
-
Abstract Frame template class
- AppFrame(GUIController, String, boolean) - Constructor for class de.hebkstudents.recipemanager.gui.frametype.AppFrame
-
Initializes the frame as JFrame
- AppFrame(GUIController, String, int[], boolean) - Constructor for class de.hebkstudents.recipemanager.gui.frametype.AppFrame
-
Initializes the frame as JFrame
- AppFrame(GUIController, String, Dimension, boolean) - Constructor for class de.hebkstudents.recipemanager.gui.frametype.AppFrame
-
Initializes the frame as JFrame
- applyFilterButton - Variable in class de.hebkstudents.recipemanager.gui.frames.ingredient.IngredientFilterFrame
-
Button to apply filter to ingredients list
- applyFilterButton - Variable in class de.hebkstudents.recipemanager.gui.frames.recipe.RecipeFilterFrame
- APPNAME - Static variable in class de.hebkstudents.recipemanager.storage.AppProperties
-
Appname
- appnameLabel - Variable in class de.hebkstudents.recipemanager.gui.frames.Menu
-
Label that contains the appname
- appnameLabel - Variable in class de.hebkstudents.recipemanager.gui.frames.other.About
-
Label that contains the appname and version (e.g.
- AppProperties - Class in de.hebkstudents.recipemanager.storage
-
Class for general, static & dynamic, properties which are accessed during runtime and can not be changed by user
- AppProperties() - Constructor for class de.hebkstudents.recipemanager.storage.AppProperties
- AudioPlayer - Class in de.hebkstudents.recipemanager.utils
-
Class used to play wav audio files
- AudioPlayer(File) - Constructor for class de.hebkstudents.recipemanager.utils.AudioPlayer
-
Creates a new AudioPlayer object
- AudioPlayer(File, boolean) - Constructor for class de.hebkstudents.recipemanager.utils.AudioPlayer
-
Creates a new AudioPlayer object
All Classes|All Packages