|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.factory | Contains classes and interfaces used in the chart building and generation phase. |
org.eclipse.birt.chart.integrate | Contains simple implementation classes used in integration. |
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. |
org.eclipse.birt.chart.model.data.util | This is a placeholder file for the org.eclipse.birt.chart.model.data.util package. |
org.eclipse.birt.chart.render | Contains classes that represent the core plot rendering framework. |
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.factory |
Methods in org.eclipse.birt.chart.factory with parameters of type Action | |
java.lang.String[] |
ActionEvaluatorAdapter.getActionExpressions(Action action,
StructureSource source)
|
java.lang.String[] |
IActionEvaluator.getActionExpressions(Action action,
StructureSource source)
Returns the expressions contained in the action. |
Uses of Action in org.eclipse.birt.chart.integrate |
Methods in org.eclipse.birt.chart.integrate with parameters of type Action | |
void |
SimpleActionRenderer.processAction(Action action,
StructureSource source)
|
java.lang.String[] |
SimpleActionEvaluator.getActionExpressions(Action action,
StructureSource source)
|
Uses of Action in org.eclipse.birt.chart.model.data |
Methods in org.eclipse.birt.chart.model.data that return Action | |
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 |
TriggerImpl.getAction()
|
Action |
DataFactoryImpl.createAction()
|
static Action |
ActionImpl.create(ActionType at,
ActionValue av)
Returns an instance of an action NOTE: Manually written |
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)
|
void |
TriggerImpl.setAction(Action newAction)
|
static Trigger |
TriggerImpl.create(TriggerCondition tc,
Action a)
This convenience method initializes and provides a trigger instance for use NOTE: Manually written |
Uses of Action in org.eclipse.birt.chart.model.data.util |
Methods in org.eclipse.birt.chart.model.data.util with parameters of type Action | |
java.lang.Object |
DataSwitch.caseAction(Action object)
Returns the result of interpretting the object as an instance of 'Action'. |
Uses of Action in org.eclipse.birt.chart.render |
Methods in org.eclipse.birt.chart.render with parameters of type Action | |
void |
ActionRendererAdapter.processAction(Action action,
StructureSource source)
|
void |
IActionRenderer.processAction(Action action,
StructureSource source)
Process the action with given source object. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |