List of usage examples for javax.swing.event DocumentListener interface-usage
From source file org.orbisgis.r.RElement.java
/** * Editable element dedicated to the R editor * * @author Sylvain PALOMINOS */ public class RElement extends AbstractEditableElement implements DocumentListener {
From source file org.orbisgis.groovy.GroovyElement.java
/** * Editable element dedicated to the Groovy editor * * @author Sylvain PALOMINOS */ public class GroovyElement extends AbstractEditableElement implements DocumentListener {
From source file components.TextFieldDemo.java
public class TextFieldDemo extends JFrame implements DocumentListener { private JTextField entry; private JLabel jLabel1; private JScrollPane jScrollPane1; private JLabel status;
From source file terminotpad.MainFrame.java
/** * * @author bgc */ public class MainFrame extends JFrame implements DocumentListener {
From source file com.adito.upgrade.GUIUpgrader.java
public class GUIUpgrader extends JPanel implements DocumentListener, Upgrader { final static Log log = LogFactory.getLog(GUIUpgrader.class); private List upgrades; private JPanel mainPanel, upgradeSelectionPanel;
From source file com.hp.alm.ali.idea.cfg.AliConfigurable.java
public class AliConfigurable extends AliAbstractConfigurable implements DocumentListener { private AliConfiguration aliConfiguration; private JCheckBox spellChecker; private JCheckBox devMotiveAnnotation;
From source file org.paxle.desktop.impl.event.MultipleChangesListener.java
public class MultipleChangesListener implements ChangeListener, ActionListener, ListSelectionListener, OptionChangeListener, DocumentListener { private static final long serialVersionUID = 1L; private static final Class<?>[] CLASSES;
From source file com.sslexplorer.upgrade.GUIUpgrader.java
public class GUIUpgrader extends JPanel implements DocumentListener, Upgrader { final static Log log = LogFactory.getLog(GUIUpgrader.class); private List upgrades; private JPanel mainPanel, upgradeSelectionPanel;
From source file org.executequery.gui.browser.FindAction.java
/**
*
* Modified from the original by Santhosh Kumar
* from http://www.jroller.com/santhosh/category/Swing
*
* @author Santhosh Kumar, Takis Diakoumis
From source file org.openmicroscopy.shoola.util.ui.filechooser.CustomizedFileChooser.java
/**
* A customized file chooser.
*
* @author Jean-Marie Burel
* <a href="mailto:j.burel@dundee.ac.uk">j.burel@dundee.ac.uk</a>
* @author Donald MacDonald