List of usage examples for com.google.gwt.event.dom.client HasMouseMoveHandlers interface-usage
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.bramosystems.oss.player.core.client.AbstractMediaPlayer.java
/**
* Abstract implementation of a media player. It implements the handling
* of MediaStateListeners.
*
* @author Sikiru Braheem
*/
From source file com.edgenius.wiki.gwt.client.widgets.ClickLink.java
/** * @author Dapeng.Ni */ public class ClickLink extends Widget implements HasHTML, HasClickHandlers, HasMouseOverHandlers, HasMouseOutHandlers, HasMouseMoveHandlers { private Element anchorElem;
From source file com.googlecode.gchart.client.GChart.java
/**
* A GChart can represent and display a line chart, a bar chart, a pie chart, an
* area chart, or a chart that contains arbitrary combinations of line, bar,
* pie, and/or area based curves.
*
* <p>
From source file com.hydro4ge.dnd.client.DraggableCircle.java
class DraggableCircle extends Raphael implements HasMouseDownHandlers, HasMouseUpHandlers, HasMouseMoveHandlers, HasMouseOutHandlers { static final private int PADDING = 5; private int radius; public DraggableCircle(int radius) {
From source file com.ikon.frontend.client.panel.center.HorizontalSplitPanelExtended.java
/**
* HorizontalSplitPanelExtended
*
* @author jllort
*
*/
From source file com.ikon.frontend.client.panel.center.VerticalSplitPanelExtended.java
/**
* VerticalSplitPanelExtended
*
* @author jllort
*
*/
From source file com.openkm.frontend.client.panel.center.HorizontalSplitPanelExtended.java
/**
* HorizontalSplitPanelExtended
*
* @author jllort
*
*/
From source file com.openkm.frontend.client.panel.center.VerticalSplitPanelExtended.java
/**
* VerticalSplitPanelExtended
*
* @author jllort
*
*/
From source file de.decidr.modelingtoolbase.client.ui.selection.DragBox.java
/** * The generic drag box. Implements mouse handle interfaces to be draggable. * * @author Johannes Engelhardt */ public class DragBox extends AbsolutePanel