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 org.adempiere.apps.graph.PerformanceIndicator.java

/**
 *    Performance Indicator
 *   
 *  @author Jorg Janke
 *  @version $Id: PerformanceIndicator.java,v 1.2 2006/07/30 00:51:28 jjanke Exp $
 */

From source file playground.sergioo.facilitiesGenerator2012.gui.ClustersPanel.java

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

    /**
     * 
     */

From source file org.kalypso.ogc.gml.widgets.WidgetManager.java

/**
 * widget controller of map view
 * 
 * @author vdoemming
 * @author Dirk Kuch
 */

From source file net.sf.jabref.gui.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<BibtexEntry>, MouseListener, KeyListener, FocusListener {

From source file playground.sergioo.workplaceCapacities2012.gui.ClustersPanel.java

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

    /**
     * 
     */

From source file org.openconcerto.erp.panel.ITreeSelection.java

public class ITreeSelection extends JTree
        implements MouseListener, EmptyObject, ValueWrapper<Integer>, RowItemViewComponent {

    private SQLElement element;

    private ITreeSelectionNode rootNode;

From source file org.eurocarbdb.application.glycoworkbench.plugin.AnnotationReportApplet.java

public class AnnotationReportApplet extends JApplet implements ActionListener, MouseListener,
        AnnotationReportCanvas.SelectionChangeListener, BaseDocument.DocumentChangeListener {

    // singletons
    private ActionManager theActionManager;

From source file edu.purdue.cc.bionet.ui.HeatMap.java

/**
 * A class for displaying a heat map of correlation values.
 */
public class HeatMap extends JPanel implements MouseListener, GraphMouseListener<Correlation>, ChangeListener,
        GraphItemChangeListener<Molecule>, Scalable, MouseWheelListener, ComponentListener {

From source file org.esa.s1tbx.dat.views.polarview.PolarView.java

/**
 * NEST
 * User: lveci
 * Date: Dec 1, 2008
 */
public final class PolarView extends BasicView

From source file verdandi.ui.ProjectViewerPanel.java

public class ProjectViewerPanel extends ProjectViewingPanel
        implements ActionListener, TableModelListener, PersistenceListener, DocumentListener, MouseListener

{

    private static final Log LOG = LogFactory.getLog(ProjectViewerPanel.class);