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

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

Introduction

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

Usage

From source file desmoj.extensions.visualization2d.engine.modelGrafic.StatisticGrafic.java

/**
 * Class to animate a instance of class Statistic.
 * For animation you can choose a default animation type:
 * ANIMATION_LastValue, ANIMATION_TimeValueDiagram, ANIMATION_Histogram.
 * Later, you can change interactively, with a popup menu, between the animation types.
 * 

From source file ScribbleDragAndDrop.java

/**
 * This component can operate in two modes. In "draw mode", it allows the user
 * to scribble with the mouse. In "drag mode", it allows the user to drag
 * scribbles with the mouse. Regardless of the mode, it always allows scribbles
 * to be dropped on it from other applications.
 */

From source file net.rptools.tokentool.ui.TokenCompositionPanel.java

public class TokenCompositionPanel extends JPanel
        implements DropTargetListener, MouseListener, MouseMotionListener, MouseWheelListener, KeyListener {

    private BufferedImage overlayImage;
    private BufferedImage tokenImage;

From source file org.isatools.gui.optionselector.OptionGroup.java

/**
 * OptionGroup
 *
 * @author Eamonn Maguire (eamonnmag@gmail.com)
 * @date Mar 17, 2010
 */

From source file org.ujmp.jung.JungVisualizationViewer.java

public class JungVisualizationViewer<N, E> extends AbstractPanel
        implements MouseListener, TableModelListener, ComponentListener, GraphMouseListener<N> {
    private static final long serialVersionUID = 7328433763448698033L;

    public static enum GraphLayout {
        CircleLayout, FRLayout, FRLayout2, ISOMLayout, KKLayout, SpringLayout, SpringLayout2

From source file playground.sergioo.capacitiesChanger2012.gui.NetworkPanel.java

public class NetworkPanel extends LayersPanel
        implements MouseListener, MouseMotionListener, MouseWheelListener, KeyListener {

    /**
     * 
     */

From source file net.sf.jabref.gui.maintable.MainTableSelectionListener.java

/**
 * List event, mouse, key and focus listener for the main table that makes up the
 * most part of the BasePanel for a single bib database.
 */
public class MainTableSelectionListener
        implements ListEventListener<BibEntry>, MouseListener, KeyListener, FocusListener {

From source file de.unibayreuth.bayeos.goat.panels.timeseries.JPanelChart.java

/**
 *
 * @author  oliver
 */
public class JPanelChart extends JPanel
        implements ChartChangeListener, ChangeListener, MouseListener, MouseMotionListener, ActionListener {

From source file gdsc.smlm.ij.plugins.ResultsManager.java

/**
 * Opens peaks results and displays/converts them
 */
public class ResultsManager implements PlugIn, MouseListener {
    public enum InputSource {
        FILE("File"), MEMORY("Memory"), MEMORY_TRACED("Memory (Traced)"), NONE("None");

From source file pipeline.parameter_cell_views.FloatRangeSlider.java

public class FloatRangeSlider extends AbstractParameterCellView
        implements MouseListener, MouseMotionListener, ParameterListener {

    private static final long serialVersionUID = 1L;

    private RangeSlider slider;