org.eclipse.birt.chart.factory
Class ActionEvaluatorAdapter

java.lang.Object
  extended byorg.eclipse.birt.chart.factory.ActionEvaluatorAdapter
All Implemented Interfaces:
IActionEvaluator
Direct Known Subclasses:
SimpleActionEvaluator

public class ActionEvaluatorAdapter
extends java.lang.Object
implements IActionEvaluator

An adapter class for IActionEvaluator


Constructor Summary
ActionEvaluatorAdapter()
           
 
Method Summary
 java.lang.String[] getActionExpressions(Action action, StructureSource source)
          Returns the expressions contained in the action.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionEvaluatorAdapter

public ActionEvaluatorAdapter()
Method Detail

getActionExpressions

public java.lang.String[] getActionExpressions(Action action,
                                               StructureSource source)
Description copied from interface: IActionEvaluator
Returns the expressions contained in the action. Could be null if not containing any expression.

Specified by:
getActionExpressions in interface IActionEvaluator


Copyright © 2005-2007 Actuate Corp. All rights reserved.