You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/org/elephant/actions/ChangeTagDialog.java
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -70,6 +70,14 @@ public class ChangeTagDialog extends JDialog implements ElephantConstantsMixin
70
70
71
71
/**
72
72
* Create a dialog.
73
+
* @param tagSetNames the names of tag sets to be shown in the combo boxes for tag set selection
74
+
* @param tagNamesDetection the names of tags in the detection tag set to be shown in the combo boxes for tag selection when the detection tag set is selected
75
+
* @param tagNamesTracking the names of tags in the tracking tag set to be shown in the combo boxes for tag selection when the tracking tag set is selected
76
+
* @param tagNamesProgenitor the names of tags in the
77
+
* @param tagNamesStatus the names of tags in the status tag set to be shown in the combo boxes for tag selection when the status tag set is selected
78
+
* progenitor tag set to be shown in the combo boxes for tag selection when the progenitor tag set is selected
79
+
* @param tagNamesProliferator the names of tags in the proliferator tag set to be shown in the combo boxes for tag selection when the proliferator tag set is selected
80
+
* @param tagNamesDivision the names of tags in the division tag
Copy file name to clipboardExpand all lines: src/main/java/org/elephant/actions/SelectSingleTagDialog.java
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,13 @@ public class SelectSingleTagDialog extends JDialog implements ElephantConstantsM
66
66
67
67
/**
68
68
* Create a dialog.
69
+
* @param tagSetNames the names of tag sets to be shown in the combo boxes for tag set selection
70
+
* @param tagNamesDetection the names of tags in the detection tag set to be shown in the combo boxes for tag selection when the detection tag set is selected
71
+
* @param tagNamesTracking the names of tags in the tracking tag set to be shown in the combo boxes for tag selection when the tracking tag set is selected
72
+
* @param tagNamesProgenitor the names of tags in the progenitor tag set to be shown in the combo boxes for tag selection when the progenitor tag set is selected
73
+
* @param tagNamesStatus the names of tags in the status tag set to be shown in the combo boxes for tag selection when the status tag set is selected
74
+
* @param tagNamesProliferator the names of tags in the proliferator tag set to be shown in the combo boxes for tag selection when the proliferator tag set is selected
75
+
* @param tagNamesDivision the names of tags in the division tag set to be shown in the combo boxes for tag selection when the division tag set is selected
0 commit comments