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 edu.ucla.stat.SOCR.analyses.jri.gui.SimpleLinearRegression.java

/** this class is for Simple Linear Regression only. */
public class SimpleLinearRegression extends Analysis implements PropertyChangeListener {
    // This must be the same as what's in the HashMap pointed by Data
    // Otherwise you won't get anything.
    // Perhaps I will figure out a better way to do it. annieche.

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

/**
 * A simple demonstration application showing how to create a bar chart using
 * an {@link XYPlot}.
 */
public class HistogramChartDemo5 extends SuperIntervalXYChart implements PropertyChangeListener {

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

/**
  * A simple demonstration application showing how to create a bar chart.
 */
public class SuperDotChart extends Chart implements PropertyChangeListener {

    protected String[] raw_x;

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

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

From source file org.eclipsetrader.yahoojapanfx.internal.core.connector.SnapshotConnector.java

public class SnapshotConnector implements Runnable, IFeedConnector2, IExecutableExtension, PropertyChangeListener {

    private static SnapshotConnector instance;

    private String streamingServer = "fx.yahoo.co.jp"; //$NON-NLS-1$

From source file org.rifidi.ui.ide.views.antennaview.TagViewer.java

/**
 * This is the table where the tags will be displayed in the UI. It's setting
 * the name of the table columns, adding the drag&drop support and actions like
 * delete tag from antenna.
 * 
 * @author Jochen Mader - jochen@pramari.com

From source file org.jcurl.demo.tactics.sg.BroomPromptScenario.java

/**
 * @author <a href="mailto:m@jcurl.org">M. Rohrmoser </a>
 * @version $Id$
 */
public class BroomPromptScenario implements PropertyChangeListener, ChangeListener, HasChanger {

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

/**
  * A simple demonstration application showing how to create a QQ data vs data chart.
 */
public class SuperXYChart_QQ_DD extends SuperXYChart implements PropertyChangeListener {
    protected int x_row_count, y_row_count, larger_row_count;
    protected double min_x, max_x;

From source file org.nbheaven.sqe.codedefects.history.controlcenter.panels.SQEHistoryPanel.java

/**
 *
 * @author  Sven Reimers
 */
public class SQEHistoryPanel extends javax.swing.JPanel implements PropertyChangeListener {

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

/**
 * A simple demonstration application showing how to create a "statistical" 
 * bar chart using data from a {@link CategoryDataset}.
 */
public class StatisticalBarChartDemo3 extends SuperCategoryChart_Stat_Raw_Vertical
        implements PropertyChangeListener {