de.cau.cs.kieler.synccharts.diagram.custom.handlers
Class SyncchartsPropertyTester

java.lang.Object
  extended by org.eclipse.core.expressions.PropertyTester
      extended by de.cau.cs.kieler.synccharts.diagram.custom.handlers.SyncchartsPropertyTester
All Implemented Interfaces:
IPropertyTester

public class SyncchartsPropertyTester
extends PropertyTester

This tester determines whether the provided property of activeEditor is called by a synccharts editor.

Rating proposed yellow
(2010-06-14)

Constructor Summary
SyncchartsPropertyTester()
           
 
Method Summary
static void ksbaseIsActive()
          Notify the tester that the synccharts.ksbase plugin is active.
 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

SyncchartsPropertyTester

public SyncchartsPropertyTester()
Method Detail

ksbaseIsActive

public static void ksbaseIsActive()
Notify the tester that the synccharts.ksbase plugin is active. This is necessary to hide the non-ksbase edit actions.


test

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