X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.utils.ui.workbench%2Fsrc%2Forg%2Fsimantics%2Futils%2Fui%2Fworkbench%2Fsaving%2FISaveable.java;h=986ab198cd4de74e40022ffd0e75ba79aaee769c;hb=321aade94bd9bc11feba162f96648bdf5df98aa8;hp=803813ec8bee6ea05ac78376d467c21d3f6ae219;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.utils.ui.workbench/src/org/simantics/utils/ui/workbench/saving/ISaveable.java b/bundles/org.simantics.utils.ui.workbench/src/org/simantics/utils/ui/workbench/saving/ISaveable.java index 803813ec8..986ab198c 100644 --- a/bundles/org.simantics.utils.ui.workbench/src/org/simantics/utils/ui/workbench/saving/ISaveable.java +++ b/bundles/org.simantics.utils.ui.workbench/src/org/simantics/utils/ui/workbench/saving/ISaveable.java @@ -1,28 +1,28 @@ -/******************************************************************************* - * 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 - *******************************************************************************/ -/* - * 18.10.2006 - */ -package org.simantics.utils.ui.workbench.saving; - -import org.eclipse.ui.IMemento; - -/** - * ISaveable - * @author Toni Kalajainen - */ -public interface ISaveable { - - void saveState(IMemento memento); - void loadState(IMemento memento); - -} +/******************************************************************************* + * 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 + *******************************************************************************/ +/* + * 18.10.2006 + */ +package org.simantics.utils.ui.workbench.saving; + +import org.eclipse.ui.IMemento; + +/** + * ISaveable + * @author Toni Kalajainen + */ +public interface ISaveable { + + void saveState(IMemento memento); + void loadState(IMemento memento); + +}