List of usage examples for java.awt.event MouseMotionListener interface-usage
From source file com.hexidec.ekit.component.RelativeImageView.java
/**
* @author <a href="mailto:jal@grimor.com">Frits Jalvingh</a>
* @version 1.0
*
* This code was modeled after an artice on
* <a href="http://www.javaworld.com/javaworld/javatips/jw-javatip109.html">
From source file net.sf.firemox.clickable.target.card.VirtualCard.java
/** * @author <a href="mailto:fabdouglas@users.sourceforge.net">Fabrice Daugan </a> * @since 0.80 */ public class VirtualCard extends JComponent implements MouseListener, Tappable, Reversable, MouseMotionListener {
From source file com.jcraft.weirdx.DDXWindowImpSwing.java
class DDXWindowImpSwing extends JPanel implements DDXWindow, MouseListener, MouseMotionListener { static Log LOG = LogFactory.getLog(DDXWindowImpSwing.class); static boolean clck_toggle = false; private static final byte s = 0; // start private static final byte sp = 1; // press
From source file org.eurocarbdb.application.glycoworkbench.plugin.SpectraPanel.java
public class SpectraPanel extends DocumentPanel<SpectraDocument> implements ActionListener, MouseListener, MouseMotionListener { public interface SelectionChangeListener { public void selectionChanged(SelectionChangeEvent e); }
From source file com.jcraft.weirdx.DDXWindowImp.java
@SuppressWarnings("serial") class DDXWindowImp extends Panel implements DDXWindow, MouseListener, MouseMotionListener { private static Log LOG = LogFactory.getLog(DDXWindowImp.class); static boolean clck_toggle = false; private static final byte s = 0; // start
From source file VASSAL.build.module.map.LOS_Thread.java
/**
* A class that allows the user to draw a straight line on a Map (LOS
* = Line Of Sight). No automatic detection of obstacles is
* performed; the user must simply observe the thread against the
* image of the map. However, if the user clicks on a board with a
* {@link Map Grid}, the thread may snap to the grid and report the
From source file game.Clue.ClueGameUI.java
/** * * @author Mario */ public class ClueGameUI extends javax.swing.JFrame implements MouseMotionListener, MouseListener {
From source file base.BasePlayer.ClusterTable.java
public class ClusterTable extends JPanel implements MouseMotionListener, MouseListener, MouseWheelListener { private static final long serialVersionUID = 1L; BufferedImage bufImage; ListSorter sorter = new ListSorter(); int rowHeight = 15, geneheaderlength = 0;
From source file org.rdv.ui.TimeSlider.java
/**
* A component that lets the user select a specific time or time range between a
* bounded time interval by sliding knobs along a timeline. It also allows one
* to display an event indicator at a specific time in the time line.
*
* @author Jason P. Hanley
From source file org.eurocarbdb.application.glycoworkbench.plugin.reporting.AnnotationReportCanvas.java
public class AnnotationReportCanvas extends JComponent implements SVGUtils.Renderable, BaseDocument.DocumentChangeListener, MouseListener, MouseMotionListener, Printable { public interface SelectionChangeListener { public void selectionChanged(SelectionChangeEvent e); }