Uses of Interface
org.eclipse.birt.chart.model.attribute.ActionValue
Packages that use ActionValue
Package
Description
This is a placeholder file for the org.eclipse.birt.chart.computation package.
Contains attribute interface definitions (for fonts, fills, lines, etc) for all chart components that may be
customized via appropriate accessor methods.
Contains attribute core class implementations (for fonts, fills, lines, etc) for all chart components that
may be customized via appropriate accessor methods.
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.
-
Uses of ActionValue in org.eclipse.birt.chart.computation
Methods in org.eclipse.birt.chart.computation that return ActionValueModifier and TypeMethodDescriptionGObjectFactory.copyOf
(ActionValue src) IGObjectFactory.copyOf
(ActionValue src) Methods in org.eclipse.birt.chart.computation with parameters of type ActionValueModifier and TypeMethodDescriptionGObjectFactory.copyOf
(ActionValue src) IGObjectFactory.copyOf
(ActionValue src) GObjectFactory.createAction
(ActionType at, ActionValue av) IGObjectFactory.createAction
(ActionType at, ActionValue av) -
Uses of ActionValue in org.eclipse.birt.chart.model.attribute
Subinterfaces of ActionValue in org.eclipse.birt.chart.model.attributeModifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Accessibility Value'.interface
A representation of the model object 'Call Back Value'.interface
A representation of the model object 'Multi URL Values'.interface
A representation of the model object 'Script Value'.interface
A representation of the model object 'Series Value'.interface
A representation of the model object 'Tooltip Value'.interface
A representation of the model object 'URL Value'.Methods in org.eclipse.birt.chart.model.attribute that return ActionValueModifier and TypeMethodDescriptionActionValue.copyInstance()
AttributeFactory.createActionValue()
Returns a new object of class 'Action Value'. -
Uses of ActionValue in org.eclipse.birt.chart.model.attribute.impl
Classes in org.eclipse.birt.chart.model.attribute.impl that implement ActionValueModifier and TypeClassDescriptionclass
An implementation of the model object 'Accessibility Value'.class
An implementation of the model object ' Action Value'.class
An implementation of the model object 'Call Back Value'.class
An implementation of the model object 'Multi URL Values'.class
An implementation of the model object ' Script Value'.class
An implementation of the model object ' Series Value'.class
An implementation of the model object ' Tooltip Value'.class
An implementation of the model object ' URL Value'.Methods in org.eclipse.birt.chart.model.attribute.impl that return ActionValueModifier and TypeMethodDescriptionActionValueImpl.copyInstance()
A convenient method to get an instance copy.AttributeFactoryImpl.createActionValue()
-
Uses of ActionValue in org.eclipse.birt.chart.model.data
Methods in org.eclipse.birt.chart.model.data that return ActionValueModifier and TypeMethodDescriptionAction.getValue()
Returns the value of the 'Value' containment reference.Methods in org.eclipse.birt.chart.model.data with parameters of type ActionValueModifier and TypeMethodDescriptionvoid
Action.setValue
(ActionValue value) Sets the value of the 'Value
' containment reference. -
Uses of ActionValue in org.eclipse.birt.chart.model.data.impl
Methods in org.eclipse.birt.chart.model.data.impl that return ActionValueMethods in org.eclipse.birt.chart.model.data.impl with parameters of type ActionValueModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChain
ActionImpl.basicSetValue
(ActionValue newValue, org.eclipse.emf.common.notify.NotificationChain msgs) static final Action
ActionImpl.create
(ActionType at, ActionValue av) Returns an instance of an action NOTE: Manually writtenvoid
ActionImpl.setValue
(ActionValue newValue)