List of usage examples for com.google.gwt.event.dom.client MouseMoveHandler interface-usage
From source file at.ait.dme.yuma.client.image.shape.handler.ShapeMouseListenerAdapter.java
/** * base class for shape mouse listeners * * @author Christian Sadilek */ public abstract class ShapeMouseListenerAdapter implements MouseDownHandler, MouseMoveHandler {
From source file at.ait.dme.yuma.suite.apps.image.core.shared.shape.handler.ShapeMouseListenerAdapter.java
/** * base class for shape mouse listeners * * @author Christian Sadilek */ public abstract class ShapeMouseListenerAdapter implements MouseDownHandler, MouseMoveHandler {
From source file com.alkacon.geranium.client.ui.AreaSelectPanel.java
/** * Select area widget. Allows the user to select an area inside the widget.<p> */ public class AreaSelectPanel extends Composite implements HasWidgets, IndexedPanel, HasValueChangeHandlers<PositionBean>, HasMouseDownHandlers, HasMouseUpHandlers, HasClickHandlers, HasMouseMoveHandlers, MouseDownHandler, MouseUpHandler, MouseMoveHandler {
From source file com.alkacon.geranium.client.util.ToolTipHandler.java
/** * A tool-tip handler. Allowing to show any HTML as a tool-tip on mouse over.<p> */ public class ToolTipHandler implements MouseOverHandler, MouseMoveHandler, MouseOutHandler { /** The default tool-tip left offset. */
From source file com.allen_sauer.gwt.dnd.client.MouseDragHandler.java
/** * Implementation helper class which handles mouse events for all draggable widgets for a given * {@link DragController}. */ class MouseDragHandler implements MouseMoveHandler, MouseDownHandler, MouseUpHandler, TouchStartHandler, TouchMoveHandler, TouchEndHandler, TouchCancelHandler {
From source file com.appkit.interactions.client.dnd.MouseDragHandler.java
/** * Implementation helper class which handles mouse events for all draggable widgets for a given * {@link com.appkit.interactions.client.dnd.DragController}. */ class MouseDragHandler implements MouseMoveHandler, MouseDownHandler, MouseUpHandler, TouchStartHandler, TouchMoveHandler, TouchEndHandler, TouchCancelHandler {
From source file com.edgenius.wiki.gwt.client.widgets.DialogBox.java
/**
*
* This class override code from gwt.DialogBox to lightbox style DialogBox when calling showbox()/hidebox() method.
*
* Another reason don't extends from gwt DialogBox directly is Caption need more complex element. This box support
* Icon, Text and Close Button.
From source file com.fullmetalgalaxy.client.game.board.WgtBoardBase.java
/** * @author Vincent Legendre * */ public abstract class WgtBoardBase extends FocusPanel implements ScrollListener, MouseDownHandler, MouseUpHandler, MouseOverHandler, MouseMoveHandler,
From source file com.fullmetalgalaxy.client.widget.WgtScroll.java
/** * @author Vincent Legendre * */ public class WgtScroll extends Composite implements SourcesScrollEvents, MouseDownHandler, MouseMoveHandler, MouseUpHandler, MouseOutHandler,
From source file com.github.a2g.core.platforms.html4.mouse.InventoryItemMouseOverHandler.java
public class InventoryItemMouseOverHandler implements MouseMoveHandler { private final EventBus bus; private final String textualId; private final int code; private final InternalAPI api;