Skip to content
Snippets Groups Projects
Commit c2409cd6 authored by Harry Linrui XU's avatar Harry Linrui XU
Browse files

"Added javadoc to dialog enum"

parent 80a37e57
No related branches found
No related tags found
8 merge requests!43Merging frontend-testing into master,!38"Made progressbar dynamic in accordance to spending. Added balance field....,!37Made the sub progress bars respond to changes in expense,!32Added input validation to add dialog boxes.,!30Redesigned scenes,!29Redesigned scenes,!28Redesigned scenes,!26Redesigned Main menu and expense/income windows
Pipeline #213199 passed
package no.ntnu.idatt1002.demo.controller;
/**
* Enum for distinguishing between adding or editing an item in a tableview
*
* @author Harry Linrui Xu
* @since 11.3.2023
*/
enum DialogMode {
ADD, EDIT, DELETE
ADD, EDIT
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment