List of usage examples for java.beans PropertyChangeListener interface-usage
From source file edu.ucla.stat.SOCR.chart.SuperCategoryChart_Stat_Raw_Vertical.java
/** * A simple demonstration application showing how to create a statistical bar chart using category dataset. */ public class SuperCategoryChart_Stat_Raw_Vertical extends SuperCategoryChart_Stat_Raw implements PropertyChangeListener {
From source file edu.ucla.stat.SOCR.chart.SuperYIntervalChartA.java
/** * A simple demonstration application showing how to create a YInterval chart using * data from a {@link IntervalXYDataset}. */ public class SuperYIntervalChartA extends Chart implements PropertyChangeListener {
From source file org.rifidi.designer.library.retail.shelf.Shelf.java
/**
* FIXME: Class comment.
*
* @author Jochen Mader - jochen@pramari.com - Apr 3, 2008
*
*/
From source file org.jitsi.android.gui.call.VideoCallActivity.java
/**
* The <tt>VideoCallActivity</tt> corresponds the call screen.
*
* @author Yana Stamcheva
* @author Pawel Domas
*/
From source file edu.ucla.stat.SOCR.analyses.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.SuperIntervalXYChart_Time.java
/** * A simple demonstration application showing how to create a Bar chart using * data from a {@link IntervalXYDataset}. */ public class SuperIntervalXYChart_Time extends Chart implements PropertyChangeListener { IntervalXYDataset dataset;
From source file org.openmicroscopy.shoola.agents.metadata.rnd.GraphicsPane.java
/**
* Component hosting the diagram and the controls to select the pixels intensity
* interval and the codomain interval.
*
* @author Jean-Marie Burel
* <a href="mailto:j.burel@dundee.ac.uk">j.burel@dundee.ac.uk</a>
From source file edu.ucla.stat.SOCR.chart.SuperXYChart.java
/** * A simple demonstration application showing how to create a bar chart. */ public class SuperXYChart extends Chart implements PropertyChangeListener { protected XYDataset dataset;
From source file edu.ucla.stat.SOCR.chart.SuperXYZChart.java
/** * A simple demonstration application showing how to create a Bubble chart. */ public class SuperXYZChart extends Chart implements PropertyChangeListener, Observer { /**
From source file edu.ucla.stat.SOCR.chart.demo.PowerTransformXYScatterChart.java
/** * A simple demonstration application showing how to create a line chart using * data from an {@link XYDataset}. * */ public class PowerTransformXYScatterChart extends SuperXYChart