List of usage examples for java.awt.event KeyListener interface-usage
From source file net.sf.maltcms.chromaui.chromatogram2Dviewer.ui.panel.Chromatogram2DViewerPanel.java
/** * * @author Mathias Wilhelm */ public class Chromatogram2DViewerPanel extends JPanel implements Lookup.Provider, PaintScaleTarget, KeyListener, AxisChangeListener {
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 com.kenai.redminenb.query.RedmineQueryController.java
/** * * @author Anchialas <anchialas@gmail.com> */ @NbBundle.Messages({ "MSG_SameName=Query with the same name already exists.", "MSG_NoResults=No Issues found", "# {0} - the issue number", "MSG_NotFound=Issue #{0} not found", "# {0} - the issue number",
From source file net.sf.maltcms.chromaui.chromatogram1Dviewer.ui.panel.Chromatogram1DHeatmapViewerPanel.java
/** * * @author Mathias Wilhelm */ public class Chromatogram1DHeatmapViewerPanel extends JPanel implements Lookup.Provider, PaintScaleTarget, KeyListener, AxisChangeListener {
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,
From source file gdsc.smlm.ij.plugins.SpotAnalysis.java
/** * Allows analysis of the signal and on/off times for fixed fluorophore spots in an image stack. */ public class SpotAnalysis extends PlugInFrame implements ActionListener, ItemListener, Runnable, ImageListener, ListSelectionListener, KeyListener { private static final long serialVersionUID = 1L;
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 ucar.unidata.idv.control.chart.ChartWrapper.java
/**
* Abstract class for chart implementations
*
*
* @author IDV Development Team
* @version $Revision: 1.46 $
From source file ded.ui.DiagramController.java
/** Widget to display and edit a diagram. */ public class DiagramController extends JPanel implements MouseListener, MouseMotionListener, KeyListener, ComponentListener, FocusListener { // ------------- constants --------------- private static final long serialVersionUID = 1266678840598864303L;
From source file corelyzer.ui.CorelyzerGLCanvas.java
/**
* A container class that holds handles to the GLCanvas object, index to the
* canvas id in the SceneGraph. It also handles input events from users when
* direct interaction occurs (e.g. mouse clicks, dragging, etc.) This also
* captures events for GLEvents (e.g. drawing).
*/