X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.modeling.ui%2Fsrc%2Forg%2Fsimantics%2Fmodeling%2Fui%2FcomponentTypeEditor%2FComponentTypeViewerSectionFactory.java;h=bdf37d7a5e0c2ad2dab57524d549efbbb3aabdde;hp=1a034debff4d221a600fb781f798115f6bbe231f;hb=0ae2b770234dfc3cbb18bd38f324125cf0faca07;hpb=24e2b34260f219f0d1644ca7a138894980e25b14 diff --git a/bundles/org.simantics.modeling.ui/src/org/simantics/modeling/ui/componentTypeEditor/ComponentTypeViewerSectionFactory.java b/bundles/org.simantics.modeling.ui/src/org/simantics/modeling/ui/componentTypeEditor/ComponentTypeViewerSectionFactory.java index 1a034debf..bdf37d7a5 100644 --- a/bundles/org.simantics.modeling.ui/src/org/simantics/modeling/ui/componentTypeEditor/ComponentTypeViewerSectionFactory.java +++ b/bundles/org.simantics.modeling.ui/src/org/simantics/modeling/ui/componentTypeEditor/ComponentTypeViewerSectionFactory.java @@ -1,10 +1,10 @@ -package org.simantics.modeling.ui.componentTypeEditor; - -import org.simantics.db.ReadGraph; -import org.simantics.db.Resource; -import org.simantics.db.exception.DatabaseException; - -public interface ComponentTypeViewerSectionFactory { - boolean doesSupport(ReadGraph graph, Resource componentType) throws DatabaseException; - ComponentTypeViewerSection create(ComponentTypeViewerData data); -} +package org.simantics.modeling.ui.componentTypeEditor; + +import org.simantics.db.ReadGraph; +import org.simantics.db.Resource; +import org.simantics.db.exception.DatabaseException; + +public interface ComponentTypeViewerSectionFactory { + boolean doesSupport(ReadGraph graph, Resource componentType) throws DatabaseException; + ComponentTypeViewerSection create(ComponentTypeViewerData data); +}