de.cau.cs.kieler.core.model
Class EditorTester

java.lang.Object
  extended by org.eclipse.core.expressions.PropertyTester
      extended by de.cau.cs.kieler.core.model.EditorTester
All Implemented Interfaces:
IPropertyTester

public class EditorTester
extends PropertyTester

A property tester that checks whether the given element is supported using the GraphicalFrameworkService.

Rating red

Constructor Summary
EditorTester()
           
 
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

EditorTester

public EditorTester()
Method Detail

test

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