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 net.sf.maltcms.common.charts.api.overlay.SelectionOverlay.java

/**
 *
 * @author Nils Hoffmann
 */
public class SelectionOverlay extends AbstractChartOverlay
        implements ChartOverlay, PropertyChangeListener, IClearable {

From source file org.openmicroscopy.shoola.agents.treeviewer.util.MoveGroupSelectionDialog.java

/** 
 * Selects the targets of the move group action.
 *
 * @author Jean-Marie Burel     
 * <a href="mailto:j.burel@dundee.ac.uk">j.burel@dundee.ac.uk</a>
 * @since Beta4.4

From source file org.jitsi.videobridge.Conference.java

/**
 * Represents a conference in the terms of Jitsi Videobridge.
 *
 * @author Lyubomir Marinov
 * @author Boris Grozev
 * @author Hristo Terezov

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

/** 
 * Displays the metadata related to the channel.
 *
 * @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 edu.ucla.stat.SOCR.chart.demo.PowerTransformationFamilyChart.java

/**
 * A simple demonstration application showing how to create a line chart using
 * data from an {@link XYDataset}.  
 * 
 */
public class PowerTransformationFamilyChart extends SuperIndexChart

From source file ome.formats.importer.gui.ErrorTable.java

/**
 * The layout for the ErrorTable used by the importer gui
 * 
 * @author Brian Loranger brain at lifesci.dundee.ac.uk
 *
 */

From source file ca.sqlpower.sqlobject.SQLDatabase.java

public class SQLDatabase extends SQLObject implements java.io.Serializable, PropertyChangeListener {
    private static Logger logger = Logger.getLogger(SQLDatabase.class);

    /**
     * Defines an absolute ordering of the child types of this class.
     */

From source file ome.formats.importer.gui.FileQueueHandler.java

/**
 * @author Brian Loranger brain at lifesci.dundee.ac.uk
 *
 */
public class FileQueueHandler extends JPanel implements ActionListener, PropertyChangeListener, IObserver {
    /** Logger for this class */

From source file org.sleuthkit.autopsy.modules.hashdatabase.HashDbManager.java

/**
 * This class implements a singleton that manages the set of hash databases used
 * to classify files as unknown, known or known bad.
 */
public class HashDbManager implements PropertyChangeListener {

From source file org.cubictest.ui.sections.IdentifierComposite.java

/**
 * Composite for editing identifier of a Page Element.
 * 
 * @author SK Skytteren 
 */
public class IdentifierComposite extends Composite implements PropertyChangeListener {