Package | Description |
---|---|
org.eclipse.birt.chart.computation |
This is a placeholder file for the org.eclipse.birt.chart.computation package.
|
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.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.render |
Contains classes that represent the core plot rendering framework.
|
Modifier and Type | Method and Description |
---|---|
Action |
IGObjectFactory.copyOf(Action src) |
Action |
GObjectFactory.copyOf(Action src) |
Action |
IGObjectFactory.createAction(ActionType at,
ActionValue av) |
Action |
GObjectFactory.createAction(ActionType at,
ActionValue av) |
Modifier and Type | Method and Description |
---|---|
Action |
IGObjectFactory.copyOf(Action src) |
Action |
GObjectFactory.copyOf(Action src) |
Trigger |
IGObjectFactory.createTrigger(TriggerCondition tc,
Action a) |
Trigger |
GObjectFactory.createTrigger(TriggerCondition tc,
Action a) |
Modifier and Type | Method and Description |
---|---|
Action |
InteractionEvent.getAction(TriggerCondition tc) |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
IActionEvaluator.getActionExpressions(Action action,
StructureSource source)
Returns the expressions contained in the action.
|
java.lang.String[] |
ActionEvaluatorAdapter.getActionExpressions(Action action,
StructureSource source) |
Modifier and Type | Interface and Description |
---|---|
interface |
MultipleActions
A representation of the model object 'Multiple Actions'.
|
Modifier and Type | Method and Description |
---|---|
Action |
Action.copyInstance() |
Action |
DataFactory.createAction()
Returns a new object of class 'Action'.
|
Action |
Trigger.getAction()
Returns the value of the 'Action' containment reference.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Action> |
MultipleActions.getActions()
Returns the value of the 'Actions' containment reference list.
|
Modifier and Type | Method and Description |
---|---|
void |
Trigger.setAction(Action value)
Sets the value of the '
Action ' containment reference. |
Modifier and Type | Class and Description |
---|---|
class |
ActionImpl
An implementation of the model object '
Action'.
|
class |
MultipleActionsImpl
An implementation of the model object 'Multiple Actions'.
|
Modifier and Type | Method and Description |
---|---|
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
|
Action |
DataFactoryImpl.createAction() |
Action |
TriggerImpl.getAction() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Action> |
MultipleActionsImpl.getActions() |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
void |
IActionRenderer.processAction(Action action,
StructureSource source)
Deprecated.
|
void |
ActionRendererAdapter.processAction(Action action,
StructureSource source) |
void |
IActionRenderer.processAction(Action action,
StructureSource source,
RunTimeContext rtc)
Process the action with given source object.
|
void |
ActionRendererAdapter.processAction(Action action,
StructureSource source,
RunTimeContext rtc) |
Copyright © 2005-2008 Actuate Corp. All rights reserved.