Révision 3593
TXM/trunk/org.txm.rcp/src/main/java/org/txm/rcp/handlers/export/ImportCommand.java (revision 3593) | ||
---|---|---|
143 | 143 |
|
144 | 144 |
@Override |
145 | 145 |
protected IStatus run(IProgressMonitor monitor) { |
146 |
this.runInit(monitor); |
|
147 |
JobsTimer.start(); |
|
146 | 148 |
|
147 | 149 |
for (File parametersFile: fileToProperties.keySet()) { |
148 | 150 |
TXMResult importedResult = null; |
TXM/trunk/org.txm.rcp/src/main/java/org/txm/rcp/handlers/export/ExportResultData.java (revision 3593) | ||
---|---|---|
136 | 136 |
try { |
137 | 137 |
|
138 | 138 |
this.runInit(subMonitor); |
139 |
JobsTimer.start(); |
|
139 | 140 |
|
140 | 141 |
if (s instanceof TXMResult) { |
141 | 142 |
TXMResult r = (TXMResult) s; |
TXM/trunk/org.txm.rcp/src/main/java/org/txm/rcp/handlers/export/ImportResultParameter.java (revision 3593) | ||
---|---|---|
116 | 116 |
protected IStatus run(IProgressMonitor monitor) { |
117 | 117 |
try { |
118 | 118 |
this.runInit(monitor); |
119 |
JobsTimer.start(); |
|
119 | 120 |
monitor.beginTask(TXMUIMessages.exporting, 100); |
120 | 121 |
|
121 | 122 |
TXMResult parent = (TXMResult) s; |
TXM/trunk/org.txm.rcp/src/main/java/org/txm/rcp/handlers/export/ExportCommand.java (revision 3593) | ||
---|---|---|
106 | 106 |
// convert the monitor into sub-monitor |
107 | 107 |
SubMonitor subMonitor = SubMonitor.convert(monitor, TXMUIMessages.exporting, 100); |
108 | 108 |
this.runInit(subMonitor); |
109 |
JobsTimer.start(); |
|
109 | 110 |
|
110 | 111 |
try { |
111 | 112 |
|
Formats disponibles : Unified diff