Class GroupTester

java.lang.Object
org.eclipse.core.expressions.PropertyTester
com._1c.g5.v8.dt.moxel.ui.handlers.GroupTester
All Implemented Interfaces:
org.eclipse.core.expressions.IPropertyTester

public class GroupTester extends org.eclipse.core.expressions.PropertyTester
Tester for determining if rows/columns group is currently selected.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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 Details

    • GroupTester

      public GroupTester()
  • Method Details