Example usage for java.awt.event MouseMotionListener interface-usage

List of usage examples for java.awt.event MouseMotionListener interface-usage

Introduction

In this page you can find the example usage for java.awt.event MouseMotionListener interface-usage.

Usage

From source file edu.ucla.stat.SOCR.analyses.gui.NormalPower.java

public class NormalPower extends Analysis implements MouseListener, ActionListener, KeyListener, AdjustmentListener,
        MouseMotionListener, PropertyChangeListener {

    //public JTabbedPane tabbedPanelContainer;
    private JToolBar toolBar;
    private Frame frame;

From source file org.earthtime.UPb_Redux.dateInterpretation.WeightedMeanGraphPanel.java

/**
 *
 * @author James F. Bowring
 */
public class WeightedMeanGraphPanel extends JPanel
        implements MouseListener, MouseMotionListener, PlottingDetailsDisplayInterface {

From source file org.photovault.swingui.PhotoCollectionThumbView.java

/**
   This class implements the default thumbnail view for photo
   collections. Some of the planned features include:
       
   <ul> <li> Either vertically or horizontally scrollable view with
   multiple columns </li>

From source file com.igormaznitsa.jhexed.swing.editor.ui.MainForm.java

public class MainForm extends javax.swing.JFrame implements MouseListener, MouseMotionListener, MouseWheelListener,
        HexMapPanelListener, InsideApplicationBus.AppBusListener, ApplicationContext {

    private static final long serialVersionUID = 3235266727080222251L;

    private static final String[] INTERNAL_PLUGINS = new String[] { "ClearValueOnLayer", "CalcNumberOverBase",

From source file ded.ui.DiagramController.java

/** Widget to display and edit a diagram. */
public class DiagramController extends JPanel
        implements MouseListener, MouseMotionListener, KeyListener, ComponentListener, FocusListener {
    // ------------- constants ---------------
    private static final long serialVersionUID = 1266678840598864303L;

From source file SwingGlassExample.java

class FixedGlassPane extends JPanel implements MouseListener, MouseMotionListener, FocusListener {
    // helpers for redispatch logic
    Toolkit toolkit;

    JMenuBar menuBar;

From source file corelyzer.ui.CorelyzerGLCanvas.java

/**
 * A container class that holds handles to the GLCanvas object, index to the
 * canvas id in the SceneGraph. It also handles input events from users when
 * direct interaction occurs (e.g. mouse clicks, dragging, etc.) This also
 * captures events for GLEvents (e.g. drawing).
 */

From source file org.tsho.dmc2.core.chart.jfree.DmcChartPanel.java

/**
 * A Swing GUI component for displaying a {@link JFreeChart}.
 * <P>
 * The panel registers with the chart to receive notification of changes to any component of the
 * chart.  The chart is redrawn automatically whenever this notification is received.
 *

From source file SortableTable.java

/**
 * Captures mouse clicks on a table header, with the intention of triggering a sort.  Adapted from
 * code by Nabuo Tamemasa posted on http://www.codeguru.com.
 *
 * @author Nabuo Tamemasa
 */

From source file com.sshtools.sshterm.SshTerminalPanel.java

public class SshTerminalPanel extends SshToolsApplicationClientPanel
        implements ActionListener, ClipboardOwner, TerminalListener, MouseMotionListener
/*, MouseWheelListener*/ {
    // Preferenc names

    public final static String PREF_SHIFT_GEOMETRY = "sshterm.shift.geometry";