X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.browsing.ui.common%2Fsrc%2Forg%2Fsimantics%2Fbrowsing%2Fui%2Fcommon%2Fextension%2FContributorBindingImpl.java;h=4e0c18c6bc10eee4428d6258f01aec0474c86ea8;hp=eb3fdde6259a223df5c9b0258a3b528c7d1f01f0;hb=0ae2b770234dfc3cbb18bd38f324125cf0faca07;hpb=24e2b34260f219f0d1644ca7a138894980e25b14 diff --git a/bundles/org.simantics.browsing.ui.common/src/org/simantics/browsing/ui/common/extension/ContributorBindingImpl.java b/bundles/org.simantics.browsing.ui.common/src/org/simantics/browsing/ui/common/extension/ContributorBindingImpl.java index eb3fdde62..4e0c18c6b 100644 --- a/bundles/org.simantics.browsing.ui.common/src/org/simantics/browsing/ui/common/extension/ContributorBindingImpl.java +++ b/bundles/org.simantics.browsing.ui.common/src/org/simantics/browsing/ui/common/extension/ContributorBindingImpl.java @@ -1,38 +1,38 @@ -/******************************************************************************* - * 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.browsing.ui.common.extension; - -import org.simantics.browsing.ui.content.ContributorBinding; -import org.simantics.browsing.ui.content.Contributor; - - -public class ContributorBindingImpl implements ContributorBinding { - - final private Contributor factory; - final private double preference; - - public ContributorBindingImpl(double preference, Contributor factory) { - this.preference = preference; - this.factory = factory; - } - - @Override - public Contributor getContributor() { - return factory; - } - - @Override - public double getPreference() { - return preference; - } - -} +/******************************************************************************* + * 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.browsing.ui.common.extension; + +import org.simantics.browsing.ui.content.ContributorBinding; +import org.simantics.browsing.ui.content.Contributor; + + +public class ContributorBindingImpl implements ContributorBinding { + + final private Contributor factory; + final private double preference; + + public ContributorBindingImpl(double preference, Contributor factory) { + this.preference = preference; + this.factory = factory; + } + + @Override + public Contributor getContributor() { + return factory; + } + + @Override + public double getPreference() { + return preference; + } + +}