X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.spreadsheet%2Fsrc%2Forg%2Fsimantics%2Fspreadsheet%2FCellModifier.java;h=ca15766c591c29613c074d755841efd95f9f5e51;hb=89b915a237d980f62d9ffe2caeb8a69170e0ce56;hp=f1d548bd3c2889e6c833015ac0532dbb62337160;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.spreadsheet/src/org/simantics/spreadsheet/CellModifier.java b/bundles/org.simantics.spreadsheet/src/org/simantics/spreadsheet/CellModifier.java index f1d548bd3..ca15766c5 100644 --- a/bundles/org.simantics.spreadsheet/src/org/simantics/spreadsheet/CellModifier.java +++ b/bundles/org.simantics.spreadsheet/src/org/simantics/spreadsheet/CellModifier.java @@ -1,22 +1,22 @@ -/******************************************************************************* - * Copyright (c) 2007, 2010 Association for Decentralized Information Management - * in Industry THTH ry. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * VTT Technical Research Centre of Finland - initial API and implementation - *******************************************************************************/ -package org.simantics.spreadsheet; - -/* - * An interface for updating a client spreadsheet model - */ -public interface CellModifier { - void setProperty(String location, String property, Object value); - void clear(String location); - void clearAll(); - void flush(); -} +/******************************************************************************* + * Copyright (c) 2007, 2010 Association for Decentralized Information Management + * in Industry THTH ry. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ +package org.simantics.spreadsheet; + +/* + * An interface for updating a client spreadsheet model + */ +public interface CellModifier { + void setProperty(String location, String property, Object value); + void clear(String location); + void clearAll(); + void flush(); +}