X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.diagram.profile%2Fsrc%2Forg%2Fsimantics%2Fdiagram%2Fprofile%2Fview%2FPropertyPage.java;h=0989f5b3d3a2595097d963f181728ed70cd2a43c;hb=0ae2b770234dfc3cbb18bd38f324125cf0faca07;hp=58caadcc5828d5d659921cf8f95231ec71525d39;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.diagram.profile/src/org/simantics/diagram/profile/view/PropertyPage.java b/bundles/org.simantics.diagram.profile/src/org/simantics/diagram/profile/view/PropertyPage.java index 58caadcc5..0989f5b3d 100644 --- a/bundles/org.simantics.diagram.profile/src/org/simantics/diagram/profile/view/PropertyPage.java +++ b/bundles/org.simantics.diagram.profile/src/org/simantics/diagram/profile/view/PropertyPage.java @@ -1,26 +1,26 @@ -package org.simantics.diagram.profile.view; - -import java.util.Collections; -import java.util.Set; - -import org.eclipse.ui.IWorkbenchPartSite; -import org.simantics.selectionview.SelectionProcessor; -import org.simantics.selectionview.StandardPropertyPage; - -/** - * @author Antti Villberg - */ -public class PropertyPage extends StandardPropertyPage { - - private static final Set CONTEXTS = Collections.singleton("http://www.simantics.org/Diagram-0.0/ProfilesView/SelectionView"); - - public PropertyPage(IWorkbenchPartSite site) { - super(site, CONTEXTS); - } - - @Override - protected SelectionProcessor getSelectionProcessor() { - return new ProfileSelectionProcessor(); - } - -} +package org.simantics.diagram.profile.view; + +import java.util.Collections; +import java.util.Set; + +import org.eclipse.ui.IWorkbenchPartSite; +import org.simantics.selectionview.SelectionProcessor; +import org.simantics.selectionview.StandardPropertyPage; + +/** + * @author Antti Villberg + */ +public class PropertyPage extends StandardPropertyPage { + + private static final Set CONTEXTS = Collections.singleton("http://www.simantics.org/Diagram-0.0/ProfilesView/SelectionView"); + + public PropertyPage(IWorkbenchPartSite site) { + super(site, CONTEXTS); + } + + @Override + protected SelectionProcessor getSelectionProcessor() { + return new ProfileSelectionProcessor(); + } + +}