A C D E G I J L M N O P R S U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
O
- onActionAddAssoc(ActionEvent) - Method in class masterinventory.controller.ModifyProductController
-
Adds associated parts to the list of items to be associated with the product once save is clicked.
- onActionAddAssocProd(ActionEvent) - Method in class masterinventory.controller.AddProductController
-
Adds Associated Part to the product
- onActionAddPart(ActionEvent) - Method in class masterinventory.controller.MainMenuController
-
Launches add part screen
- onActionAddProduct(ActionEvent) - Method in class masterinventory.controller.MainMenuController
-
Launches "Add Product" screen
- onActionCancel(ActionEvent) - Method in class masterinventory.controller.AddPartController
-
Returns to the Main menu when the "cancel" button is pressed.
- onActionCancel(ActionEvent) - Method in class masterinventory.controller.ModifyProductController
-
Returns user to the main menu when "Cancel" is clicked
- onActionCancelPart(ActionEvent) - Method in class masterinventory.controller.ModifyPartController
-
Returns user to the main menu if the Cancel button is clicked
- onActionCancelProd(ActionEvent) - Method in class masterinventory.controller.AddProductController
-
Returns user to main menu when the "cancel" button is clicked
- onActionClear(ActionEvent) - Method in class masterinventory.controller.AddPartController
-
Clears the form field when the "clear" button is pressed.
- onActionClearPart(ActionEvent) - Method in class masterinventory.controller.ModifyPartController
-
Clears form input when the "Cancel" button is clicked
- onActionClearSearchParts(ActionEvent) - Method in class masterinventory.controller.MainMenuController
-
Restores the all Parts table view after a search to search all parts.
- onActionClickClearSearch(ActionEvent) - Method in class masterinventory.controller.MainMenuController
-
Restores the All Products table view after a search to show all products
- onActionDeletePart(ActionEvent) - Method in class masterinventory.controller.MainMenuController
-
Allows deletion of a product, by clicking on desired object in table view, and clicking de
- onActionDeleteProduct(ActionEvent) - Method in class masterinventory.controller.MainMenuController
-
Allows deletion of a product, by clicking on desired object in table view, and clicking delete.
- onActionExit(ActionEvent) - Method in class masterinventory.controller.MainMenuController
-
Closes the application when the exit button is clicked.
- onActionInHouse(ActionEvent) - Method in class masterinventory.controller.AddPartController
-
Adjusts the display label to Machine ID when the InHouse radio button is selected
- onActionInHouse(ActionEvent) - Method in class masterinventory.controller.ModifyPartController
-
Adjusts label on last field to read Machine ID if the In House radio button is selected
- onActionModifyPart(ActionEvent) - Method in class masterinventory.controller.MainMenuController
-
Allows user to modify existing part.
- onActionModifyProduct(ActionEvent) - Method in class masterinventory.controller.MainMenuController
-
Allows the user to modify products
- onActionOutsourced(ActionEvent) - Method in class masterinventory.controller.AddPartController
-
Adjusts the display label to Company Name when the "outsourced" radio button is selected.
- onActionOutsourced(ActionEvent) - Method in class masterinventory.controller.ModifyPartController
-
Adjusts label on last field to read Company Name if the Outsourced radio button is selected
- onActionPartSearch(ActionEvent) - Method in class masterinventory.controller.MainMenuController
-
Searches parts based on either Part ID or partial String match on name
- onActionProductSearch(ActionEvent) - Method in class masterinventory.controller.AddProductController
-
Allows user to search products by entering search terms in the search box and hitting enter.
- onActionRemoveAssoc(ActionEvent) - Method in class masterinventory.controller.ModifyProductController
-
Removes part from the associated list
- onActionRemoveAssocProd(ActionEvent) - Method in class masterinventory.controller.AddProductController
-
Allows user to remove an associated part from a product.
- onActionSaveAssoc(ActionEvent) - Method in class masterinventory.controller.ModifyProductController
-
Saves product after passing validation
- onActionSavePart(ActionEvent) - Method in class masterinventory.controller.AddPartController
-
RUNTIME ERROR - Found that if an input error occurred (for instance, a string valid was entered rather than a double, a NumberFormatException would occur.
- onActionSavePart(ActionEvent) - Method in class masterinventory.controller.ModifyPartController
-
Saves part after checking for validation
- onActionSaveProd(ActionEvent) - Method in class masterinventory.controller.AddProductController
-
Saves product after it is run through validation.
- onActionSearchByPart(ActionEvent) - Method in class masterinventory.controller.ModifyProductController
-
Search for parts either by ID or partial String search on name
- onActionSearchProducts(ActionEvent) - Method in class masterinventory.controller.MainMenuController
-
Searches products based on either Product ID or partial String match on name
- Outsourced - Class in model
-
Outsourced object to manage the Outsourced class.
- Outsourced(int, String, double, int, int, int, String) - Constructor for class model.Outsourced
-
Outsourced object constructor
All Classes All Packages