Uses of Interface
org.eclipse.birt.chart.model.data.Action

Packages that use Action
org.eclipse.birt.chart.event Contains classes that define a rendering notification that is interpreted by a device renderer. 
org.eclipse.birt.chart.model.data Holds a set of interfaces that define the structure of the data source and typed data elements associated with a chart series. 
org.eclipse.birt.chart.model.data.impl Holds a set of classes that define the structure of the data source and typed data elements associated with a chart series. 
 

Uses of Action in org.eclipse.birt.chart.event
 

Methods in org.eclipse.birt.chart.event that return Action
 Action InteractionEvent.getAction(TriggerCondition tc)
           
 

Uses of Action in org.eclipse.birt.chart.model.data
 

Methods in org.eclipse.birt.chart.model.data that return Action
 Action Action.copyInstance()
          A convenient method to get an instance copy.
 Action DataFactory.createAction()
          Returns a new object of class 'Action'.
 Action Trigger.getAction()
          Returns the value of the 'Action' containment reference.
 

Methods in org.eclipse.birt.chart.model.data with parameters of type Action
 void Trigger.setAction(Action value)
          Sets the value of the 'Action' containment reference.
 

Uses of Action in org.eclipse.birt.chart.model.data.impl
 

Classes in org.eclipse.birt.chart.model.data.impl that implement Action
 class ActionImpl
          An implementation of the model object ' Action'.
 

Methods in org.eclipse.birt.chart.model.data.impl that return Action
 Action ActionImpl.copyInstance()
          A convenient method to get an instance copy.
static Action ActionImpl.create(ActionType at, ActionValue av)
          Returns an instance of an action NOTE: Manually written
static Action ActionImpl.create(org.eclipse.emf.ecore.EObject parent, org.eclipse.emf.ecore.EReference ref)
           
 Action DataFactoryImpl.createAction()
           
 Action TriggerImpl.getAction()
           
 

Methods in org.eclipse.birt.chart.model.data.impl with parameters of type Action
 org.eclipse.emf.common.notify.NotificationChain TriggerImpl.basicSetAction(Action newAction, org.eclipse.emf.common.notify.NotificationChain msgs)
           
static Trigger TriggerImpl.create(TriggerCondition tc, Action a)
          This convenience method initializes and provides a trigger instance for use NOTE: Manually written
 void TriggerImpl.setAction(Action newAction)
           
 



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