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 base.BasePlayer.AminoTable.java

public class AminoTable extends JPanel implements MouseMotionListener, MouseListener, MouseWheelListener {

    private static final long serialVersionUID = 1L;

    BufferedImage bufImage;
    ListSorter sorter = new ListSorter();

From source file br.org.acessobrasil.ases.ferramentas_de_reparo.vista.navegacao_cego.PainelSimuladorNavegacao.java

/**
 * Simula a navegao do leitor de tela
 * @author Fabio Issamu Oshiro, Haroldo Veiga e Renato Tomaz Nati
 *
 */
public class PainelSimuladorNavegacao extends SuperPainelCentral implements ActionListener, MouseListener {

From source file br.org.acessobrasil.ases.ferramentas_de_reparo.vista.links_redundantes.PanelLinkRedundante.java

/**
 * Cria a interface UI para inserir links redundantes 
 * em mapas de imagens
 * @author Fabio Issamu Oshiro
 *
 */

From source file org.gvsig.remotesensing.scatterplot.chart.ScatterPlotDiagram.java

/**
 * 
 *  Reescritura de la clase ChartPanel. Se reescribe para personalizar el grafico con
 *  opciones de dibujado de rectangulos sobre el area del grfico.
 *  
 *  @see CharPanel JfreeChart

From source file br.org.acessobrasil.ases.ferramentas_de_reparo.vista.css.FerramentaCSSPanel.java

/**
 * UI para avaliar o CSS
 * 
 * @author Fabio Issamu Oshiro
 */
public class FerramentaCSSPanel extends JPanel implements ActionListener, MouseListener, ControleCssListener {

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 net.java.sip.communicator.impl.gui.main.chat.ChatConversationPanel.java

/**
 * The <tt>ChatConversationPanel</tt> is the panel, where all sent and received
 * messages appear. All data is stored in an HTML document. An external CSS file
 * is applied to the document to provide the look&feel. All smileys and link
 * strings are processed and finally replaced by corresponding images and HTML
 * links.

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 VASSAL.build.module.map.PieceMover.java

/**
 * This is a MouseListener that moves pieces onto a Map window
 */
public class PieceMover extends AbstractBuildable implements MouseListener, GameComponent, Comparator<GamePiece> {
    /** The Preferences key for autoreporting moves. */
    public static final String AUTO_REPORT = "autoReport"; //$NON-NLS-1$

From source file edu.ucla.stat.SOCR.chart.demo.SOCR_EM_MixtureModelChartDemo.java

/**
 * A simple demonstration application showing how to create a line chart using
 * data from an {@link XYDataset}.  
 * 
 */
public class SOCR_EM_MixtureModelChartDemo extends SuperXYChart implements PropertyChangeListener, MouseListener {