Uses of Class
org.eclipse.birt.chart.model.attribute.ActionType

Packages that use ActionType
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. 
org.eclipse.birt.chart.render Contains classes that represent the core plot rendering framework. 
org.eclipse.birt.chart.util Provides miscellaneous classes associated with data types and extension lookup services. 
 

Uses of ActionType in org.eclipse.birt.chart.model.attribute
 

Fields in org.eclipse.birt.chart.model.attribute declared as ActionType
static ActionType ActionType.CALL_BACK_LITERAL
          The 'Call Back' literal object.
static ActionType ActionType.HIGHLIGHT_LITERAL
          The 'Highlight' literal object.
static ActionType ActionType.INVOKE_SCRIPT_LITERAL
          The 'Invoke Script' literal object.
static ActionType ActionType.SHOW_TOOLTIP_LITERAL
          The 'Show Tooltip' literal object.
static ActionType ActionType.TOGGLE_DATA_POINT_VISIBILITY_LITERAL
          The 'Toggle Data Point Visibility' literal object.
static ActionType ActionType.TOGGLE_VISIBILITY_LITERAL
          The 'Toggle Visibility' literal object.
static ActionType ActionType.URL_REDIRECT_LITERAL
          The 'URL Redirect' literal object.
 

Methods in org.eclipse.birt.chart.model.attribute that return ActionType
static ActionType ActionType.get(int value)
          Returns the 'Action Type' literal with the specified integer value.
static ActionType ActionType.get(java.lang.String literal)
          Returns the 'Action Type' literal with the specified literal value.
static ActionType ActionType.getByName(java.lang.String name)
          Returns the 'Action Type' literal with the specified name.
 

Uses of ActionType in org.eclipse.birt.chart.model.attribute.impl
 

Methods in org.eclipse.birt.chart.model.attribute.impl that return ActionType
 ActionType AttributeFactoryImpl.createActionTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 ActionType AttributeFactoryImpl.createActionTypeObjectFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 

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

Methods in org.eclipse.birt.chart.model.attribute.util with parameters of type ActionType
 boolean AttributeValidator.validateActionType(ActionType actionType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean AttributeValidator.validateActionTypeObject(ActionType actionTypeObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 

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

Methods in org.eclipse.birt.chart.model.data that return ActionType
 ActionType Action.getType()
          Returns the value of the 'Type' attribute.
 

Methods in org.eclipse.birt.chart.model.data with parameters of type ActionType
 void Action.setType(ActionType value)
          Sets the value of the 'Type' attribute.
 

Uses of ActionType in org.eclipse.birt.chart.model.data.impl
 

Methods in org.eclipse.birt.chart.model.data.impl that return ActionType
 ActionType ActionImpl.getType()
           
 

Methods in org.eclipse.birt.chart.model.data.impl with parameters of type ActionType
static Action ActionImpl.create(ActionType at, ActionValue av)
          Returns an instance of an action NOTE: Manually written
 void ActionImpl.setType(ActionType newType)
           
 

Uses of ActionType in org.eclipse.birt.chart.render
 

Methods in org.eclipse.birt.chart.render with parameters of type ActionType
 boolean InteractiveRenderer.registerAction(StructureSource target, ActionType type)
          Register a chart element with an interactive action
 void InteractiveRenderer.unregisterAction(StructureSource target, ActionType type)
           
 

Uses of ActionType in org.eclipse.birt.chart.util
 

Methods in org.eclipse.birt.chart.util with parameters of type ActionType
 boolean TriggerSupportMatrix.check(TriggerCondition condition, ActionType actionType)
          Checks the trigger combination of condition and action type is supported in current renderer.
 



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