A B C D E F G I L M O P R S T V W Y
All Classes All Packages
All Classes All Packages
All Classes All Packages
E
- editClientMenu(String, boolean) - Method in class Menu
-
Displays the menu to edit a client, including the actual values and options to change them.
- EditConsole - Class in <Unnamed>
- EditConsole() - Constructor for class EditConsole
- editOrderMenu(int, String, boolean, ArrayList<ProductOnOrder>) - Method in class Menu
-
Displays the menu for editing an order, showing current and potential values for client ID, name, and paid status, as well as a shopping list of products on the order.
- editProductMenu(String, float, char, int, String) - Method in class Menu
-
Displays the edit product menu with the current product information and options to change it
- editVendorMenu(String, boolean) - Method in class Menu
-
Displays the edit vendor menu with the current vendor's name and active status as actual values, and the options to change them, drop the vendor, or exit without saving.
- endMenu() - Method in class Menu
-
This method prints a goodbye message at the end of the menu.
All Classes All Packages