X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.modeling.ui%2Fsrc%2Forg%2Fsimantics%2Fmodeling%2Fui%2FcomponentTypeEditor%2FComponentTypeViewerSection.java;h=90d2217dc45d18c40b36b8a7fe6dd62fa7c06844;hb=06aeb7cad707d1fed2c21c1ad9413aa97e901da7;hp=ede3f1d8333e24c351550e253d58001cdead6d98;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.modeling.ui/src/org/simantics/modeling/ui/componentTypeEditor/ComponentTypeViewerSection.java b/bundles/org.simantics.modeling.ui/src/org/simantics/modeling/ui/componentTypeEditor/ComponentTypeViewerSection.java index ede3f1d83..90d2217dc 100644 --- a/bundles/org.simantics.modeling.ui/src/org/simantics/modeling/ui/componentTypeEditor/ComponentTypeViewerSection.java +++ b/bundles/org.simantics.modeling.ui/src/org/simantics/modeling/ui/componentTypeEditor/ComponentTypeViewerSection.java @@ -1,16 +1,18 @@ -package org.simantics.modeling.ui.componentTypeEditor; - -import org.eclipse.ui.forms.widgets.Section; -import org.simantics.db.ReadGraph; -import org.simantics.db.exception.DatabaseException; - -public interface ComponentTypeViewerSection { - - void setReadOnly(boolean readOnly); - Section getSection(); - void update(ComponentTypePropertiesResult result); - double getPriority(); - Object getSectionSpecificData(ReadGraph graph, ComponentTypeViewerPropertyInfo info) throws DatabaseException; - double getDataPriority(); - -} +package org.simantics.modeling.ui.componentTypeEditor; + +import org.eclipse.ui.forms.widgets.Section; +import org.simantics.db.ReadGraph; +import org.simantics.db.exception.DatabaseException; +import org.simantics.modeling.utils.ComponentTypePropertiesResult; +import org.simantics.modeling.utils.ComponentTypeViewerPropertyInfo; + +public interface ComponentTypeViewerSection { + + void setReadOnly(boolean readOnly); + Section getSection(); + void update(ComponentTypePropertiesResult result); + double getPriority(); + Object getSectionSpecificData(ReadGraph graph, ComponentTypeViewerPropertyInfo info) throws DatabaseException; + double getDataPriority(); + +}