Uses of Interface
org.eclipse.birt.chart.model.attribute.ActionValue

Packages that use ActionValue
org.eclipse.birt.chart.model.attribute Contains attribute interface definitions (for fonts, fills, lines, etc) for all chart components that may be customized via appropriate accessor methods. 
org.eclipse.birt.chart.model.attribute.impl Contains attribute core class implementations (for fonts, fills, lines, etc) for all chart components that may be customized via appropriate accessor methods. 
org.eclipse.birt.chart.model.attribute.util This is a placeholder file for the org.eclipse.birt.chart.model.attribute.util package. 
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 ActionValue in org.eclipse.birt.chart.model.attribute
 

Subinterfaces of ActionValue in org.eclipse.birt.chart.model.attribute
 interface AccessibilityValue
           A representation of the model object 'Accessibility Value'.
 interface CallBackValue
           A representation of the model object 'Call Back Value'.
 interface ScriptValue
           A representation of the model object 'Script Value'.
 interface SeriesValue
           A representation of the model object 'Series Value'.
 interface TooltipValue
           A representation of the model object 'Tooltip Value'.
 interface URLValue
           A representation of the model object 'URL Value'.
 

Methods in org.eclipse.birt.chart.model.attribute that return ActionValue
 ActionValue 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 ActionValue
 class AccessibilityValueImpl
           An implementation of the model object 'Accessibility Value'.
 class ActionValueImpl
           An implementation of the model object ' Action Value'.
 class CallBackValueImpl
           An implementation of the model object 'Call Back Value'.
 class ScriptValueImpl
           An implementation of the model object ' Script Value'.
 class SeriesValueImpl
           An implementation of the model object ' Series Value'.
 class TooltipValueImpl
           An implementation of the model object ' Tooltip Value'.
 class URLValueImpl
           An implementation of the model object ' URL Value'.
 

Methods in org.eclipse.birt.chart.model.attribute.impl that return ActionValue
 ActionValue AttributeFactoryImpl.createActionValue()
           
 

Uses of ActionValue in org.eclipse.birt.chart.model.attribute.util
 

Methods in org.eclipse.birt.chart.model.attribute.util with parameters of type ActionValue
 java.lang.Object AttributeSwitch.caseActionValue(ActionValue object)
          Returns the result of interpretting the object as an instance of 'Action Value'.
 boolean AttributeValidator.validateActionValue(ActionValue actionValue, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 

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

Methods in org.eclipse.birt.chart.model.data that return ActionValue
 ActionValue Action.getValue()
          Returns the value of the 'Value' containment reference.
 

Methods in org.eclipse.birt.chart.model.data with parameters of type ActionValue
 void 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 ActionValue
 ActionValue ActionImpl.getValue()
           
 

Methods in org.eclipse.birt.chart.model.data.impl with parameters of type ActionValue
 org.eclipse.emf.common.notify.NotificationChain ActionImpl.basicSetValue(ActionValue newValue, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void ActionImpl.setValue(ActionValue newValue)
           
static Action ActionImpl.create(ActionType at, ActionValue av)
          Returns an instance of an action NOTE: Manually written
 



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