X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=org.simantics.g3d%2Fsrc%2Forg%2Fsimantics%2Fg3d%2Fproperty%2FPropertyManipulatorFactory.java;fp=org.simantics.g3d%2Fsrc%2Forg%2Fsimantics%2Fg3d%2Fproperty%2FPropertyManipulatorFactory.java;h=8f6a91aa549fd2b4d6edad73d8cb28edd2a353bc;hb=87b3241ec277ba3d8e414b26186a032c9cdcaeed;hp=0000000000000000000000000000000000000000;hpb=1f0bcd66274375f2278d2e6c486cb28257a5f7b2;p=simantics%2F3d.git diff --git a/org.simantics.g3d/src/org/simantics/g3d/property/PropertyManipulatorFactory.java b/org.simantics.g3d/src/org/simantics/g3d/property/PropertyManipulatorFactory.java new file mode 100644 index 00000000..8f6a91aa --- /dev/null +++ b/org.simantics.g3d/src/org/simantics/g3d/property/PropertyManipulatorFactory.java @@ -0,0 +1,9 @@ +package org.simantics.g3d.property; + +import java.lang.reflect.Method; + +public interface PropertyManipulatorFactory { + + public Class get(Method get, Object value); + +}