Example usage for com.google.gwt.user.client.ui SourcesMouseEvents interface-usage

List of usage examples for com.google.gwt.user.client.ui SourcesMouseEvents interface-usage

Introduction

In this page you can find the example usage for com.google.gwt.user.client.ui SourcesMouseEvents interface-usage.

Usage

From source file asquare.gwt.tkdemo.client.ui.behavior.LegacyMouseController.java

/**
 * A controller to drive legacy GWT mouse event listeners. 
 */
public class LegacyMouseController extends ControllerAdaptor implements SourcesMouseEvents {
    private final MouseListenerCollection m_mouseListeners = new MouseListenerCollection();

From source file asquare.gwt.tkdemo.client.ui.LegacyMouseWidget.java

/**
 * A widget which supports GWT mouse listeners via a
 * {@link asquare.gwt.tk.client.ui.behavior.Controller Controller}
 * implementation.
 * 
 * @see LegacyMouseController

From source file com.apress.progwt.client.college.gui.ext.FocusPanelExt.java

/**
 * FocusPanel gives us no good way to see if the ctrl key was down, or do
 * double clicks.
 * 
 * 
 * Stores the ctrl key for before the event goes by and delays clickEvents

From source file com.apress.progwt.client.college.gui.ExternalLink.java

public class ExternalLink extends FocusWidget implements HasHTML, SourcesClickEvents, SourcesMouseEvents {

    private static native String urlEncode(String str)
    /*-{
    return escape( str );
    }-*/;

From source file com.google.appinventor.client.editor.simple.components.MockComponent.java

/**
 * Abstract superclass for all components in the visual designer.
 *
 * <p>Since the actual component implementation are for a target platform
 * that is different from the platform used to implement the development
 * environment, we need to mock them.

From source file com.gwt.components.client.Canvas.java

public class Canvas extends FocusWidget implements SourcesMouseEvents, SourcesMouseWheelEvents {

    public static class DrawingStyle extends JavaScriptObject {
        protected DrawingStyle() {
            super();
        }

From source file com.gwtsite.dnd.client.Book.java

public class Book extends Composite implements SourcesMouseEvents {

    private String title;
    private String imgUrl;
    private BigDecimal price;
    private Image bookImage;

From source file com.ics.tcg.web.workflow.client.EditableLabel.java

/**
 * Editable Label class, funcionality displays a Label UI 
 * Element until clicked on, then if element is set to be 
 * editable (default) then an editable area and Buttons are 
 * displayed instead.
 *

From source file com.sun.labs.aura.music.wsitm.client.ui.widget.RightMenuWidget.java

/**
 *
 * @author mailletf
 */
//public class RightMenuWidget <T extends Widget> extends AnimatedComposite
public class RightMenuWidget<T extends Widget> extends Composite implements SourcesMouseEvents {

From source file com.totsp.gwittir.client.fx.ui.ReflectedImage.java

/**
 *
 * @author <a href="mailto:cooper@screaming-penguin.com">Robert "kebernet" Cooper</a>
 */
public class ReflectedImage extends AbstractBoundWidget<String> implements SourcesMouseEvents {
    private Image base;