Révision 1874

tmp/org.txm.chartsengine.core/src/org/txm/chartsengine/core/ChartsEngine.java (revision 1874)
16 16
import org.txm.chartsengine.core.results.ChartResult;
17 17
import org.txm.core.engines.Engine;
18 18
import org.txm.core.engines.EngineType;
19
import org.txm.core.preferences.TBXPreferences;
20 19
import org.txm.core.preferences.TXMPreferences;
21 20
import org.txm.core.results.TXMResult;
22
import org.txm.objects.Project;
23 21
import org.txm.utils.logger.Log;
24 22

  
25 23

  
......
71 69
	/**
72 70
	 * UI related, this preference can be used to tell if the chart must be updated directly after editing a widget value or only after pressed a "Compute" button.
73 71
	 */
74
	//FIXME: this preference is not used at this time, see if it's useless or not.
72
	//FIXME: SJ: this preference is not used at this time, see if it's useless or not.
75 73
	protected boolean directComputing; 
76 74

  
77 75
	
......
90 88
		this.description = description;
91 89
		this.outputFormat = outputFormat;
92 90
		this.theme = new Theme();
93
		//FIXME: this preference is not used at this time, see if it's useless or not.
91
		//FIXME: SJ: this preference is not used at this time, see if it's useless or not.
94 92
		this.directComputing = true;
95 93
	}
96 94

  
......
594 592
	}
595 593
	
596 594
	public String getDetails() {
597
		return this.getClass()+ " "+this.toString();
595
		return this.getClass()+ " "+ this.toString() + " - is Running = " + this.isRunning();
598 596
	}
599 597
}

Formats disponibles : Unified diff