]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.spreadsheet/src/org/simantics/spreadsheet/OperationMode.java
Adopt spreadsheet changes made in Balas development
[simantics/platform.git] / bundles / org.simantics.spreadsheet / src / org / simantics / spreadsheet / OperationMode.java
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 (file)
index 0000000..f894cc5
--- /dev/null
@@ -0,0 +1,6 @@
+package org.simantics.spreadsheet;
+
+public enum OperationMode {
+    OPERATION,
+    EDIT_MODE
+}
\ No newline at end of file