List of usage examples for javax.swing.event DocumentListener interface-usage
From source file zsk.JFCMainClient.java
/**
* knoedel@section60:~/workspace/ytd2$ echo " *" `egrep -v "(^\s*(\/\*|\*|//)|^\s*$)" src/zsk/*java | wc -l` java code lines && echo -e " *" `egrep "(^\s*(\/\*|\*|//)|^\s*$)" src/zsk/*java | wc -l` empty/comment lines "\n *"
* 1882 java code lines
* 710 empty/comment lines
*
* knoedel@section60:~/workspace/ytd2$ date && uname -a && lsb_release -a && java -version
From source file org.openmicroscopy.shoola.agents.metadata.editor.UserProfile.java
/**
* Component displaying the user details.
*
* @author Jean-Marie Burel
* <a href="mailto:j.burel@dundee.ac.uk">j.burel@dundee.ac.uk</a>
* @author Donald MacDonald
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.openmicroscopy.shoola.agents.util.SelectionWizardUI.java
/**
* Provided UI to select between two lists 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 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
From source file Console.java
class ConsoleTextArea extends JTextArea implements KeyListener, DocumentListener { /** * */ private static final long serialVersionUID = 3258410625414475827L;
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 {