X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.workbench%2Fsrc%2Forg%2Fsimantics%2Fworkbench%2Finternal%2Fcontributions%2Fsearch%2Fe4%2FSearchContribution.java;fp=bundles%2Forg.simantics.workbench%2Fsrc%2Forg%2Fsimantics%2Fworkbench%2Finternal%2Fcontributions%2Fsearch%2Fe4%2FSearchContribution.java;h=996bb317459ea92b26be73cb989f8693c9d92343;hp=6a51e297ec8ae1d4360db01107f750040dfc5d73;hb=0ae2b770234dfc3cbb18bd38f324125cf0faca07;hpb=24e2b34260f219f0d1644ca7a138894980e25b14 diff --git a/bundles/org.simantics.workbench/src/org/simantics/workbench/internal/contributions/search/e4/SearchContribution.java b/bundles/org.simantics.workbench/src/org/simantics/workbench/internal/contributions/search/e4/SearchContribution.java index 6a51e297e..996bb3174 100644 --- a/bundles/org.simantics.workbench/src/org/simantics/workbench/internal/contributions/search/e4/SearchContribution.java +++ b/bundles/org.simantics.workbench/src/org/simantics/workbench/internal/contributions/search/e4/SearchContribution.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.workbench.internal.contributions.search.e4; - -import javax.annotation.PostConstruct; - -import org.eclipse.e4.ui.model.application.ui.menu.MToolControl; -import org.eclipse.swt.widgets.Composite; -import org.simantics.workbench.internal.contributions.search.SearchTrim; - -/** - * @author Tuukka Lehtonen - */ -public class SearchContribution { - - @PostConstruct - protected void createControls(Composite parent, MToolControl toolControl) { - new SearchTrim(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.workbench.internal.contributions.search.e4; + +import javax.annotation.PostConstruct; + +import org.eclipse.e4.ui.model.application.ui.menu.MToolControl; +import org.eclipse.swt.widgets.Composite; +import org.simantics.workbench.internal.contributions.search.SearchTrim; + +/** + * @author Tuukka Lehtonen + */ +public class SearchContribution { + + @PostConstruct + protected void createControls(Composite parent, MToolControl toolControl) { + new SearchTrim(parent); + } + +}