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.chart.demo.StackedBarChartDemo1.java

/**
 * A simple demonstration application showing how to create a stacked bar chart
 * using data from a {@link CategoryDataset}.
 */
public class StackedBarChartDemo1 extends SuperCategoryChart_Bar implements PropertyChangeListener {

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

/**
 * A simple demonstration of the {@link XYStepRenderer} class.
 */
public class XYStepRendererDemo1 extends SuperXYChart implements PropertyChangeListener {
    /**
     * Creates a sample chart.

From source file org.jcurl.model.ComputedPaths.java

/**
 * Manages the interaction of {@link org.jcurl.model.CurveFactory} and
 * {@link org.jcurl.model.CollissionModel} and provides high-level access to
 * computed rock locations and velocities.
 * 
 * @author <a href="mailto:jcurl@gmx.net">M. Rohrmoser </a>

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

/**
 * A demo showing a stacked area chart created with the 
 * <code>CategoryTableXYDataset</code>.
 */
public class StackedXYAreaChartDemo2 extends SuperAreaChart_XY implements PropertyChangeListener {

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

/**
 * This is the data object used to hold data for Timelord. It is a JavaBean
 * meant to be serialized through the XML encoder/decoder and stores all
 * information for a users particular time throughout history.
 *
 * @author Jordan Reed

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

/**
 * A simple demonstration application showing how to create a box-and-whisker 
 * chart.
 */
public class BoxAndWhiskerChartDemo1 extends SuperBoxAndWhiskerChart implements PropertyChangeListener {
    /**

From source file org.fourthline.cling.model.gena.LocalGENASubscription.java

/**
 * An incoming subscription to a local service.
 * <p>
 * Uses the {@link org.fourthline.cling.model.ServiceManager} to read the initial state of
 * the {@link org.fourthline.cling.model.meta.LocalService} on instantation. Typically, the
 * {@link #registerOnService()} method is called next, and from this point forward all

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

/**
 * This demonstration shows a 3D bar chart with item labels displayed.
 */
public class BarChart3DDemo3 extends SuperCategoryChart_Bar3D implements PropertyChangeListener {

    public void doTest() {

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

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

From source file net.chaosserver.timelord.swingui.TaskDayPanel.java

/**
 * Simple panel of information for a single task day.
 *
 * @author Jordan Reed
 */
@SuppressWarnings("serial")