List of usage examples for javax.swing.event DocumentListener interface-usage
From source file org.openmicroscopy.shoola.util.ui.MessengerDialog.java
/**
* A dialog used to collect and send comments or error messages.
*
* @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.rimudb.editor.DescriptorEditor.java
/**
* This class is responsible for displaying a tabbed view that permits editing
* of a table descriptor.
*
* @author Simon Ritchie
*
From source file plugin.notes.gui.NotesTreeNode.java
/** * This defines the preferences tree * */ public class NotesTreeNode implements MutableTreeNode, DocumentListener {
From source file com.codeasylum.liquibase.Liquidate.java
public class Liquidate extends JFrame implements ActionListener, ItemListener, DocumentListener { private static final ImageIcon BROWSE_ICON = new ImageIcon( ClassLoader.getSystemResource("com/codeasylum/liquibase/folder_view_16.png")); private ExtendedProfileLoader extensionLoader; private LiquidateConfig config;
From source file org.openmicroscopy.shoola.agents.imviewer.util.proj.ProjSavingDialog.java
/**
* Dialog used to set the extra parameters required to project the image.
*
* @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.util.ui.ScriptingDialog.java
/**
* Dialog to run the selected script. The UI is created on the fly.
*
* @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.photovault.swingui.PhotoInfoEditor.java
/** PhotoInfoEditor provides a GUI interface for creating of modifying PhotoInfo records in the database. Use can either edit an existing record or create a completely new record. */ public class PhotoInfoEditor extends JPanel implements PhotoSelectionView, ActionListener, DocumentListener, PropertyChangeListener {
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 org.fhaes.gui.ShapeFileDialog.java
/** * ShapeFileDialog Class. */ @SuppressWarnings("rawtypes") public class ShapeFileDialog extends JDialog implements ActionListener, DocumentListener {
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,