X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.spreadsheet.common%2Fsrc%2Forg%2Fsimantics%2Fspreadsheet%2Fcommon%2Fcell%2FVariableCellEditor.java;h=d90aa040f40a35396e359c21b6585e3cbbadb637;hb=526f4a68350df5a272586f7d794603ecb4525132;hp=411bd06826f807d30b0b2b3182f3f5d27ce90fd5;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git 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; + +}