X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.modeling.ui%2Fsrc%2Forg%2Fsimantics%2Fmodeling%2Fui%2FcomponentTypeEditor%2FComponentTypeViewerSectionFactory.java;h=bdf37d7a5e0c2ad2dab57524d549efbbb3aabdde;hb=fd2a6ff5d708baed2bdbaf94e6cd7bcc7b288069;hp=1a034debff4d221a600fb781f798115f6bbe231f;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git 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); +}