au.org.intersect.exsite9.property
Class GroupNameTester

java.lang.Object
  extended by org.eclipse.core.expressions.PropertyTester
      extended by au.org.intersect.exsite9.property.GroupNameTester
All Implemented Interfaces:
org.eclipse.core.expressions.IPropertyTester

public class GroupNameTester
extends org.eclipse.core.expressions.PropertyTester

A Property Tester used so we can include names of groups when determining when to add "New Group" menu items to tree nodes.


Constructor Summary
GroupNameTester()
           
 
Method Summary
 boolean test(java.lang.Object receiver, java.lang.String property, java.lang.Object[] args, java.lang.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

GroupNameTester

public GroupNameTester()
Method Detail

test

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