X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.ui%2Fsrc%2Forg%2Fsimantics%2Fui%2Fworkbench%2FIPropertyPage.java;fp=bundles%2Forg.simantics.ui%2Fsrc%2Forg%2Fsimantics%2Fui%2Fworkbench%2FIPropertyPage.java;h=282091d1c70c381525338acb53933a569cf4d534;hb=0ae2b770234dfc3cbb18bd38f324125cf0faca07;hp=bb59d1fb6f37a59b4cca30cb06551619b4fbd8cc;hpb=24e2b34260f219f0d1644ca7a138894980e25b14;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.ui/src/org/simantics/ui/workbench/IPropertyPage.java b/bundles/org.simantics.ui/src/org/simantics/ui/workbench/IPropertyPage.java index bb59d1fb6..282091d1c 100644 --- a/bundles/org.simantics.ui/src/org/simantics/ui/workbench/IPropertyPage.java +++ b/bundles/org.simantics.ui/src/org/simantics/ui/workbench/IPropertyPage.java @@ -1,44 +1,44 @@ -/******************************************************************************* - * 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.workbench; - -import java.util.function.Consumer; - -import org.eclipse.jface.viewers.ISelection; -import org.eclipse.ui.ISelectionListener; -import org.eclipse.ui.dialogs.PropertyPage; -import org.eclipse.ui.part.IPage; - -/** - * @author Tuukka Lehtonen - * @see PropertyPage - * @see AbstractPropertyPage - */ -public interface IPropertyPage extends IPage, ISelectionListener { - - /** - * @return current selection or null if no selection is - * available - */ - ISelection getSelection(); - - /** - * @param forSelection the new selection for calculating the new part name - * @param updateCallback a callback that can be invoked by - * getPartName if it wishes to change the part name. If the page does - * not wish to change the part name, it does not have to invoke the - * updateCallback. A null value indicates that the part - * name should be returned to its default value. - */ - void updatePartName(ISelection forSelection, Consumer updateCallback); - -} +/******************************************************************************* + * 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.workbench; + +import java.util.function.Consumer; + +import org.eclipse.jface.viewers.ISelection; +import org.eclipse.ui.ISelectionListener; +import org.eclipse.ui.dialogs.PropertyPage; +import org.eclipse.ui.part.IPage; + +/** + * @author Tuukka Lehtonen + * @see PropertyPage + * @see AbstractPropertyPage + */ +public interface IPropertyPage extends IPage, ISelectionListener { + + /** + * @return current selection or null if no selection is + * available + */ + ISelection getSelection(); + + /** + * @param forSelection the new selection for calculating the new part name + * @param updateCallback a callback that can be invoked by + * getPartName if it wishes to change the part name. If the page does + * not wish to change the part name, it does not have to invoke the + * updateCallback. A null value indicates that the part + * name should be returned to its default value. + */ + void updatePartName(ISelection forSelection, Consumer updateCallback); + +}