Révision 640

tmp/org.txm.chartsengine.rcp/src/org/txm/chartsengine/rcp/swt/AdvancedChartEditorToolBar.java (revision 640)
164 164
		
165 165
//		if(contributions.length > 1)	{
166 166
			final Combo chartTypeCombo = new Combo(this, SWT.READ_ONLY);
167
			ArrayList<ChartCreator> chartCreators = this.chartEditorPart.getSWTChartsComponentsProvider().getChartsEngine().getChartCreators(this.chartEditorPart.getResult());
167
			
168
			ArrayList<ChartCreator> chartCreators = new ArrayList<ChartCreator>();
169
			for (int i = 0; i < ChartsEngine.getChartsEngines().size(); i++) {
170
				chartCreators.addAll(ChartsEngine.getChartsEngines().get(i).getChartCreators(this.chartEditorPart.getResult()));	
171
			}
172
			
173
			
168 174
			String chartTypes[] = new String[chartCreators.size()];
169 175
			int currentChartTypeIndex = 0;
170 176
			for(int i = 0; i < chartCreators.size(); i++) {

Formats disponibles : Unified diff