]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.spreadsheet.common/src/org/simantics/spreadsheet/common/cell/VariableCellEditor.java
Migrated source code from Simantics SVN
[simantics/platform.git] / bundles / org.simantics.spreadsheet.common / src / org / simantics / spreadsheet / common / cell / VariableCellEditor.java
diff --git a/bundles/org.simantics.spreadsheet.common/src/org/simantics/spreadsheet/common/cell/VariableCellEditor.java b/bundles/org.simantics.spreadsheet.common/src/org/simantics/spreadsheet/common/cell/VariableCellEditor.java
new file mode 100644 (file)
index 0000000..411bd06
--- /dev/null
@@ -0,0 +1,12 @@
+package org.simantics.spreadsheet.common.cell;\r
+\r
+import org.simantics.db.WriteGraph;\r
+import org.simantics.db.exception.DatabaseException;\r
+import org.simantics.db.layer0.variable.Variable;\r
+\r
+public interface VariableCellEditor {\r
+\r
+       void edit(WriteGraph graph, Variable cell, String text) throws DatabaseException;\r
+       void copy(WriteGraph graph, Variable cell, String location) throws DatabaseException;\r
+       \r
+}\r