X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.g2d%2Fsrc%2Forg%2Fsimantics%2Fg2d%2Felement%2FElementClasses.java;h=4aa534a9ade09c2c928e0fef938d11d793c31d14;hb=1b969e34d51e9a17a0038367a29b93c2822495ed;hp=780783487cb4dfaac1e0026a2ec6016a65934886;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.g2d/src/org/simantics/g2d/element/ElementClasses.java b/bundles/org.simantics.g2d/src/org/simantics/g2d/element/ElementClasses.java index 780783487..4aa534a9a 100644 --- a/bundles/org.simantics.g2d/src/org/simantics/g2d/element/ElementClasses.java +++ b/bundles/org.simantics.g2d/src/org/simantics/g2d/element/ElementClasses.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.g2d.element; - -/** - * A list of static key objects that are used when retrieving - * {@link ElementClass} instances through an {@link IElementClassProvider}. - * - * @author Tuukka Lehtonen - * - * @see IElementClassProvider - * @see ElementClassProviders - */ -public final class ElementClasses { - - public static final Object CONNECTION = new Object() { - public String toString() { return "CONNECTION"; } - }; - - public static final Object FLAG = new Object() { - public String toString() { return "FLAG"; } - }; - -} +/******************************************************************************* + * 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.g2d.element; + +/** + * A list of static key objects that are used when retrieving + * {@link ElementClass} instances through an {@link IElementClassProvider}. + * + * @author Tuukka Lehtonen + * + * @see IElementClassProvider + * @see ElementClassProviders + */ +public final class ElementClasses { + + public static final Object CONNECTION = new Object() { + public String toString() { return "CONNECTION"; } + }; + + public static final Object FLAG = new Object() { + public String toString() { return "FLAG"; } + }; + +}