de.cau.cs.kieler.synccharts.diagram.custom.handlers
Class SyncchartsPropertyTester
java.lang.Object
org.eclipse.core.expressions.PropertyTester
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

- (2010-06-14)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SyncchartsPropertyTester
public SyncchartsPropertyTester()
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)
-