Revision 1685
tmp/org.txm.chartsengine.rcp/src/org/txm/chartsengine/rcp/swt/ChartComposite.java (revision 1685) | ||
---|---|---|
186 | 186 |
public abstract void copyChartViewToClipboard(); |
187 | 187 |
|
188 | 188 |
/** |
189 |
* Requests that component gets the focus thread-safely.
|
|
189 |
* Requests that component to get the focus thread-safely.
|
|
190 | 190 |
*/ |
191 | 191 |
public abstract void requestFocusInComposite(); |
192 | 192 |
|
... | ... | |
196 | 196 |
public abstract void clearChartItemsSelection(); |
197 | 197 |
|
198 | 198 |
/** |
199 |
* Gets the chart. |
|
199 |
* Gets the chart object.
|
|
200 | 200 |
* @return |
201 | 201 |
*/ |
202 | 202 |
public abstract Object getChart(); |
... | ... | |
233 | 233 |
} |
234 | 234 |
} |
235 | 235 |
|
236 |
|
|
237 |
|
|
238 | 236 |
/** |
239 | 237 |
* Checks if the composite AND the chart component have the focus. |
240 | 238 |
* @return |
tmp/org.txm.index.rcp/src/org/txm/index/rcp/editors/IndexEditor.java (revision 1685) | ||
---|---|---|
429 | 429 |
// Register the context menu |
430 | 430 |
TXMEditor.initContextMenu(this.viewer.getTable(), this.getSite(), this.viewer); |
431 | 431 |
|
432 |
|
|
433 | 432 |
setFocus(); |
434 | 433 |
|
435 | 434 |
} |
tmp/org.txm.treetagger.core/src/org/txm/treetagger/core/preferences/TreeTaggerPreferences.java (revision 1685) | ||
---|---|---|
88 | 88 |
// Default preferences if no org.txm.treetagger.core fragment is found |
89 | 89 |
Preferences preferences = this.getDefaultPreferencesNode(); |
90 | 90 |
|
91 |
// FIXME: SJ: became useless since we embed it in fragments? |
|
91 | 92 |
String installPath = "/usr/lib/treetagger"; //"System.getProperty("osgi.user.area") + "/TXM/treetagger"; //$NON-NLS-1$ //$NON-NLS-2$ |
92 | 93 |
if (System.getProperty("os.name").contains("Windows")) { |
93 | 94 |
installPath = "C:/Program Files/TreeTagger"; |
tmp/org.txm.groovy.core/src/java/org/txm/groovy/core/TXMClassLoader.java (revision 1685) | ||
---|---|---|
5 | 5 |
import org.eclipse.osgi.internal.loader.EquinoxClassLoader; |
6 | 6 |
import org.txm.utils.logger.Log; |
7 | 7 |
|
8 |
/** |
|
9 |
* Class loader that looking for a class in all installed RCP Bundle then load it. |
|
10 |
* |
|
11 |
* @author mdecorde |
|
12 |
* |
|
13 |
*/ |
|
8 | 14 |
public class TXMClassLoader extends ClassLoader { |
9 | 15 |
private HashSet<ClassLoader> loaders; |
10 | 16 |
|
Also available in: Unified diff