Searched refs:PropertyTest (Results 1 – 2 of 2) sorted by relevance
34 public class PropertyTest { class109 private static final Property<PropertyTest, Point> RAW_POINT_PROP =110 new Property<PropertyTest, Point>(Point.class, "rawPoint") {112 public void set(PropertyTest object, Point value) {117 public Point get(PropertyTest object) {122 private static final Property<PropertyTest, Float> RAW_FLOAT_PROP =123 new Property<PropertyTest, Float>(Float.class, "rawFloat") {125 public void set(PropertyTest object, Float value) {130 public Float get(PropertyTest object) {135 private static final FloatProperty<PropertyTest> FLOAT_PROP =[all …]
50 public class PropertyTest { class