List of usage examples for java.awt.event FocusListener interface-usage
From source file org.openmicroscopy.shoola.agents.util.SelectionWizard.java
/**
* A modal dialog to select collection of objects.
*
* @author Jean-Marie Burel
* <a href="mailto:j.burel@dundee.ac.uk">j.burel@dundee.ac.uk</a>
* @author Donald MacDonald
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 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 com.att.aro.ui.view.menu.tools.RegexWizard.java
public class RegexWizard extends JDialog implements ActionListener, FocusListener, ComponentListener { private static final long serialVersionUID = 1L; private ILogger log = ContextAware.getAROConfigContext().getBean(ILogger.class);
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 org.executequery.gui.editor.QueryEditorTextPane.java
/**
* The SQL text area for the Query Editor.
*
* @author Takis Diakoumis
* @version $Revision: 1487 $
* @date $Date: 2015-08-23 22:21:42 +1000 (Sun, 23 Aug 2015) $
From source file org.isatools.isacreator.gui.formelements.SubForm.java
/**
* SubForm
*
* @author Eamonn Maguire
* @date Jan 11, 2010
*/
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 SwingGlassExample.java
class FixedGlassPane extends JPanel implements MouseListener, MouseMotionListener, FocusListener { // helpers for redispatch logic Toolkit toolkit; JMenuBar menuBar;
From source file org.openmicroscopy.shoola.agents.metadata.editor.PropertiesUI.java
/**
* Displays the properties of the selected object.
*
* @author Jean-Marie Burel
* <a href="mailto:j.burel@dundee.ac.uk">j.burel@dundee.ac.uk</a>
* @author Donald MacDonald