Example usage for java.beans PropertyChangeListener interface-usage

List of usage examples for java.beans PropertyChangeListener interface-usage

Introduction

In this page you can find the example usage for java.beans PropertyChangeListener interface-usage.

Usage

From source file it.cnr.icar.eric.client.ui.swing.RegistryObjectsTableModel.java

/**
 * A JTable that lists
 *
 * @author Jim Glennon
 *
 * @author <a href="mailto:Farrukh.Najmi@Sun.COM">Farrukh S. Najmi</a>

From source file edu.ku.brc.specify.plugins.LocalityGoogleEarthPlugin.java

/**
 * Implementation of a Google Earth Export plugin for the form system.
 * 
 * @author rod
 *
 * @code_status Beta

From source file com.dfki.av.sudplan.ui.MainFrame.java

/**
 *
 * @author Daniel Steffen <daniel.steffen at dfki.de>
 */
public class MainFrame extends javax.swing.JFrame implements PropertyChangeListener {

From source file com.rubenlaguna.en4j.mainmodule.NoteListTopComponent.java

/**
 * Top component which displays something.
 */
@ConvertAsProperties(dtd = "-//com.rubenlaguna.en4j.mainmodule//NoteList//EN", autostore = false)
public final class NoteListTopComponent extends TopComponent
        implements ListSelectionListener, PropertyChangeListener {

From source file edu.ucla.stat.SOCR.chart.SuperXYChart_QQ.java

/**
  * A simple demonstration application showing how to create a QQ data vs normalized data chart.
 */
public class SuperXYChart_QQ extends SuperXYChart implements PropertyChangeListener {

    public static String NORMAL = "NORMAL";

From source file org.jboss.tools.openshift.internal.ui.wizard.deployimage.DeployImageWizardModel.java

/**
 * The Wizard model to support deploying an image to OpenShift
 * @author jeff.cantrill
 * @author Andre Dietisheim
 *
 */

From source file org.openmicroscopy.shoola.agents.metadata.editor.OriginalMetadataComponent.java

/**
 * Displays the original metadata.
 *
 * @author Jean-Marie Burel &nbsp;&nbsp;&nbsp;&nbsp;
 * <a href="mailto:j.burel@dundee.ac.uk">j.burel@dundee.ac.uk</a>
 * @author Donald MacDonald &nbsp;&nbsp;&nbsp;&nbsp;

From source file org.oyrm.kobo.postproc.KoboBatchTranscriber.java

/**
 *   The KoboBatchTranscriber reads XML files from the xml directory and transcribes
 *   the survey records contained there into csv files within the csv storage
 *   directory.
 *
 *   The xml directory contains xml organized by survey instance. The csv storage directory

From source file com.codejumble.opentube.Main.java

/**
 * Main frame of the program. Implements functionalities related to the view
 *
 * @author alopcas
 */
public class Main extends javax.swing.JFrame implements PropertyChangeListener {

From source file net.sf.maltcms.chromaui.charts.overlay.Peak2DOverlay.java

/**
 *
 * @author Nils Hoffmann
 */
public class Peak2DOverlay extends AbstractChartOverlay
        implements ChartOverlay, PropertyChangeListener, LookupListener {