org.eclipse.birt.chart.model
Interface IChartModelHelper

All Known Implementing Classes:
ChartModelHelper

public interface IChartModelHelper

This helper class is used to update chart model or return model properties.


Method Summary
 java.util.List<java.lang.String> getBuiltInExtendedProperties()
          Gets built-in extended properties which can't be removed in UI.
 void updateExtendedProperties(org.eclipse.emf.common.util.EList<ExtendedProperty> properties)
          Updates extended properties during model and UI initialization
 

Method Detail

updateExtendedProperties

void updateExtendedProperties(org.eclipse.emf.common.util.EList<ExtendedProperty> properties)
Updates extended properties during model and UI initialization

Parameters:
properties -

getBuiltInExtendedProperties

java.util.List<java.lang.String> getBuiltInExtendedProperties()
Gets built-in extended properties which can't be removed in UI.

Returns:
extended properties which can't be removed in UI


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