X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.spreadsheet%2Fsrc%2Forg%2Fsimantics%2Fspreadsheet%2FOperationMode.java;fp=bundles%2Forg.simantics.spreadsheet%2Fsrc%2Forg%2Fsimantics%2Fspreadsheet%2FOperationMode.java;h=f894cc5450e6eef6980ab32c5d558ef7ca341e89;hb=e3fc307246a9ff226845a93181bc798d03966b14;hp=0000000000000000000000000000000000000000;hpb=9446ee7d361a4a05c784050c605e6d3dcd5fdf05;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.spreadsheet/src/org/simantics/spreadsheet/OperationMode.java b/bundles/org.simantics.spreadsheet/src/org/simantics/spreadsheet/OperationMode.java new file mode 100644 index 000000000..f894cc545 --- /dev/null +++ b/bundles/org.simantics.spreadsheet/src/org/simantics/spreadsheet/OperationMode.java @@ -0,0 +1,6 @@ +package org.simantics.spreadsheet; + +public enum OperationMode { + OPERATION, + EDIT_MODE +} \ No newline at end of file