Uses of Interface
org.eclipse.birt.chart.model.data.Action
Packages that use Action
Package
Description
This is a placeholder file for the org.eclipse.birt.chart.computation package.
Contains classes that define a rendering notification that is interpreted by
a device renderer.
Contains classes and interfaces used in the chart building and generation
phase.
Holds a set of interfaces that define the structure of the data source and
typed data elements associated with a chart series.
Holds a set of classes that define the structure of the data source and typed
data elements associated with a chart series.
Contains classes that represent the core plot rendering framework.
-
Uses of Action in org.eclipse.birt.chart.computation
Methods in org.eclipse.birt.chart.computation that return ActionModifier and TypeMethodDescriptionGObjectFactory.createAction
(ActionType at, ActionValue av) IGObjectFactory.createAction
(ActionType at, ActionValue av) Methods in org.eclipse.birt.chart.computation with parameters of type ActionModifier and TypeMethodDescriptionGObjectFactory.createTrigger
(TriggerCondition tc, Action a) IGObjectFactory.createTrigger
(TriggerCondition tc, Action a) -
Uses of Action in org.eclipse.birt.chart.event
Methods in org.eclipse.birt.chart.event that return Action -
Uses of Action in org.eclipse.birt.chart.factory
Methods in org.eclipse.birt.chart.factory with parameters of type ActionModifier and TypeMethodDescriptionString[]
ActionEvaluatorAdapter.getActionExpressions
(Action action, StructureSource source) String[]
IActionEvaluator.getActionExpressions
(Action action, StructureSource source) Returns the expressions contained in the action. -
Uses of Action in org.eclipse.birt.chart.model.data
Subinterfaces of Action in org.eclipse.birt.chart.model.dataModifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Multiple Actions'.Methods in org.eclipse.birt.chart.model.data that return ActionModifier and TypeMethodDescriptionAction.copyInstance()
DataFactory.createAction()
Returns a new object of class 'Action'.Trigger.getAction()
Returns the value of the 'Action' containment reference.Methods in org.eclipse.birt.chart.model.data that return types with arguments of type ActionModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Action>
MultipleActions.getActions()
Returns the value of the 'Actions' containment reference list.Methods in org.eclipse.birt.chart.model.data with parameters of type Action -
Uses of Action in org.eclipse.birt.chart.model.data.impl
Classes in org.eclipse.birt.chart.model.data.impl that implement ActionModifier and TypeClassDescriptionclass
An implementation of the model object ' Action'.class
An implementation of the model object 'Multiple Actions'.Methods in org.eclipse.birt.chart.model.data.impl that return ActionModifier and TypeMethodDescriptionActionImpl.copyInstance()
A convenient method to get an instance copy.static final Action
ActionImpl.create
(ActionType at, ActionValue av) Returns an instance of an action NOTE: Manually writtenDataFactoryImpl.createAction()
TriggerImpl.getAction()
Methods in org.eclipse.birt.chart.model.data.impl that return types with arguments of type ActionModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Action>
MultipleActionsImpl.getActions()
Methods in org.eclipse.birt.chart.model.data.impl with parameters of type ActionModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChain
TriggerImpl.basicSetAction
(Action newAction, org.eclipse.emf.common.notify.NotificationChain msgs) static final Trigger
TriggerImpl.create
(TriggerCondition tc, Action a) This convenience method initializes and provides a trigger instance for use NOTE: Manually writtenvoid
-
Uses of Action in org.eclipse.birt.chart.render
Methods in org.eclipse.birt.chart.render with parameters of type ActionModifier and TypeMethodDescriptionvoid
ActionRendererAdapter.processAction
(Action action, StructureSource source) void
ActionRendererAdapter.processAction
(Action action, StructureSource source, RunTimeContext rtc) void
IActionRenderer.processAction
(Action action, StructureSource source) Deprecated.void
IActionRenderer.processAction
(Action action, StructureSource source, RunTimeContext rtc) Process the action with given source object.
IActionRenderer.processAction(Action, StructureSource, RunTimeContext)
instead