Index
All Classes|All Packages
D
- DatabaseController - Class in de.hebkstudents.recipemanager.storage
-
Class DatabaseController Manages the connections to the database
- DatabaseController() - Constructor for class de.hebkstudents.recipemanager.storage.DatabaseController
- dataFolderButton - Variable in class de.hebkstudents.recipemanager.gui.frames.Menu
-
Button that opens the folder which contains all custom application data
- DB_DATA_TEMPLATE - Static variable in class de.hebkstudents.recipemanager.storage.AppProperties
-
Path to the database structure SQL File
- DB_STRUCTURE_INITIALIZED - Static variable in class de.hebkstudents.recipemanager.storage.AppProperties
-
Boolean which defines if the database structure was already initialized or not
- DB_STRUCTURE_TEMPLATE - Static variable in class de.hebkstudents.recipemanager.storage.AppProperties
-
Path to the database structure SQL File
- de.hebkstudents.recipemanager - package de.hebkstudents.recipemanager
- de.hebkstudents.recipemanager.constant - package de.hebkstudents.recipemanager.constant
- de.hebkstudents.recipemanager.design - package de.hebkstudents.recipemanager.design
- de.hebkstudents.recipemanager.exception - package de.hebkstudents.recipemanager.exception
- de.hebkstudents.recipemanager.gui - package de.hebkstudents.recipemanager.gui
- de.hebkstudents.recipemanager.gui.frames - package de.hebkstudents.recipemanager.gui.frames
- de.hebkstudents.recipemanager.gui.frames.ingredient - package de.hebkstudents.recipemanager.gui.frames.ingredient
- de.hebkstudents.recipemanager.gui.frames.other - package de.hebkstudents.recipemanager.gui.frames.other
- de.hebkstudents.recipemanager.gui.frames.recipe - package de.hebkstudents.recipemanager.gui.frames.recipe
- de.hebkstudents.recipemanager.gui.frametype - package de.hebkstudents.recipemanager.gui.frametype
- de.hebkstudents.recipemanager.ingredient - package de.hebkstudents.recipemanager.ingredient
- de.hebkstudents.recipemanager.interfaces - package de.hebkstudents.recipemanager.interfaces
- de.hebkstudents.recipemanager.list - package de.hebkstudents.recipemanager.list
- de.hebkstudents.recipemanager.recipe - package de.hebkstudents.recipemanager.recipe
- de.hebkstudents.recipemanager.storage - package de.hebkstudents.recipemanager.storage
- de.hebkstudents.recipemanager.utils - package de.hebkstudents.recipemanager.utils
- DEFAULT_CONFIG - Static variable in class de.hebkstudents.recipemanager.storage.AppProperties
-
Default Config Object for all general configuration values
- DEFAULT_DIMENSION - Static variable in class de.hebkstudents.recipemanager.storage.AppProperties
-
Default Frame Dimension
- DefaultConfig - Class in de.hebkstudents.recipemanager.storage
-
Class DefaultConfig Class that manages the access to the defined properties file
- DefaultConfig(File, String) - Constructor for class de.hebkstudents.recipemanager.storage.DefaultConfig
-
Constructs a new Configuration object
- DefaultConfig(String, String) - Constructor for class de.hebkstudents.recipemanager.storage.DefaultConfig
-
Constructs a new Configuration object
- defaultQuantities - Variable in class de.hebkstudents.recipemanager.gui.frames.recipe.AddRecipe
-
Spinner to define the default portion count
- defaultQuantity - Variable in class de.hebkstudents.recipemanager.recipe.Recipe
-
Default amount of portions
- deleteIngredient(int) - Static method in class de.hebkstudents.recipemanager.ingredient.IngredientController
-
Deletes an Ingredient from the database
- deleteIngredient(Ingredient) - Static method in class de.hebkstudents.recipemanager.ingredient.IngredientController
-
Deletes an Ingredient from the database
- deleteIngredientButton - Variable in class de.hebkstudents.recipemanager.gui.frames.ingredient.ShowIngredients
-
Button to delete selected ingredient
- deleteRecipe(int) - Static method in class de.hebkstudents.recipemanager.recipe.RecipeController
-
Deletes a recipe from the database
- deleteRecipeButton - Variable in class de.hebkstudents.recipemanager.gui.frames.recipe.ShowRecipes
-
Button to delete the selected recipe
- description - Variable in class de.hebkstudents.recipemanager.recipe.Recipe
-
Description of the recipe
- description - Variable in class de.hebkstudents.recipemanager.storage.DefaultConfig
-
Description of the config
- descriptionTextArea - Variable in class de.hebkstudents.recipemanager.gui.frames.recipe.AddRecipe
-
TextArea to type in the recipe description
- descriptionTextPane - Variable in class de.hebkstudents.recipemanager.gui.frames.recipe.ShowRecipe
-
Shows the description of the recipe in a scrollable textpane
- designComboBox - Variable in class de.hebkstudents.recipemanager.gui.frames.other.Options
-
ComboBox which contains all available LaF's
- developerConsole - Variable in class de.hebkstudents.recipemanager.gui.GUIController
-
Object for DeveloperConsole frame
- DeveloperConsole - Class in de.hebkstudents.recipemanager.gui.frames.other
-
DeveloperConsole class Class for the frame that is used to take a look into the app log or to execute commands
- DeveloperConsole(GUIController) - Constructor for class de.hebkstudents.recipemanager.gui.frames.other.DeveloperConsole
-
DeveloperConsole constructor.
- developerConsoleButton - Variable in class de.hebkstudents.recipemanager.gui.frames.Menu
-
Button that opens the developer console
- difficulty - Variable in class de.hebkstudents.recipemanager.recipe.Recipe
-
Difficulty of the recipe (0 - 2)
- difficulty - Variable in class de.hebkstudents.recipemanager.recipe.RecipeFilter
-
Difficulty Integer - Same and below (null -> All difficulties)
- difficultyComboBox - Variable in class de.hebkstudents.recipemanager.gui.frames.recipe.AddRecipe
-
ComboBox to select the recipe difficulty
- difficultyComboBox - Variable in class de.hebkstudents.recipemanager.gui.frames.recipe.RecipeFilterFrame
- directoriesExist() - Method in class de.hebkstudents.recipemanager.storage.StorageBackend
-
Checks if the subdirectories exist
- downloadLatestInstaller(boolean) - Static method in class de.hebkstudents.recipemanager.utils.UpdateChecker
-
Downloads the latest installer from Update-Server
All Classes|All Packages