X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=bundles%2Forg.simantics.spreadsheet.ui%2Fsrc%2Forg%2Fsimantics%2Fspreadsheet%2Fui%2Feditor%2FSpreadsheetPropertyPage.java;h=c0732ad86a297d9aa5d73ff36ea0ea76231aba1f;hb=89b915a237d980f62d9ffe2caeb8a69170e0ce56;hp=0bc5de146756d217a1e5ed843dbf50112ab04b6d;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.spreadsheet.ui/src/org/simantics/spreadsheet/ui/editor/SpreadsheetPropertyPage.java b/bundles/org.simantics.spreadsheet.ui/src/org/simantics/spreadsheet/ui/editor/SpreadsheetPropertyPage.java index 0bc5de146..c0732ad86 100644 --- a/bundles/org.simantics.spreadsheet.ui/src/org/simantics/spreadsheet/ui/editor/SpreadsheetPropertyPage.java +++ b/bundles/org.simantics.spreadsheet.ui/src/org/simantics/spreadsheet/ui/editor/SpreadsheetPropertyPage.java @@ -1,34 +1,34 @@ -/******************************************************************************* - * 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.spreadsheet.ui.editor; - -import java.util.Collections; -import java.util.Set; - -import org.eclipse.ui.IWorkbenchPartSite; -import org.simantics.selectionview.StandardPropertyPage; - -/** - * @author Antti Villberg - */ -public class SpreadsheetPropertyPage extends StandardPropertyPage { - - public SpreadsheetPropertyPage(IWorkbenchPartSite site) { - super(site); - } - - @Override - protected Set getContexts() { - return Collections.emptySet(); - } - -} +/******************************************************************************* + * 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.spreadsheet.ui.editor; + +import java.util.Collections; +import java.util.Set; + +import org.eclipse.ui.IWorkbenchPartSite; +import org.simantics.selectionview.StandardPropertyPage; + +/** + * @author Antti Villberg + */ +public class SpreadsheetPropertyPage extends StandardPropertyPage { + + public SpreadsheetPropertyPage(IWorkbenchPartSite site) { + super(site); + } + + @Override + protected Set getContexts() { + return Collections.emptySet(); + } + +}