X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.spreadsheet.common%2Fsrc%2Forg%2Fsimantics%2Fspreadsheet%2Fcommon%2Fcell%2FVariableCellEditor.java;fp=bundles%2Forg.simantics.spreadsheet.common%2Fsrc%2Forg%2Fsimantics%2Fspreadsheet%2Fcommon%2Fcell%2FVariableCellEditor.java;h=d90aa040f40a35396e359c21b6585e3cbbadb637;hp=411bd06826f807d30b0b2b3182f3f5d27ce90fd5;hb=0ae2b770234dfc3cbb18bd38f324125cf0faca07;hpb=24e2b34260f219f0d1644ca7a138894980e25b14 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 index 411bd0682..d90aa040f 100644 --- 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 @@ -1,12 +1,12 @@ -package org.simantics.spreadsheet.common.cell; - -import org.simantics.db.WriteGraph; -import org.simantics.db.exception.DatabaseException; -import org.simantics.db.layer0.variable.Variable; - -public interface VariableCellEditor { - - void edit(WriteGraph graph, Variable cell, String text) throws DatabaseException; - void copy(WriteGraph graph, Variable cell, String location) throws DatabaseException; - -} +package org.simantics.spreadsheet.common.cell; + +import org.simantics.db.WriteGraph; +import org.simantics.db.exception.DatabaseException; +import org.simantics.db.layer0.variable.Variable; + +public interface VariableCellEditor { + + void edit(WriteGraph graph, Variable cell, String text) throws DatabaseException; + void copy(WriteGraph graph, Variable cell, String location) throws DatabaseException; + +}