X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics%2Fsrc%2Forg%2Fsimantics%2FModelBrowserPreferences.java;h=ddad8131870697816e68fe00080341243975d11a;hb=571533bb34f06bbe3e868dd730d4cf5e793039a4;hp=84512ff9d12f8b338b9e970ad9cc07a09485ed2b;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics/src/org/simantics/ModelBrowserPreferences.java b/bundles/org.simantics/src/org/simantics/ModelBrowserPreferences.java index 84512ff9d..ddad81318 100644 --- a/bundles/org.simantics/src/org/simantics/ModelBrowserPreferences.java +++ b/bundles/org.simantics/src/org/simantics/ModelBrowserPreferences.java @@ -1,33 +1,33 @@ -/******************************************************************************* - * Copyright (c) 2012 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: - * Semantum Oy - initial API and implementation - *******************************************************************************/ -package org.simantics; - -import org.simantics.internal.Activator; - -/** - * @author Tuukka Lehtonen - */ -public class ModelBrowserPreferences { - - public static final String P_NODE = Activator.PLUGIN_ID; - - /** - * Preference for defining the enabled state of virtual graph autosave. - */ - public static final String P_ONTOLOGY_VISIBILITY = "ontology.visibility"; //$NON-NLS-1$ - - public static final String ONTOLOGY_VISIBILITY_SHARED = "shared"; - public static final String ONTOLOGY_VISIBILITY_ALL = "all"; - - public static final String DEFAULT_ONTOLOGY_VISIBILITY = ONTOLOGY_VISIBILITY_SHARED; - -} +/******************************************************************************* + * Copyright (c) 2012 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: + * Semantum Oy - initial API and implementation + *******************************************************************************/ +package org.simantics; + +import org.simantics.internal.Activator; + +/** + * @author Tuukka Lehtonen + */ +public class ModelBrowserPreferences { + + public static final String P_NODE = Activator.PLUGIN_ID; + + /** + * Preference for defining the enabled state of virtual graph autosave. + */ + public static final String P_ONTOLOGY_VISIBILITY = "ontology.visibility"; //$NON-NLS-1$ + + public static final String ONTOLOGY_VISIBILITY_SHARED = "shared"; + public static final String ONTOLOGY_VISIBILITY_ALL = "all"; + + public static final String DEFAULT_ONTOLOGY_VISIBILITY = ONTOLOGY_VISIBILITY_SHARED; + +}