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

org.openxma.rwt.launch.InvokeComponent Maven / Gradle / Ivy

The newest version!
package org.openxma.rwt.launch;

import org.eclipse.rwt.lifecycle.IEntryPoint;

/**
 * This class controls all aspects of the application's execution
 * and is contributed through the plugin.xml.
 */
public class InvokeComponent extends OpenxmaLauncher implements IEntryPoint {
			
	/**
	 * 
	 */
	public int createUI() {
		 
		invokeComponent(determineComponentUrl(),null);		
		return 0;
	}    
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy