]> git.argeo.org Git - lgpl/argeo-commons.git/blob - rcp/org.argeo.swt.specific.rcp/src/org/argeo/eclipse/ui/specific/DefaultNLS.java
Asynchronous UUID factory.
[lgpl/argeo-commons.git] / rcp / org.argeo.swt.specific.rcp / src / org / argeo / eclipse / ui / specific / DefaultNLS.java
1 package org.argeo.eclipse.ui.specific;
2
3 /** RCP specific {@link NLS} to be extended */
4 public class DefaultNLS {// extends NLS {
5 // public final static String DEFAULT_BUNDLE_LOCATION = "/properties/plugin";
6 //
7 // public DefaultNLS() {
8 // this(DEFAULT_BUNDLE_LOCATION);
9 // }
10 //
11 // public DefaultNLS(String bundleName) {
12 // NLS.initializeMessages(bundleName, getClass());
13 // }
14 }