de.cau.cs.kieler.kaom.diagram.custom.commands
Class KaomPropertyTester
java.lang.Object
org.eclipse.core.expressions.PropertyTester
de.cau.cs.kieler.kaom.diagram.custom.commands.KaomPropertyTester
- All Implemented Interfaces:
- IPropertyTester
public class KaomPropertyTester
- extends PropertyTester
This tester determines whether the provided property of activeEditor is
called by a kaom editor.
- Rating

Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KaomPropertyTester
public KaomPropertyTester()
- Creates a new KaomPropertyTester.
test
public boolean test(Object receiver,
String property,
Object[] args,
Object expectedValue)
-