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=45dd8868ed4b0a8547ab1fc4677acb6d3cc553c4;hb=fa806341cc06b72051d5e8d709674eb9d5c2bf00;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..45dd8868e 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,16 @@ -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; + +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(); + +}