List of usage examples for java.beans PropertyChangeListener interface-usage
From source file edu.ucla.stat.SOCR.chart.demo.AreaChartDemo1.java
/** * A simple demonstration application showing how to create an area chart * using data from a {@link CategoryDataset}. */ public class AreaChartDemo1 extends SuperCategoryChart implements PropertyChangeListener { public void doTest() {
From source file edu.ucla.stat.SOCR.chart.demo.DotChart.java
/** * A simple demonstration application showing how to create a line chart using * data from an {@link XYDataset}. * */ public class DotChart extends SuperDotChart implements PropertyChangeListener {
From source file edu.ucla.stat.SOCR.analyses.gui.ConfidenceIntervalAnalysis.java
/** Confidence Interval */ public class ConfidenceIntervalAnalysis extends Analysis implements PropertyChangeListener, Observer { // This must be the same as what's in the HashMap pointed by Data // Otherwise you won't get anything. ConfidenceControlPanel confidenceControlPanel;
From source file edu.ucla.stat.SOCR.analyses.gui.AnovaOneWay.java
/** One-Way ANOVA */ public class AnovaOneWay extends Analysis implements PropertyChangeListener { // This must be the same as what's in the HashMap pointed by Data // Otherwise you won't get anything. public JTabbedPane tabbedPanelContainer;
From source file edu.ucla.stat.SOCR.chart.SuperCategoryChart_vertical.java
/** * A simple demonstration application showing how to create a bar chart using category dataset. */ public class SuperCategoryChart_vertical extends Chart implements PropertyChangeListener { protected CategoryDataset dataset;
From source file org.eclipsetrader.yahoojapan.internal.core.connector.SnapshotConnector.java
public class SnapshotConnector implements Runnable, IFeedConnector, IExecutableExtension, PropertyChangeListener { private static final int I_CODE = 0; private static final int I_LAST = 1; private static final int I_DATE = 2; private static final int I_TIME = 3;
From source file FilterSample.java
class LabelAccessory extends JLabel implements PropertyChangeListener { private static final int PREFERRED_WIDTH = 125; private static final int PREFERRED_HEIGHT = 100; public LabelAccessory(JFileChooser chooser) {
From source file edu.ucla.stat.SOCR.chart.SuperYIntervalChart.java
/** * A simple demonstration application showing how to create a YInterval chart using * data from a {@link IntervalXYDataset}. */ public class SuperYIntervalChart extends Chart implements PropertyChangeListener {
From source file org.talend.repository.generic.ui.GenericConnWizardPage.java
/** * * created by ycbai on 2015921 Detailled comment * */ public class GenericConnWizardPage extends GenericWizardPage implements PropertyChangeListener {
From source file net.chaosserver.timelord.swingui.CommonTaskPanel.java
/**
* A basic panel used to display a set of TimelordTasks for a particular day.
* If the date being displayed is today, then a summary bar is shown across the
* bottom.
*
* @author Jordan Reed