oracle.ide.extension.rules.functions
Class MultipleSelection
java.lang.Object
  
oracle.ide.extension.rules.RuleFunction
      
oracle.ide.extension.rules.functions.MultipleSelection
public class MultipleSelection
- extends RuleFunction
 
Returns true if the IDE Context contains a Selection, and the Selection contains
 multiple Elements. This rule accept one optional parameter 
 whose parameter is a fully-qualifed class name. If supplied, true will only
 be returned if each Element in the selection matches the expected type.
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
MultipleSelection
public MultipleSelection()
evaluate
public boolean evaluate(RuleEvaluationContext ruleContext,
                        java.util.Map<java.lang.String,RuleFunctionParameter> parameters)
                 throws RuleEvaluationException
- Specified by:
 evaluate in class RuleFunction
 
- Throws:
 RuleEvaluationException
 
Copyright © 1997, 2013, Oracle. All rights reserved.