List of usage examples for java.awt.event MouseListener interface-usage
From source file org.rdv.ui.TimeSlider.java
/**
* A component that lets the user select a specific time or time range between a
* bounded time interval by sliding knobs along a timeline. It also allows one
* to display an event indicator at a specific time in the time line.
*
* @author Jason P. Hanley
From source file br.org.acessobrasil.ases.ferramentas_de_reparo.vista.xhtml.PainelXHTML.java
/** * Mostra os Erros de HTML * @author Fabio Issamu Oshiro, Haroldo Veiga e Renato Tomaz Nati * */ public class PainelXHTML extends JPanel implements ActionListener, OnChangeListener, MouseListener {
From source file rita.widget.SourceCode.java
public class SourceCode extends JPanel implements MouseListener, WorkspaceWidget, ComponentListener, WorkspaceListener { private static final long serialVersionUID = 328149080275L; private final SourceCodeEnlargerTimer enlarger; private static int MIN_WIDTH = 106;
From source file org.eurocarbdb.application.glycoworkbench.plugin.reporting.AnnotationReportCanvas.java
public class AnnotationReportCanvas extends JComponent implements SVGUtils.Renderable, BaseDocument.DocumentChangeListener, MouseListener, MouseMotionListener, Printable { public interface SelectionChangeListener { public void selectionChanged(SelectionChangeEvent e); }
From source file uk.ac.babraham.SeqMonk.Filters.GeneSetFilter.GeneSetDisplay.java
/**
* This is the intermediate display that holds the table of results and the scatterplot.
*
* @author bigginsl
*
*/
From source file br.org.acessobrasil.ases.ferramentas_de_reparo.vista.preenchedor_formulario.PanelPreenchedorFormulario.java
/**
* Cria a interface UI para preencher formulrios
*
* @author Fabio Issamu Oshiro
*
*/
From source file org.prom5.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 base.BasePlayer.BedTable.java
public class BedTable extends JPanel implements MouseMotionListener, MouseListener, MouseWheelListener { private static final long serialVersionUID = 1L; BufferedImage bufImage; ListSorter sorter = new ListSorter(); int rowHeight = 15, geneheaderlength = 0;
From source file net.java.sip.communicator.impl.gui.main.chat.ChatWritePanel.java
/**
* The <tt>ChatWritePanel</tt> is the panel, where user writes her messages.
* It is located at the bottom of the split in the <tt>ChatPanel</tt> and it
* contains an editor, where user writes the text.
*
* @author Yana Stamcheva
From source file src.gui.ItTabbedPane.java
public class ItTabbedPane extends JTabbedPane implements MouseListener, ChangeListener { /** * */ private static final long serialVersionUID = 2264424271420304723L;