org.eclipse.birt.chart.ui.swt.interfaces
Interface ISeriesUIProvider


public interface ISeriesUIProvider

Author:
Actuate Corporation

Method Summary
 Composite getSeriesAttributeSheet(Composite parent, Series series)
          Deprecated. use getSeriesAttributeSheet( Composite parent, Series series, IUIServiceProvider builder, Object oContext )
 Composite getSeriesAttributeSheet(Composite parent, Series series, org.eclipse.birt.chart.ui.swt.wizard.ChartWizardContext context)
          Fetches the composite used to set attribute properties for a series.
 java.lang.String getSeriesClass()
          Fetches the class of the series for which this class provides services
 ISelectDataComponent getSeriesDataComponent(int seriesType, SeriesDefinition seriesDefn, org.eclipse.birt.chart.ui.swt.wizard.ChartWizardContext context, java.lang.String sTitle)
           
 Composite getSeriesDataSheet(Composite parent, SeriesDefinition seriesdefinition, IUIServiceProvider builder, java.lang.Object oContext)
          Deprecated.  
 

Method Detail

getSeriesAttributeSheet

public Composite getSeriesAttributeSheet(Composite parent,
                                         Series series)
Deprecated. use getSeriesAttributeSheet( Composite parent, Series series, IUIServiceProvider builder, Object oContext )

Fetches the composite used to set attribute properties for a series.

Parameters:
parent - container for the series attribute composite series the series for which this attribute composite is being provided
Returns:
the series attribute composite

getSeriesAttributeSheet

public Composite getSeriesAttributeSheet(Composite parent,
                                         Series series,
                                         org.eclipse.birt.chart.ui.swt.wizard.ChartWizardContext context)
Fetches the composite used to set attribute properties for a series.

Parameters:
parent - container for the series attribute composite series the series for which this attribute composite is being provided
Returns:
the series attribute composite
Since:
2.1

getSeriesDataSheet

public Composite getSeriesDataSheet(Composite parent,
                                    SeriesDefinition seriesdefinition,
                                    IUIServiceProvider builder,
                                    java.lang.Object oContext)
Deprecated.  

Fetches the composite used to set data properties for a series.

Parameters:
parent - container for the series data composite series the series for which this data composite is being provided
Returns:
the series data composite
See Also:
getSeriesDataComponent(int, SeriesDefinition, ChartWizardContext, String)

getSeriesClass

public java.lang.String getSeriesClass()
Fetches the class of the series for which this class provides services

Returns:
the fully qualified class name of the series class in the model. (This class has to extend the org.eclipse.birt.chart.model.component.Series interface.)

getSeriesDataComponent

public ISelectDataComponent getSeriesDataComponent(int seriesType,
                                                   SeriesDefinition seriesDefn,
                                                   org.eclipse.birt.chart.ui.swt.wizard.ChartWizardContext context,
                                                   java.lang.String sTitle)


Copyright © 2005 Actuate Corp. All rights reserved.