]> gerrit.simantics Code Review - simantics/3d.git/blob - org.simantics.g3d/src/org/simantics/g3d/property/PropertyManipulatorFactory.java
3D framework (Simca 2012)
[simantics/3d.git] / org.simantics.g3d / src / org / simantics / g3d / property / PropertyManipulatorFactory.java
1 package org.simantics.g3d.property;\r
2 \r
3 import java.lang.reflect.Method;\r
4 \r
5 public interface PropertyManipulatorFactory {\r
6         \r
7         public Class<? extends PropertyManipulator> get(Method get, Object value);\r
8 \r
9 }\r