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 org.polymap.core.mapeditor.tooling.edit.LayerEditableDecorator.java

/**
 * 
 *
 * @author <a href="http://www.polymap.de">Falko Brutigam</a>
 * @since 3.1
 */

From source file org.polymap.core.mapeditor.tooling.select.LayerSelectableDecorator.java

/**
 * 
 *
 * @author <a href="http://www.polymap.de">Falko Brutigam</a>
 * @since 3.1
 */

From source file edu.ucla.stat.SOCR.chart.demo.PieChartDemo3.java

/**
 * A pie chart with no data, to demonstrate the use of the setNoDataMessage() 
 * method.
 */
public class PieChartDemo3 extends SuperPieChart implements PropertyChangeListener {

From source file edu.ucla.stat.SOCR.chart.demo.CompassDemo1.java

/**
 * A simple demonstration application showing how to create a compass chart
 */
public class CompassDemo1 extends SuperValueChart implements PropertyChangeListener {

    protected ValueDataset createDateset(boolean isDemo) {

From source file org.goko.serial.bindings.SerialConnectionController.java

public class SerialConnectionController extends AbstractController<SerialConnectionBindings>
        implements PropertyChangeListener {
    /** Baudrate persisted name */
    public final static String PERSISTED_BAUDRATE = "org.goko.serial.persisted.baudrate";
    /** Comm port persisted name */
    public final static String PERSISTED_COMMPORT = "org.goko.serial.persisted.commport";

From source file com.anrisoftware.prefdialog.miscswing.actions.AbstractAppActionListener.java

/**
 * Retrieves the value from the future task.
 *
 * @author Erwin Mueller, erwin.mueller@deventm.org
 * @since 3.2
 */

From source file net.chaosserver.timelord.data.TimelordDayView.java

/**
 * This class provides a materialized view of a particular day
 * and contains a collection of all the visibile TaskDays
 * for that date.
 */
public class TimelordDayView implements PropertyChangeListener {

From source file edu.ucla.stat.SOCR.chart.demo.YIntervalChartDemo1.java

/**
 * A simple demonstration application showing how to create a Y Interval Chart.
 */
public class YIntervalChartDemo1 extends SuperYIntervalChart implements PropertyChangeListener {

    public void doTest() {

From source file edu.ucla.stat.SOCR.chart.demo.YIntervalChartDemo1a.java

/**
 * A simple demonstration application showing how to create a Y Interval Chart.
 */
public class YIntervalChartDemo1a extends SuperYIntervalChartA implements PropertyChangeListener {

    public void doTest() {

From source file edu.ucla.stat.SOCR.chart.demo.RingChartDemo1.java

/**
 * A simple demonstration application showing how to create a ring chart using 
 * data from a {@link DefaultPieDataset}.
 */
public class RingChartDemo1 extends SuperPieChart implements PropertyChangeListener {