List of usage examples for com.google.gwt.gwtai.applet.client Applet interface-usage
From source file com.google.gwt.gwtai.demo.client.CallbackApplet.java
@ImplementingClass(com.google.gwt.gwtai.demo.impl.CallbackAppletImpl.class) @Height("100") @Width("350") @Archive("GwtAI-Core.jar,com.google.gwt.gwtai.demo.GwtAI/GwtAI-Demo.jar") public interface CallbackApplet extends Applet {
From source file com.google.gwt.gwtai.demo.client.CounterApplet.java
/**
* The applet methods that shall be available from GWT are defined in this
* interface. There are also a couple of annotations used to configure how the
* applet is embedded within the page (the applet's dimension and other stuff).
*
* @author Adrian Buerki <a.buerki@gmail.com>
From source file com.google.gwt.gwtai.demo.client.JavaFXApplet.java
/**
* This project demonstrates how to integrate a JavaFX Applet into a
* GWT application using the GwtAi project (http://code.google.com/p/gwtai/).
*
* @author Adrian Buerki <a.buerki@gmail.com>
*/
From source file com.google.gwt.gwtai.demo.client.StopWatchApplet.java
/**
* The applet methods that shall be available from GWT are defined in this
* interface. There are also a couple of annotations used to configure how the
* applet is embedded within the page (the applet's dimension and other stuff).
*
* @author Adrian Buerki <a.buerki@gmail.com>