List of usage examples for java.beans PropertyChangeListener interface-usage
From source file edu.ucla.stat.SOCR.chart.demo.QQNormalPlotDemo.java
/** * A simple demonstration application showing how to create a line chart using * data from an {@link XYDataset}. * */ public class QQNormalPlotDemo extends SuperXYChart_QQ implements PropertyChangeListener {
From source file ambit.ui.data.AmbitResultViewer.java
/** * TODO add description * @author Nina Jeliazkova nina@acad.bg * <b>Modified</b> Aug 10, 2006 */ public class AmbitResultViewer extends JPanel implements PropertyChangeListener {
From source file controlador.ControladorReportes.java
/** * * @author juan ricaldi */ public class ControladorReportes implements MouseListener, KeyListener, FocusListener, PropertyChangeListener, ChangeListener, ItemListener {
From source file ambit2.ui.data.AmbitResultViewer.java
/** * TODO add description * @author Nina Jeliazkova nina@acad.bg * <b>Modified</b> Aug 10, 2006 */ public class AmbitResultViewer extends JPanel implements PropertyChangeListener {
From source file edu.ucla.stat.SOCR.chart.demo.StatisticalBarChartDemo2.java
/** * A simple demonstration application showing how to create a "statistical" * bar chart using data from a {@link CategoryDataset}. */ public class StatisticalBarChartDemo2 extends SuperCategoryChart_Stat_Raw implements PropertyChangeListener {
From source file edu.ucla.stat.SOCR.chart.demo.CrosshairDemo4.java
/** * A simple demonstration of the crosshairs that can be displayed in * an {@link XYPlot}. */ public class CrosshairDemo4 extends SuperXYChart implements PropertyChangeListener { /**
From source file edu.ucla.stat.SOCR.chart.demo.StackedAreaChartDemo.java
/** * A simple demonstration application showing how to create a stacked area * chart using data from a {@link CategoryDataset}. */ /*not used*/ public class StackedAreaChartDemo extends SuperCategoryChart_Bar implements PropertyChangeListener {
From source file edu.ucla.stat.SOCR.chart.demo.NormalDistributionDemo.java
/** * This demo shows a normal distribution graph. */ public class NormalDistributionDemo extends SuperNormalDistributionChart implements PropertyChangeListener { /** * sample code showing how to use ChartGenerator_JTable to create chart
From source file org.wsm.database.tools.editor.ui.GraphPane.java
public class GraphPane extends JPanel implements PropertyChangeListener, ChangeListener, ActionListener { public GraphPane() { GridBagLayout gbl = new GridBagLayout(); this.setLayout(gbl); this.qesi = new QueryExecStatsInfo();
From source file edu.ucla.stat.SOCR.chart.demo.LineChartDemo2.java
/** * A simple demonstration application showing how to create a line chart using * data from an {@link XYDataset}. * */ public class LineChartDemo2 extends SuperXYChart implements PropertyChangeListener {