Révision 2489
tmp/org.txm.concordance.rcp/src/org/txm/concordance/rcp/actions/ViewPropertySelection.java (revision 2489) | ||
---|---|---|
40 | 40 |
import org.txm.searchengine.cqp.corpus.WordProperty; |
41 | 41 |
import org.txm.concordance.rcp.editors.ConcordanceEditor; |
42 | 42 |
import org.txm.rcp.messages.TXMUIMessages; |
43 |
import org.txm.rcp.swt.dialog.ViewPropertySelectionDialog;
|
|
43 |
import org.txm.rcp.swt.dialog.MultiplePropertySelectionDialog;
|
|
44 | 44 |
// TODO: Auto-generated Javadoc |
45 | 45 |
/** |
46 | 46 |
* Action to define the view properties of each column @ author mdecorde. |
... | ... | |
118 | 118 |
break; |
119 | 119 |
} |
120 | 120 |
|
121 |
if (new ViewPropertySelectionDialog(site, availableViewProperties,
|
|
121 |
if (new MultiplePropertySelectionDialog(site, availableViewProperties,
|
|
122 | 122 |
selectedViewProperties).open() == SWT.CANCEL) |
123 | 123 |
return; |
124 | 124 |
|
Formats disponibles : Unified diff