]> gerrit.simantics Code Review - simantics/platform.git/blob - ui/componentTypeEditor/ComponentTypeViewerSectionFactory.java
Fixed multiple issues causing dangling references to discarded queries
[simantics/platform.git] / ui / componentTypeEditor / ComponentTypeViewerSectionFactory.java
1 package org.simantics.modeling.ui.componentTypeEditor;\r
2 \r
3 import org.simantics.db.ReadGraph;\r
4 import org.simantics.db.Resource;\r
5 import org.simantics.db.exception.DatabaseException;\r
6 \r
7 public interface ComponentTypeViewerSectionFactory {\r
8     boolean doesSupport(ReadGraph graph, Resource componentType) throws DatabaseException;\r
9     ComponentTypeViewerSection create(ComponentTypeViewerData data);\r
10 }\r