X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.spreadsheet.ui%2Fsrc%2Forg%2Fsimantics%2Fspreadsheet%2Fui%2Feditor%2FCommandCellTab.java;h=f0b9c8c0f2feddd682d4149ee5943653d14c32c1;hp=74a539c73a0d85a82094fdf0bd3a5776377bd4bd;hb=5c67a96d34fe904b8c4b0375cd08ff1d543bf369;hpb=9a37dabc6c0212ed3e14499c88df3208cd06f9b0 diff --git a/bundles/org.simantics.spreadsheet.ui/src/org/simantics/spreadsheet/ui/editor/CommandCellTab.java b/bundles/org.simantics.spreadsheet.ui/src/org/simantics/spreadsheet/ui/editor/CommandCellTab.java index 74a539c73..f0b9c8c0f 100644 --- a/bundles/org.simantics.spreadsheet.ui/src/org/simantics/spreadsheet/ui/editor/CommandCellTab.java +++ b/bundles/org.simantics.spreadsheet.ui/src/org/simantics/spreadsheet/ui/editor/CommandCellTab.java @@ -24,8 +24,8 @@ import org.simantics.db.management.ISessionContext; import org.simantics.selectionview.PropertyTabContributorImpl; import org.simantics.spreadsheet.CommandCellExecutor; import org.simantics.spreadsheet.Range; +import org.simantics.spreadsheet.Spreadsheets; import org.simantics.spreadsheet.graph.GraphUI; -import org.simantics.spreadsheet.util.SpreadsheetUtils; public class CommandCellTab extends PropertyTabContributorImpl { @@ -89,7 +89,7 @@ public class CommandCellTab extends PropertyTabContributorImpl { if(ui != null) { CommandCellExecutor executor = (CommandCellExecutor)ui.getAdapter(CommandCellExecutor.class); String location = variable.getPossiblePropertyValue(graph, "HasName"); - Range range = SpreadsheetUtils.decodeCellAbsolute(location); + Range range = Spreadsheets.decodeCellAbsolute(location); executor.execute(range.startRow, range.startColumn); System.out.println("uiui"); }