]> gerrit.simantics Code Review - simantics/3d.git/blob - org.simantics.g3d/src/org/simantics/proconf/g3d/common/PropertyTester2.java
git-svn-id: https://www.simantics.org/svn/simantics/3d/trunk@22280 ac1ea38d-2e2b...
[simantics/3d.git] / org.simantics.g3d / src / org / simantics / proconf / g3d / common / PropertyTester2.java
1 /*******************************************************************************\r
2  * Copyright (c) 2007- VTT Technical Research Centre of Finland.\r
3  * All rights reserved. This program and the accompanying materials\r
4  * are made available under the terms of the Eclipse Public License v1.0\r
5  * which accompanies this distribution, and is available at\r
6  * http://www.eclipse.org/legal/epl-v10.html\r
7  *\r
8  * Contributors:\r
9  *     VTT Technical Research Centre of Finland - initial API and implementation\r
10  *******************************************************************************/\r
11 package org.simantics.proconf.g3d.common;\r
12 \r
13 import org.eclipse.core.expressions.PropertyTester;\r
14 \r
15 public class PropertyTester2 extends PropertyTester {\r
16 \r
17         public PropertyTester2() {\r
18                 // TODO Auto-generated constructor stub\r
19         }\r
20 \r
21         @Override\r
22         public boolean test(Object receiver, String property, Object[] args,\r
23                         Object expectedValue) {\r
24                 // TODO Auto-generated method stub\r
25                 return false;\r
26         }\r
27 \r
28 }\r