Class DrawingSelectionTester
- java.lang.Object
-
- org.eclipse.core.expressions.PropertyTester
-
- com._1c.g5.v8.dt.moxel.ui.handlers.DrawingSelectionTester
-
- All Implemented Interfaces:
org.eclipse.core.expressions.IPropertyTester
public class DrawingSelectionTester extends org.eclipse.core.expressions.PropertyTester
Tester to determine whether drawing has been selected
-
-
Constructor Summary
Constructors Constructor Description DrawingSelectionTester()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
test(Object receiver, String property, Object[] args, Object expectedValue)
Tests whether drawing(s) have been selected
-