X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.ui%2Fsrc%2Forg%2Fsimantics%2Fui%2Fcontribution%2Fe4%2FNameLabelContribution.java;h=188986aa5f9d1d74300581036e3a3c5e2a29f47a;hb=10acc4a36b46fac9f7da4e59ae8ce60489e08e0e;hp=c208693a690808bcc8ef6cff86308b37f019a998;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.ui/src/org/simantics/ui/contribution/e4/NameLabelContribution.java b/bundles/org.simantics.ui/src/org/simantics/ui/contribution/e4/NameLabelContribution.java index c208693a6..188986aa5 100644 --- a/bundles/org.simantics.ui/src/org/simantics/ui/contribution/e4/NameLabelContribution.java +++ b/bundles/org.simantics.ui/src/org/simantics/ui/contribution/e4/NameLabelContribution.java @@ -1,30 +1,30 @@ -/******************************************************************************* - * 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.ui.contribution.e4; - -import javax.annotation.PostConstruct; - -import org.eclipse.swt.widgets.Composite; -import org.simantics.ui.contribution.NameLabelButtonTrim; - - -/** - * @author Tuukka Lehtonen - */ -public class NameLabelContribution { - - @PostConstruct - public void createControls(Composite parent) { - new NameLabelButtonTrim(parent); - } - -} +/******************************************************************************* + * 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.ui.contribution.e4; + +import javax.annotation.PostConstruct; + +import org.eclipse.swt.widgets.Composite; +import org.simantics.ui.contribution.NameLabelButtonTrim; + + +/** + * @author Tuukka Lehtonen + */ +public class NameLabelContribution { + + @PostConstruct + public void createControls(Composite parent) { + new NameLabelButtonTrim(parent); + } + +}