Index
All Classes|All Packages
G
- getAllCategories() - Static method in class de.hebkstudents.recipemanager.recipe.RecipeCategoryController
-
Gets all RecipeCategories as Objects in an RecipeCategory Array
- getAllUnits() - Static method in class de.hebkstudents.recipemanager.ingredient.IngredientUnitController
-
Gets all IngredientUnits as Objects in an IngredientUnit Array
- getApp() - Method in class de.hebkstudents.recipemanager.gui.GUIController
-
Gets the App object for this GUIController
- getCategory() - Method in class de.hebkstudents.recipemanager.ingredient.IngredientFilter
-
Gets the filters category object
- getCategory() - Method in class de.hebkstudents.recipemanager.recipe.Recipe
-
Gets the category of the recipe
- getCategory() - Method in class de.hebkstudents.recipemanager.recipe.RecipeFilter
- getCategory(int) - Static method in class de.hebkstudents.recipemanager.recipe.RecipeCategoryController
-
Gets a RecipeCategory by its ID from the database
- getCategoryID() - Method in class de.hebkstudents.recipemanager.ingredient.IngredientCategory
-
Gets the categoryID
- getCategoryID() - Method in class de.hebkstudents.recipemanager.recipe.RecipeCategory
-
Gets the ID of the category
- getClassName() - Method in class de.hebkstudents.recipemanager.design.LaF
-
Gets the classname of the lookandfeel
- getConnection() - Static method in class de.hebkstudents.recipemanager.storage.DatabaseController
-
Gets the current Connection object
- getController() - Method in class de.hebkstudents.recipemanager.gui.frametype.AppFrame
-
Gets the GUIController for this frame
- getController() - Method in class de.hebkstudents.recipemanager.RecipeManager
-
Gets the GUIController
- getDefaultQuantity() - Method in class de.hebkstudents.recipemanager.recipe.Recipe
-
Gets the default portion count
- getDescription() - Method in class de.hebkstudents.recipemanager.recipe.Recipe
-
Gets the description of the recipe
- getDescription() - Method in class de.hebkstudents.recipemanager.storage.DefaultConfig
-
Gets the description of the config
- getDifficulty() - Method in class de.hebkstudents.recipemanager.recipe.Recipe
-
Gets the difficulty of the recipe as integer
- getDifficulty() - Method in class de.hebkstudents.recipemanager.recipe.RecipeFilter
- getDifficultyByID(int) - Static method in class de.hebkstudents.recipemanager.recipe.RecipeController
-
Converts the difficulty integer of a recipe object into the difficulty string
- getExistingProperties() - Method in class de.hebkstudents.recipemanager.storage.DefaultConfig
-
Gets all existing property keys in an Array
- getFilter() - Method in class de.hebkstudents.recipemanager.gui.frames.ingredient.ShowIngredients
-
Gets the current filter as IngredientFilter-Object
- getFoodTypeStates() - Method in class de.hebkstudents.recipemanager.gui.frames.ingredient.IngredientFilterFrame
-
Gets the current status (Enabled) for the vegan & vegetarian checkbox as an array
- getIngredient(int) - Static method in class de.hebkstudents.recipemanager.ingredient.IngredientController
-
Gets an Ingredient by its ID from the database
- getIngredientCategories() - Static method in class de.hebkstudents.recipemanager.ingredient.IngredientCategoryController
-
Gets all IngredientCategories as IngredientCategory Array from the database
- getIngredientCategories(IngredientCategoryFilter) - Static method in class de.hebkstudents.recipemanager.ingredient.IngredientCategoryController
-
Gets all or filtered IngredientCategories as IngredientCategory Array from the database
- getIngredientCategory() - Method in class de.hebkstudents.recipemanager.ingredient.Ingredient
-
Gets the category object
- getIngredientID() - Method in class de.hebkstudents.recipemanager.ingredient.Ingredient
-
Gets the ID of the ingredient
- getIngredients() - Static method in class de.hebkstudents.recipemanager.ingredient.IngredientController
-
Gets all Ingredients as an Array of type Ingredient from the database
- getIngredients() - Method in class de.hebkstudents.recipemanager.recipe.Recipe
-
Gets all Ingredients for this recipe as array
- getIngredients() - Method in class de.hebkstudents.recipemanager.recipe.RecipeFilter
- getIngredients(IngredientFilter) - Static method in class de.hebkstudents.recipemanager.ingredient.IngredientController
-
Gets all or filtered Ingredients as Ingredient Array from the database
- getIngredientsForRecipe(int) - Static method in class de.hebkstudents.recipemanager.ingredient.IngredientController
-
Gets all ingredients for a specific recipe as Object-Array of type Ingredient
- getLastID() - Static method in class de.hebkstudents.recipemanager.recipe.RecipeController
-
Gets the ID of the last added Recipe
- getLatestVersionString(boolean) - Static method in class de.hebkstudents.recipemanager.utils.UpdateChecker
-
Gets the latest version string from Update-Server
- getManager() - Static method in class de.hebkstudents.recipemanager.RecipeManager
-
Gets the current RecipeManager App object
- getName() - Method in class de.hebkstudents.recipemanager.design.LaF
-
Gets the name of lookandfeel
- getName() - Method in class de.hebkstudents.recipemanager.ingredient.Ingredient
-
Gets the ingredient name
- getName() - Method in class de.hebkstudents.recipemanager.ingredient.IngredientCategory
-
Gets the name of the category
- getName() - Method in class de.hebkstudents.recipemanager.ingredient.IngredientUnit
-
Gets the name of the unit
- getName() - Method in class de.hebkstudents.recipemanager.recipe.Recipe
-
Gets the name of the Recipe
- getName() - Method in class de.hebkstudents.recipemanager.recipe.RecipeCategory
-
Gets the name of the category
- getQuantity() - Method in class de.hebkstudents.recipemanager.ingredient.Ingredient
-
Gets the quantity of the ingredient
- getQuantityAndUnit(Ingredient) - Method in class de.hebkstudents.recipemanager.gui.frames.recipe.ShowRecipe
-
Gets the Quantity and Unit of an ingredient as String (e.g.
- getQuery() - Method in class de.hebkstudents.recipemanager.ingredient.IngredientFilter
-
Gets the filters query as String
- getQuery() - Method in class de.hebkstudents.recipemanager.recipe.RecipeFilter
- getRecipe(int) - Static method in class de.hebkstudents.recipemanager.recipe.RecipeController
-
Gets a recipe by its ID from the database
- getRecipeID() - Method in class de.hebkstudents.recipemanager.recipe.Recipe
-
Gets the ID of the recipe
- getRecipes() - Static method in class de.hebkstudents.recipemanager.recipe.RecipeController
-
Gets all Recipes as Objects in a Recipe Array
- getRecipes(RecipeFilter) - Static method in class de.hebkstudents.recipemanager.recipe.RecipeController
-
Gets filtered Recipes as recipe Array from the database
- getRootDirectory() - Method in class de.hebkstudents.recipemanager.storage.StorageBackend
-
Gets the root directory as File object
- getSQLOptions() - Method in class de.hebkstudents.recipemanager.ingredient.IngredientCategoryFilter
-
Gets the filter options as SQL "WHERE ..." String
- getSQLOptions() - Method in class de.hebkstudents.recipemanager.ingredient.IngredientFilter
-
Gets the filter options as SQL "WHERE ..." String
- getSQLOptions() - Method in interface de.hebkstudents.recipemanager.interfaces.SimpleFilter
-
Gets the filter options as SQL "WHERE ..." String
- getSQLOptions() - Method in class de.hebkstudents.recipemanager.recipe.RecipeFilter
-
Gets the filter options as SQL "WHERE ..." String
- getSQLQuery() - Method in class de.hebkstudents.recipemanager.ingredient.IngredientCategoryFilter
-
Gets the whole SQL-Statement to get the filtered Categories
- getSQLQuery() - Method in class de.hebkstudents.recipemanager.ingredient.IngredientFilter
-
Gets the whole SQL-Statement to get the filtered ingredients
- getSQLQuery() - Method in interface de.hebkstudents.recipemanager.interfaces.SimpleFilter
-
Gets the whole SQL-Statement to get the filtered rows
- getSQLQuery() - Method in class de.hebkstudents.recipemanager.recipe.RecipeFilter
- getSubDirectories() - Method in class de.hebkstudents.recipemanager.storage.StorageBackend
-
Gets the subdirectories as File object Array
- getTableData() - Method in class de.hebkstudents.recipemanager.gui.frames.recipe.ShowRecipe
-
Gets ingredients as table ready two-dimensional-array
- getTableData() - Method in class de.hebkstudents.recipemanager.gui.frames.recipe.ShowRecipes
-
Gets the recipes as two-dimensional-array to make them compatible for the table
- getTableData(IngredientFilter) - Method in class de.hebkstudents.recipemanager.gui.frames.ingredient.ShowIngredients
-
Gets all/filtered ingredients as table ready two-dimensional-array
- getTime() - Method in class de.hebkstudents.recipemanager.recipe.Recipe
-
Gets the needed minutes as Integer
- getTime() - Method in class de.hebkstudents.recipemanager.recipe.RecipeFilter
- getUnit() - Method in class de.hebkstudents.recipemanager.ingredient.Ingredient
-
Gets the unit for the ingredient
- getUnit() - Method in class de.hebkstudents.recipemanager.ingredient.IngredientUnit
-
Gets the unit
- getUnit(int) - Static method in class de.hebkstudents.recipemanager.ingredient.IngredientUnitController
-
Gets a Unit by its ID from the database
- getUnitID() - Method in class de.hebkstudents.recipemanager.ingredient.IngredientUnit
-
Gets the ID of the Unit
- GITHUB_REPO_URL - Static variable in class de.hebkstudents.recipemanager.storage.AppProperties
-
GitHub Repo URL
- githubButton - Variable in class de.hebkstudents.recipemanager.gui.frames.other.About
-
Button which opens the github repo page
- GUIController - Class in de.hebkstudents.recipemanager.gui
-
Controller class to handle frames
- GUIController(RecipeManager) - Constructor for class de.hebkstudents.recipemanager.gui.GUIController
-
GUIController constructor
- GUIController(RecipeManager, boolean) - Constructor for class de.hebkstudents.recipemanager.gui.GUIController
-
GUIController constructor
All Classes|All Packages