List of usage examples for java.beans PropertyChangeListener interface-usage
From source file joachimeichborn.geotag.model.Geocoding.java
/** * Immutable representation of geo coding information * * @author Joachim von Eichborn */ public class Geocoding implements PropertyChangeListener {
From source file no.ntnu.mmfplanner.ui.graph.SaNpvChart.java
/** * Draws the SANPV Chart for all MMFs. Along the X-axis goes the periods and * along the Y-axis Discounted Cash. Uses the JFreeChart library. */ public class SaNpvChart extends ChartPanel implements PropertyChangeListener {
From source file de.fhg.igd.swingrcp.ActionAdapter.java
/** * SWT ActionAdapter for Swing Actions * * @author Simon Templer */ public class ActionAdapter extends Action implements PropertyChangeListener {
From source file org.polymap.core.model.event.ModelChangeEvent.java
/**
* Collection of {@link PropertyChangeEvent}s collected while execution of an
* operation.
*
* @author <a href="http://www.polymap.de">Falko Braeutigam</a>
* @since 3.0
From source file Sketch.java
public class Sketch extends JPanel implements PropertyChangeListener, ActionListener {
JogShuttle shuttle1;
JogShuttle shuttle2;
JPanel board;
From source file org.hydroponics.web.controller.CalibreAsyncController.java
/** * Long Polling controller for the Calibre */ @Controller(value = "CalibreAsyncController") public class CalibreAsyncController implements PropertyChangeListener {
From source file net.sf.maltcms.chromaui.charts.overlay.ChartOverlayChildFactory.java
/** * * @author Nils Hoffmann */ public class ChartOverlayChildFactory extends ChildFactory<ChartOverlay> implements OverlayChangeListener, PropertyChangeListener {
From source file pcgen.system.PropertyContext.java
/**
* This class acts similarly to the Properties class but behaves defferntly
* in that SubContexts can be created. These SubContexts share the properties
* of its parent but they use a different namespace than the parent when
* a property is set. The root parent contains all the properties of its
* children and likewise, all of the properties of the children can be edited
From source file no.ntnu.mmfplanner.ui.graph.NpvChart.java
/**
* Draws the NPV Chart for the development process. Along the X-axis goes the
* periods (time) and along the Y-axis Discounted Cash. Uses the JFreeChart
* library.
*/
From source file org.jcurl.mr.gui.BroomPanel0.java
public class BroomPanel0 extends JPanel implements ChangeListener, ActionListener, PropertyChangeListener { private static final Log log = JCLoggerFactory.getLogger(BroomPanel0.class); private static final long serialVersionUID = 9008976409239381440L;