File tree Expand file tree Collapse file tree 1 file changed +31
-31
lines changed
src/gui/org/deidentifier/arx/gui/view/impl/define Expand file tree Collapse file tree 1 file changed +31
-31
lines changed Original file line number Diff line number Diff line change 40
40
*/
41
41
public class ViewSubsetDefinition implements IView {
42
42
43
- /** Controller */
43
+ /** Controller */
44
44
private Controller controller ;
45
-
46
- /** View */
47
- private Composite root ;
48
-
49
- /** Model */
50
- private Model model ;
51
-
52
- /** View */
53
- private Text size ;
54
-
55
- /** View */
56
- private Text origin ;
57
-
58
- /** View */
59
- private Text total ;
60
-
61
- /** View */
62
- private Text percent ;
63
45
64
- /** View */
65
- private ToolItem all ;
66
-
67
- /** View */
68
- private ToolItem none ;
69
-
70
- /** View */
71
- private ToolItem file ;
72
-
73
- /** View */
74
- private ToolItem filter ;
75
-
46
+ /** View */
47
+ private Composite root ;
48
+
49
+ /** Model */
50
+ private Model model ;
51
+
52
+ /** View */
53
+ private Text size ;
54
+
55
+ /** View */
56
+ private Text origin ;
57
+
58
+ /** View */
59
+ private Text total ;
60
+
61
+ /** View */
62
+ private Text percent ;
63
+
64
+ /** View */
65
+ private ToolItem all ;
66
+
67
+ /** View */
68
+ private ToolItem none ;
69
+
70
+ /** View */
71
+ private ToolItem file ;
72
+
73
+ /** View */
74
+ private ToolItem filter ;
75
+
76
76
/**
77
77
* Creates a new instance.
78
78
*
You can’t perform that action at this time.
0 commit comments