Révision 764

tmp/org.txm.core/src/java/org/txm/core/results/TXMResult.java (revision 764)
60 60
 */
61 61
public abstract class TXMResult implements Cloneable, IProgressMonitor, Comparable<TXMResult> {
62 62

  
63

  
64
	public static final DateFormat ID_TIME_FORMAT = new SimpleDateFormat("YYYYMMdd-HHmmssSSS");
63
	public static final DateFormat ID_TIME_FORMAT = new SimpleDateFormat("YYYYMMdd_HHmmssSSS");
65 64
	public static final Pattern FILE_NAME_PATTERN = Pattern.compile("[^a-zA-Z0-9\\.-]+"); //$NON-NLS-1$
66 65
	public static final String UNDERSCORE = "_";
67 66

  
tmp/org.txm.chartsengine.rcp/src/org/txm/chartsengine/rcp/editors/ChartEditor.java (revision 764)
119 119

  
120 120
		// Advanced tool bar
121 121
		//this.advancedToolBarComposite = new Composite(parent, SWT.NONE);
122
		Group group = this.topToolBar.installGroup("Rendering parameters", "Show/Hide rendering parameters", "platform:/plugin/org.txm.chartsengine.rcp/icons/show_rendering_parameters.png", false);
122
		Group group = this.topToolBar.installGroup("Rendering", "Show/Hide rendering parameters", "platform:/plugin/org.txm.chartsengine.rcp/icons/show_rendering_parameters.png", false);
123 123
		this.advancedChartToolBar = new AdvancedChartEditorToolBar(this, group, this.getParametersGroupsComposite(), SWT.FLAT);
124 124
		//this.advancedChartToolBar.setBackground(parent.getDisplay().getSystemColor(SWT.COLOR_WHITE));
125 125
//		this.advancedToolBarComposite.pack(true);
tmp/org.txm.rcp/src/main/java/org/txm/rcp/editors/TXMEditor.java (revision 764)
77 77
	 */
78 78
	public final static String TOP_TOOLBAR_ID = "TXMEditorTopToolBar"; //$NON-NLS-1$
79 79
	public final static String BOTTOM_TOOLBAR_ID = "TXMEditorBottomToolBar"; //$NON-NLS-1$
80
	public final static String COMPUTING_PARAMETERS_GROUP_ID = "Computing parameters";
80
	public final static String COMPUTING_PARAMETERS_GROUP_ID = "Parameters";
81 81
	
82 82
	/**
83 83
	 * The editor main tool bar, positioned at the top of the editor.
84 84
	 */
85 85
	protected TXMEditorToolBar topToolBar;
86 86

  
87
	/**
88
	 * The main panel containing the displayed result
89
	 */
87 90
	protected Composite resultArea;
88 91

  
89 92
	/**

Formats disponibles : Unified diff