All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.eclipse.birt.report.resource.ViewerResourceHandle Maven / Gradle / Ivy

There is a newer version: 4.5.0
Show newest version

package org.eclipse.birt.report.resource;

import java.util.Locale;

import org.eclipse.birt.core.i18n.ResourceHandle;

public class ViewerResourceHandle extends ResourceHandle
{

	/**
	 * Constructs the resource handle with a specific resource bundle, which is
	 * associated with locale.
	 * 
	 * @param locale
	 *            the locale of ULocale type
	 */

	public ViewerResourceHandle( Locale locale )
	{
		super( locale );
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy