Révision 375

tmp/org.txm.rcp/src/main/java/org/txm/rcp/views/cmdparameters/ParametersView.java (revision 375)
36 36
import org.eclipse.ui.PlatformUI;
37 37
import org.eclipse.ui.part.EditorPart;
38 38
import org.eclipse.ui.part.ViewPart;
39
import org.txm.concordance.rcp.editors.ConcordanceEditor;
39 40
import org.txm.cooccurrence.rcp.editors.CooccurrencesEditor;
40 41
import org.txm.index.rcp.editors.IndexEditor;
41 42
import org.txm.rcp.commands.editor.CustomizableEditor;
42
import org.txm.rcp.editors.concordances.ConcordancesEditor;
43 43
//import org.txm.rcp.editors.referencer.ReferencerEditor;
44 44
// TODO: Auto-generated Javadoc
45 45
/**
......
96 96
		//			buffer.append("\neditor desactivated: "+desactivated.getTitle());
97 97
		//		if (opened != null)
98 98
		//			buffer.append("\neditor opened: "+opened.getTitle());
99
		if (editor instanceof ConcordancesEditor) {
99
		if (editor instanceof ConcordanceEditor) {
100 100
			currentEditorLabel.setText("Concordances "+editor.getTitle()+":\n\tquery\n\tproperty\n\tsort\n\t...");
101 101
		} else if (editor instanceof IndexEditor) {
102 102
			currentEditorLabel.setText("Index "+editor.getTitle()+":\n\tquery\n\tproperty\n\tsort\n\t...");

Formats disponibles : Unified diff