List of usage examples for com.google.gwt.event.dom.client MouseWheelHandler interface-usage
From source file com.lushprojects.circuitjs1.client.CirSim.java
public class CirSim implements MouseDownHandler, MouseMoveHandler, MouseUpHandler, ClickHandler, DoubleClickHandler, ContextMenuHandler, NativePreviewHandler, MouseOutHandler, MouseWheelHandler { Random random; public static final int sourceRadius = 7;
From source file com.lushprojects.circuitjs1.client.element.passive.PotElm.java
public class PotElm extends CircuitElm implements Command, MouseWheelHandler { double position, maxResistance, resistance1, resistance2; double current1, current2, current3; double curcount1, curcount2, curcount3; Scrollbar slider; Label label;
From source file com.lushprojects.circuitjs1.client.element.source.VarRailElm.java
public class VarRailElm extends RailElm implements MouseWheelHandler { Scrollbar slider; Label label; String sliderText; public VarRailElm(int xx, int yy) {
From source file com.lushprojects.circuitjs1.client.gui.Scrollbar.java
public class Scrollbar extends Composite implements ClickHandler, MouseDownHandler, MouseMoveHandler, MouseUpHandler, MouseOutHandler, MouseOverHandler, MouseWheelHandler { public static int HORIZONTAL = 1; static int HMARGIN = 2; static int SCROLLHEIGHT = 14;
From source file com.lushprojects.circuitjs1.client.gui.ScrollValuePopup.java
public class ScrollValuePopup extends PopupPanel implements MouseOutHandler, MouseWheelHandler, MouseDownHandler { static final double e12[] = { 1.0, 1.2, 1.5, 1.8, 2.2, 2.7, 3.3, 3.9, 4.7, 5.6, 6.8, 8.2 }; static final int labMax = 5; double values[]; int minpow = 0;
From source file com.lushprojects.circuitjs1.client.PotElm.java
class PotElm extends CircuitElm implements Command, MouseWheelHandler { double position, maxResistance, resistance1, resistance2; double current1, current2, current3; double curcount1, curcount2, curcount3; Scrollbar slider; Label label;
From source file com.lushprojects.circuitjs1.client.Scrollbar.java
public class Scrollbar extends Composite implements ClickHandler, MouseDownHandler, MouseMoveHandler, MouseUpHandler, MouseOutHandler, MouseOverHandler, MouseWheelHandler, TouchStartHandler, TouchCancelHandler, TouchEndHandler, TouchMoveHandler { static int HORIZONTAL = 1; static int HMARGIN = 2;
From source file com.lushprojects.circuitjs1.client.ScrollValuePopup.java
public class ScrollValuePopup extends PopupPanel implements MouseOutHandler, MouseWheelHandler, MouseDownHandler { static final double e12[] = { 1.0, 1.2, 1.5, 1.8, 2.2, 2.7, 3.3, 3.9, 4.7, 5.6, 6.8, 8.2 }; static final int labMax = 5; double values[]; int minpow = 0;
From source file com.lushprojects.circuitjs1.client.VarRailElm.java
class VarRailElm extends RailElm implements MouseWheelHandler { Scrollbar slider; Label label; String sliderText; public VarRailElm(int xx, int yy) {
From source file com.moesol.gwt.maps.client.graphics.IToolEventHandler.java
public abstract class IToolEventHandler implements MouseMoveHandler, MouseDownHandler, MouseUpHandler, MouseWheelHandler, KeyUpHandler { }