List of usage examples for java.beans PropertyChangeListener interface-usage
From source file edu.ucla.stat.SOCR.chart.demo.StatisticalLineChartDemo2.java
/** * A simple demonstration application showing how to create a "statistical" * line chart using data from a {@link CategoryDataset}. */ public class StatisticalLineChartDemo2 extends SuperCategoryChart_Stat_Raw implements PropertyChangeListener { public void doTest() {
From source file components.ConversionPanel.java
public class ConversionPanel extends JPanel implements ActionListener, ChangeListener, PropertyChangeListener {
JFormattedTextField textField;
JComboBox unitChooser;
JSlider slider;
ConverterRangeModel sliderModel;
Converter controller;
From source file edu.ucla.stat.SOCR.chart.demo.StatisticalLineChartDemo3.java
/** * A simple demonstration application showing how to create a "statistical" * line chart using data from a {@link CategoryDataset}. */ public class StatisticalLineChartDemo3 extends SuperCategoryChart_Stat_Raw_Vertical implements PropertyChangeListener {
From source file edu.ucla.stat.SOCR.analyses.gui.KolmogorovSmirnoff.java
/** Two Independent T Test */ public class KolmogorovSmirnoff extends Analysis implements PropertyChangeListener { // This must be the same as what's in the HashMap pointed by Data // Otherwise you won't get anything. //RegressionScatterPlot ScatterPlot;
From source file edu.ucla.stat.SOCR.chart.demo.StackedBarChartDemo3.java
/** * A simple demonstration application showing how to create a stacked bar chart * using data from a {@link CategoryDataset}. */ public class StackedBarChartDemo3 extends SuperCategoryChart_Bar implements PropertyChangeListener {
From source file edu.ucla.stat.SOCR.chart.demo.BarChartDemo8.java
/** * A simple demonstration application showing how to create a bar chart with * item labels on one series only. */ public class BarChartDemo8 extends SuperCategoryChart_Bar implements PropertyChangeListener { /**
From source file org.jcurl.core.swing.RockLocationDisplayBase.java
/**
* Base for rock location displays. Does all the coordinate transformation math
* and provides callbacks for actual drawing.
*
* @author <a href="mailto:jcurl@gmx.net">M. Rohrmoser </a>
* @version $Id: RockLocationDisplayBase.java 230 2006-02-19 12:34:18Z
From source file edu.ucla.stat.SOCR.chart.SuperValueChart.java
/** * for the chart has only a single value */ public class SuperValueChart extends Chart implements PropertyChangeListener { /**
From source file edu.ucla.stat.SOCR.chart.demo.XYBarChartDemo1.java
/** * A simple demonstration application showing how to create a bar chart using * an {@link XYPlot}. */ public class XYBarChartDemo1 extends SuperIntervalXYChart_Time implements PropertyChangeListener {
From source file edu.ucla.stat.SOCR.chart.demo.StackedBarChartDemo2.java
/** * A simple demonstration application showing how to create a stacked bar chart * using data from a {@link CategoryDataset}. This demo also has item labels * displayed. */ public class StackedBarChartDemo2 extends SuperCategoryChart_Bar implements PropertyChangeListener {