Example usage for java.beans PropertyChangeListener interface-usage

List of usage examples for java.beans PropertyChangeListener interface-usage

Introduction

In this page you can find the example usage for java.beans PropertyChangeListener interface-usage.

Usage

From source file edu.ucla.stat.SOCR.chart.demo.HistogramChartDemo2.java

/**
 * A simple demonstration application showing how to create a bar chart using
 * an {@link XYPlot}.
 */
public class HistogramChartDemo2 extends SuperHistogramChart implements PropertyChangeListener {

From source file net.sf.maltcms.chromaui.project.spi.nodes.DescriptorNode.java

public class DescriptorNode extends BeanNode<IBasicDescriptor> implements PropertyChangeListener {

    public DescriptorNode(IBasicDescriptor bean, Children children, Lookup lkp) throws IntrospectionException {
        super(bean, children, new ProxyLookup(lkp, Lookups.singleton(bean)));
        setDisplayName(bean.getDisplayName());
        setShortDescription(bean.toString());

From source file org.datacleaner.widgets.OpenAnalysisJobFileChooserAccessory.java

/**
 * The FileChooser "accessory" that will display analysis job information when
 * the user selected a job file.
 */
public class OpenAnalysisJobFileChooserAccessory extends DCPanel implements PropertyChangeListener {

From source file edu.ucla.stat.SOCR.chart.demo.EventFrequencyDemo1.java

/**
 * A demo application showing how to display category data against a date axis.
 */
public class EventFrequencyDemo1 extends SuperCategoryChart implements PropertyChangeListener {
    /**
     * sample code showing how to create a  chart using ChartGenerator_JTable class

From source file edu.ucla.stat.SOCR.chart.demo.BarChartDemo7.java

/**
 * A simple demonstration application showing how to create a bar chart with a 
 * custom item label generator.
 */
public class BarChartDemo7 extends SuperCategoryChart_Bar implements PropertyChangeListener {
    /**

From source file org.squidy.designer.shape.VisualShape.java

/**
 * <code>VisualShape</code>.
 * 
 * <pre>
 * Date: Feb 19, 2009
 * Time: 1:42:43 PM

From source file org.eclipsetrader.kdb.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 org.polymap.core.mapeditor.tooling.edit.SnapTool.java

/**
 * 
 *
 * @author <a href="http://www.polymap.de">Falko Brutigam</a>
 */
public class SnapTool extends DefaultEditorTool implements PropertyChangeListener, VectorLayerStylerAware {

From source file org.eclipsetrader.yahoo.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 com.eviware.soapui.impl.wsdl.teststeps.WsdlTestRequest.java

/**
 * WsdlRequest extension that adds WsdlAssertions
 * 
 * @author Ole.Matzura
 */