de.cau.cs.kieler.kaom.diagram.custom.commands
Class KaomPropertyTester

java.lang.Object
  extended by org.eclipse.core.expressions.PropertyTester
      extended by 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 red

Constructor Summary
KaomPropertyTester()
          Creates a new KaomPropertyTester.
 
Method Summary
 boolean test(Object receiver, String property, Object[] args, Object expectedValue)
          
 
Methods inherited from class org.eclipse.core.expressions.PropertyTester
handles, instantiate, internalCreateDescriptor, internalInitialize, isDeclaringPluginActive, isInstantiated
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KaomPropertyTester

public KaomPropertyTester()
Creates a new KaomPropertyTester.

Method Detail

test

public boolean test(Object receiver,
                    String property,
                    Object[] args,
                    Object expectedValue)