List of usage examples for javax.swing.event DocumentListener interface-usage
From source file net.sf.maltcms.chromaui.project.spi.wizard.DBProjectVisualPanel1.java
public class DBProjectVisualPanel1 extends JPanel implements DocumentListener, IWizardValidatable { public static final String PROP_PROJECT_NAME = "projectName"; private static final long serialVersionUID = 4021356306700151695L; public DBProjectVisualPanel1() {
From source file de.unentscheidbar.validation.swing.trigger.DocumentChangeTrigger.java
final class DocumentChangeTrigger extends AbstractCoalescingTrigger<JComponent> implements DocumentListener, PropertyChangeListener { private static final class DocumentGetter extends ImmutableFunction<JComponent, Document> { static final DocumentGetter INSTANCE = new DocumentGetter();
From source file org.owasp.jbrofuzz.ui.viewers.WindowViewerFrame.java
/**
* <p>
* Class extending a JFrame for displaying the contents of a file.
* Typically, a file represents a request/response that has been sent
* and received.
* </p>
From source file edu.ku.brc.specify.tasks.subpane.wb.EditFormControlDlg.java
/**
* Creates a Dialog used to edit form control attributes.
*
* @author rods
*
* @code_status Complete
From source file verdandi.ui.ProjectViewerPanel.java
public class ProjectViewerPanel extends ProjectViewingPanel implements ActionListener, TableModelListener, PersistenceListener, DocumentListener, MouseListener { private static final Log LOG = LogFactory.getLog(ProjectViewerPanel.class);
From source file com.kenai.redminenb.repository.RedmineRepositoryController.java
"MSG_RepositoryAlreadyExists=The same Issue Tracker already exists", "# {0} - the user name", "MSG_AuthSuccessful=Successfully authenticated as ''{0}''" }) public class RedmineRepositoryController implements RepositoryController, DocumentListener, ActionListener { private RedmineRepository repository; //private RedmineRepository realRepository;
From source file tvbrowser.ui.filter.dlgs.EditFilterDlg.java
public class EditFilterDlg extends JDialog implements ActionListener, DocumentListener, CaretListener, WindowClosingIf { private static final util.ui.Localizer mLocalizer = util.ui.Localizer.getLocalizerFor(EditFilterDlg.class); private static final util.ui.Localizer mFilterLocalizer = util.ui.Localizer.getLocalizerFor(UserFilter.class);
From source file jeplus.gui.EPlusEditorPanel.java
/**
* Text editor panel for editing various E+, TRNSYS, INSEL model files. This
* editor is based on Fifesoft's RSyntaxTextArea.
*
* @author Yi Zhang
* @version 1.5
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 de.cismet.cids.custom.objecteditors.utils.VermessungUmleitungPanel.java
/**
* DOCUMENT ME!
*
* @author daniel
* @version $Revision$, $Date$
*/