List of usage examples for java.awt.event MouseListener interface-usage
From source file org.processmining.analysis.performance.dottedchart.ui.DottedChartPanel.java
/**
* DottedChartPanel.
*
* The purpose of this class is to provide a view of dotted chart
*
* @author Minseok Song
From source file com.projity.pm.graphic.graph.GraphInteractor.java
/** * */ public abstract class GraphInteractor implements MouseListener, MouseMotionListener, MouseWheelListener, Serializable { private static Log log = LogFactory.getLog(GraphInteractor.class);
From source file gda.gui.BatonPanel.java
/** * */ public class BatonPanel extends gda.gui.AcquisitionPanel implements IObserver, ListSelectionListener, MouseListener {
From source file apidemo.PanScrollZoomDemo.java
/** * A demo for panning, scrolling and zooming. */ public class PanScrollZoomDemo extends JFrame implements ActionListener, ChangeListener, ChartChangeListener, MouseListener/*, MouseMotionListener */ {
From source file savant.view.swing.GraphPane.java
/** * * @author mfiume */ public class GraphPane extends JPanel implements GraphPaneAdapter, MouseWheelListener, MouseListener, MouseMotionListener {
From source file org.jfree.chart.demo.PanScrollZoomDemo.java
/** * A demo for panning, scrolling and zooming. */ public class PanScrollZoomDemo extends JFrame implements ActionListener, ChangeListener, ChartChangeListener, MouseListener/*, MouseMotionListener */ {
From source file edu.purdue.cc.bionet.ui.GraphVisualizer.java
/** * A class for visualizing a network graph. */ public class GraphVisualizer<V, E> extends VisualizationViewer<V, E> implements Graph<V, E>, ItemListener, MouseListener, Scalable { protected Graph<V, E> graph = new UndirectedSparseGraph<V, E>();
From source file org.pmedv.core.components.RelativeImageView.java
/**
* Description: creates a view on an image.
*
* This code was modeled after an article on <a
* href="http://www.javaworld.com/javaworld/javatips/jw-javatip109.html">
* JavaWorld</a> by Bob Kenworthy.
From source file br.org.acessobrasil.ases.ferramentas_de_reparo.vista.corretor_eventos.PanelCorretorEventos.java
/**
* Cria a interface UI para preencher formulrios
*
* @author Fabio Issamu Oshiro
*
*/
From source file tufts.vue.RichTextBox.java
/**
* A multi-line editable text object that supports left/center/right
* aligment for its lines of text.
*
* Used in two modes: (1) "normal" mode -- used to paint multi-line
* text objects (labels, notes, etc) and (2) "edit". In normal mode,