1 package org.simantics.modeling.ui.componentTypeEditor;
3 import org.eclipse.ui.forms.widgets.Section;
4 import org.simantics.db.ReadGraph;
5 import org.simantics.db.exception.DatabaseException;
7 public interface ComponentTypeViewerSection {
9 void setReadOnly(boolean readOnly);
11 void update(ComponentTypePropertiesResult result);
13 Object getSectionSpecificData(ReadGraph graph, ComponentTypeViewerPropertyInfo info) throws DatabaseException;
14 double getDataPriority();