X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.project%2Fsrc%2Forg%2Fsimantics%2Fproject%2FProjectKeys.java;fp=bundles%2Forg.simantics.project%2Fsrc%2Forg%2Fsimantics%2Fproject%2FProjectKeys.java;h=3b5f0812c93cd953342a81b7630c1ca03f7f529f;hp=32d57c3a051d1fea1c2cf9304972fb72e9bb35ad;hb=0ae2b770234dfc3cbb18bd38f324125cf0faca07;hpb=24e2b34260f219f0d1644ca7a138894980e25b14 diff --git a/bundles/org.simantics.project/src/org/simantics/project/ProjectKeys.java b/bundles/org.simantics.project/src/org/simantics/project/ProjectKeys.java index 32d57c3a0..3b5f0812c 100644 --- a/bundles/org.simantics.project/src/org/simantics/project/ProjectKeys.java +++ b/bundles/org.simantics.project/src/org/simantics/project/ProjectKeys.java @@ -1,33 +1,33 @@ -/******************************************************************************* - * 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.project; - -import org.simantics.utils.datastructures.hints.IHintContext.Key; -import org.simantics.utils.datastructures.hints.IHintContext.KeyOf; - -/** - * @author Tuukka Lehtonen - */ -public interface ProjectKeys { - - /** - * A key for storing an IProject in an IHintContext. This is used with - * ISessionContext. - */ - Key KEY_PROJECT = new KeyOf(IProject.class, "PROJECT"); - - /** - * A string describing the default workbench perspective ID for a project. - */ - Key DEFAULT_PERSPECTIVE = new KeyOf(String.class, "DEFAULT_PERSPECTIVE"); - -} +/******************************************************************************* + * 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.project; + +import org.simantics.utils.datastructures.hints.IHintContext.Key; +import org.simantics.utils.datastructures.hints.IHintContext.KeyOf; + +/** + * @author Tuukka Lehtonen + */ +public interface ProjectKeys { + + /** + * A key for storing an IProject in an IHintContext. This is used with + * ISessionContext. + */ + Key KEY_PROJECT = new KeyOf(IProject.class, "PROJECT"); + + /** + * A string describing the default workbench perspective ID for a project. + */ + Key DEFAULT_PERSPECTIVE = new KeyOf(String.class, "DEFAULT_PERSPECTIVE"); + +}