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.wings.SFrame.java

/**
 * The root component of every component hierarchy.
 * <p/>
 * A SessionServlet requires an instance of SFrame to render the page.
 * SFrame consists of some header informaton (meta, link, script)
 * and a stack of components. The bottommost component of the stack is always

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

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

From source file fi.elfcloud.client.dialog.UploadDialog.java

/**
 * 
 *
 */
public class UploadDialog extends TransferFrame implements ActionListener, PropertyChangeListener {
    private static final long serialVersionUID = 4392195188843021681L;

From source file edu.ucla.stat.SOCR.analyses.gui.KruskalWallis.java

/** this class is for Kruskal Wallis only. */
public class KruskalWallis extends Analysis implements PropertyChangeListener {

    public String[][] example = new String[1][1]; // the example data
    public String[] columnNames = new String[1];
    private double[] xData = null;

From source file org.jfree.demo.DrawStringDemo.java

/**
 * A demo of some of the string drawing methods in the JCommon class library.
 *
 * @author David Gilbert
 */
public class DrawStringDemo extends ApplicationFrame implements ActionListener, PropertyChangeListener {

From source file org.eobjects.datacleaner.widgets.OpenAnalysisJobFileChooserAccessory.java

/**
 * The FileChooser "accessory" that will display analysis job information when
 * the user selected a job file.
 * 
 * @author Kasper Srensen
 */

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

/**
 * A simple demonstration application showing how to create a bar chart with a date axis for the domain values.
 */
public class XYBarChartDemo2 extends SuperIntervalXYChart_Time implements PropertyChangeListener {

    public void init() {

From source file edu.ucla.stat.SOCR.analyses.gui.Friedman.java

/** this class is for Kruskal Wallis only. */
public class Friedman extends Analysis implements PropertyChangeListener {

    public String[][] example = new String[1][1]; // the example data
    public String[] columnNames = new String[1];
    private double[] xData = null;

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

/**
 * The top level panel for discovery operations.
 *
 * @author <a href="mailto:Farrukh.Najmi@Sun.COM">Farrukh S. Najmi</a>
 */
public class DiscoveryPanel extends JPanel implements PropertyChangeListener {

From source file org.formic.wizard.impl.console.ConsoleWizard.java

/**
 * Wizard for console installers.
 *
 * @author Eric Van Dewoestine(ervandew@yahoo.com)
 */
public class ConsoleWizard implements Wizard, PropertyChangeListener {