List of usage examples for java.awt.event KeyListener interface-usage
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 org.eclipse.birt.chart.device.swing.SwingEventHandler.java
/** * Provides a reference implementation into handling events generated on a SWING * JComponent with a rendered chart. */ public final class SwingEventHandler implements MouseListener, MouseMotionListener, KeyListener, FocusListener {
From source file com.github.fritaly.dualcommander.DirectoryBrowser.java
public class DirectoryBrowser extends JPanel implements ListSelectionListener, ChangeEventSource, KeyListener, MouseListener, HasParentDirectory, FocusListener, ColumnEventListener { private static final Color EVEN_ROW = Color.WHITE; private static final Color ODD_ROW = Color.decode("#DDDDFF");
From source file playground.sergioo.networkBusLaneAdder2012.gui.BusLaneAdderPanel.java
public class BusLaneAdderPanel extends LayersPanel implements MouseListener, MouseMotionListener, MouseWheelListener, KeyListener { /** * */
From source file net.sf.maltcms.chromaui.chromatogram1Dviewer.ui.panel.Chromatogram1DViewPanel.java
public class Chromatogram1DViewPanel extends javax.swing.JPanel implements Lookup.Provider, AxisChangeListener, KeyListener { private XYPlot plot; private final ChartPanel chartPanel; private DomainMarkerKeyListener dmkl;
From source file com.github.fritaly.dualcommander.DualCommander.java
public class DualCommander extends JFrame implements ChangeListener, WindowListener, KeyListener, PropertyChangeListener, FocusListener { private static final long serialVersionUID = 5445919782222373150L; // TODO Add support for Ctrl+C / Ctrl-X / Ctrl-V with the system clipboard
From source file SIFT_Volume_Stitching.java
/**
* Align and stitch two stacks of images assumed to be contiguous using automatically extracted robust landmark
* correspondences.
* @author Chloe Murtin <chloe.murtinl@gmail.com> and Carole Frindel <carole.frindel@creatis.insa-lyon.fr>
* @version 0.0
*/
From source file org.gumtree.vis.plot1d.Plot1DChartEditor.java
/** * @author nxi * */ public class Plot1DChartEditor extends ExposedChartEditor implements KeyListener {
From source file com.mindcognition.mindraider.ui.swing.concept.annotation.renderer.RichTextAnnotationRenderer.java
class RichTextEditorKeyListener implements KeyListener { private KeyListener genericEditorKeyListener; private RichTextAnnotationRenderer richTextAnnotationRenderer; public RichTextEditorKeyListener(KeyListener genericEditorKeyListener,
From source file ucar.unidata.idv.control.chart.PlotWrapper.java
/**
* Abstract class for chart implementations
*
*
* @author IDV Development Team
* @version $Revision: 1.15 $