List of usage examples for java.beans PropertyChangeListener interface-usage
From source file com.eviware.soapui.impl.wsdl.panels.teststeps.GroovyScriptStepDesktopPanel.java
/**
* DesktopPanel for WsdlGroovyTestSteps
*
* @author Ole.Matzura
*/
From source file edu.ucla.stat.SOCR.chart.SuperAreaChart_XY.java
/** * A simple demonstration application showing how to create a chart using XY dataset. */ public class SuperAreaChart_XY extends Chart implements PropertyChangeListener { TableXYDataset dataset;
From source file org.jcurl.demo.tactics.BroomPromptSwingBean.java
/**
* A Swing-based bean to control a {@link BroomPromptModel}. TODO x and y!
* <p>
* As Swing views are usually tightly coupled to the underlying datamodels
* (which holds at least for the {@link JSpinner}), I'm not quite sure how to
* pipe the changes through
From source file org.polymap.core.mapeditor.tooling.edit.BaseVectorLayer.java
/** * {@link JsonVectorLayer} connected to the features of an {@link ILayer}. * * @author <a href="http://www.polymap.de">Falko Brutigam</a> */ public abstract class BaseVectorLayer implements PropertyChangeListener {
From source file edu.ucla.stat.SOCR.chart.demo.StackedBarChartDemo4.java
/** * A simple demonstration application showing how to create a stacked bar chart * using data from a {@link CategoryDataset}. */ public class StackedBarChartDemo4 extends SuperCategoryChart_Bar implements PropertyChangeListener { public void doTest() {
From source file edu.ucla.stat.SOCR.chart.SuperIntervalXYChart.java
/** * A simple demonstration application showing how to create a Bar chart using * data from a {@link IntervalXYDataset}. */ public class SuperIntervalXYChart extends Chart implements PropertyChangeListener {
From source file de.unentscheidbar.validation.swing.trigger.DocumentChangeTrigger.java
final class DocumentChangeTrigger extends AbstractCoalescingTrigger<JComponent> implements DocumentListener, PropertyChangeListener { private static final class DocumentGetter extends ImmutableFunction<JComponent, Document> { static final DocumentGetter INSTANCE = new DocumentGetter();
From source file edu.ucla.stat.SOCR.chart.demo.PowerTransformQQNormalPlotChart.java
/** * A simple demonstration application showing how to create a line chart using * data from an {@link XYDataset}. * */ public class PowerTransformQQNormalPlotChart extends SuperXYChart_QQ
From source file edu.ucla.stat.SOCR.analyses.gui.MultiLinearRegression.java
/** this class is for Multiple Linear Regression only. */ public class MultiLinearRegression extends Analysis implements PropertyChangeListener { public String[][] example = new String[1][1]; // the example data public String[] columnNames = new String[1]; private double[] xData = null;
From source file it.cnr.icar.eric.client.ui.swing.FindParamsPanel.java
/**
* A form to allow user enter all parameters for a find or search in
* the registry. Parent of BusinesQueryPanel and AdhocQueryPanel.
*
* @author <a href="mailto:Farrukh.Najmi@Sun.COM">Farrukh S. Najmi</a>
*/