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 com.eviware.soapui.impl.wsdl.teststeps.WsdlTestRequestStep.java

/**
 * WsdlTestStep that executes a WsdlTestRequest
 * 
 * @author Ole.Matzura
 */

From source file ch.fork.AdHocRailway.ui.locomotives.configuration.LocomotiveConfig.java

public class LocomotiveConfig extends JDialog implements PropertyChangeListener {

    private final Trigger trigger = new Trigger();
    private LocomotiveContext ctx;
    private boolean createLocomotive;
    private PresentationModel<Locomotive> presentationModel;

From source file edu.ucla.stat.SOCR.chart.SuperPowerChart.java

/**
  * A simple demonstration application showing how to create a bar chart.
 */
public class SuperPowerChart extends Chart implements PropertyChangeListener, ActionListener, Observer {

    protected String[] raw_x;

From source file edu.ucla.stat.SOCR.analyses.gui.AnovaTwoWay.java

/** One-Way ANOVA */
public class AnovaTwoWay extends Analysis implements PropertyChangeListener {

    JRadioButton interactionOnSwitch;
    JRadioButton interactionOffSwitch;

From source file com.gnadenheimer.mg.frames.admin.FrameConfigAdmin.java

/**
 *
 * @author Industria
 */
public class FrameConfigAdmin extends javax.swing.JInternalFrame implements PropertyChangeListener {

From source file org.rifidi.designer.library.retail.clothingrack.ClothingRack.java

/**
 * A rack can contain multiple pieces of clothing.Handling is almost the same as
 * with the box producer.
 * 
 * @author Jochen Mader - jochen@pramari.com - Apr 3, 2008
 * 

From source file org.executequery.base.DockedTabContainer.java

/**
 * The base component for a docked tab panel.
 * This will control the docked tab in addition to
 * provide minimised button panels, action controls
 * and tool tip creation.
 *

From source file Installer.java

/**
 * Derived from https://github.com/MinecraftForge/Installer/
 * Copyright 2013 MinecraftForge developers, & Mark Browning, StellaArtois
 *
 * Licensed under GNU LGPL v2.1 or later.
 *

From source file plugins.ImageRectificationPanel.java

/**
 * Can't find
 * @author Dr. John Lindsay email: jlindsay@uoguelph.ca
 */
public class ImageRectificationPanel extends JPanel
        implements ActionListener, ChangeListener, TableModelListener, PropertyChangeListener, MouseListener {

From source file org.talend.repository.generic.ui.DynamicComposite.java

/**
 * 
 * created by ycbai on 2015924 Detailled comment
 *
 */
public class DynamicComposite extends MultipleThreadDynamicComposite implements PropertyChangeListener {