List of usage examples for java.awt.event KeyListener interface-usage
From source file org.deegree.tools.rendering.InteractiveWPVS.java
/**
* Reads in a configuration document for the {@link WPVSController} and lets the user navigate interactively through the
* scene.
*
* @author <a href="mailto:schneider@lat-lon.de">Markus ls /Schneider</a>
* @author last edited by: $Author: schneider $
From source file br.com.jinsync.view.FrmJInSync.java
public class FrmJInSync extends JFrame implements KeyListener { private static FrmJInSync frmJInSync; private static final long serialVersionUID = 1L; private DefaultListModel<String> console = new DefaultListModel<String>();
From source file edu.ucla.stat.SOCR.chart.Chart.java
/**This class defines a basic type of Statistical Chart that can be * subclassed by the specific types of chart **/ public class Chart extends JApplet implements Runnable, MouseListener, ActionListener, MouseMotionListener, WindowListener, AdjustmentListener, KeyListener {
From source file Console.java
class ConsoleTextArea extends JTextArea implements KeyListener, DocumentListener { /** * */ private static final long serialVersionUID = 3258410625414475827L;
From source file it.cnr.icar.eric.client.ui.swing.graph.JBGraph.java
/** * Specialized JGraph for JAXR Browser * * @author <a href="mailto:Farrukh.Najmi@Sun.COM">Farrukh S. Najmi</a> */ public class JBGraph extends JGraph implements GraphSelectionListener, KeyListener {
From source file base.BasePlayer.BedCanvas.java
public class BedCanvas extends JPanel implements MouseMotionListener, MouseListener, KeyListener { private static final long serialVersionUID = 1L; static int testfield = 0; Color forwardColor = new Color(171, 194, 171, 255), reverseColor = new Color(194, 171, 171, 255); BufferedImage bufImage, nodeImage;
From source file Filter3dTest.java
/** * The InputManager manages input of key and mouse events. Events are mapped to * GameActions. */ class InputManager implements KeyListener, MouseListener, MouseMotionListener, MouseWheelListener {
From source file org.lnicholls.galleon.gui.HMEConfigurationPanel.java
class PropertyText extends JTextField implements KeyListener, FocusListener { PropertyText(PropertyEditor pe) { super(pe.getAsText());
From source file com.hexidec.ekit.EkitCore.java
/** * Main application class for editing and saving HTML in a Java text component */ @SuppressWarnings("serial") public class EkitCore extends JPanel implements ActionListener, KeyListener, FocusListener, DocumentListener {
From source file edu.ku.brc.specify.tasks.subpane.wb.wbuploader.Uploader.java
/** * @author timo * */ public class Uploader implements ActionListener, KeyListener { private static boolean debugging = false;