List of usage examples for java.beans PropertyChangeListener interface-usage
From source file ru.org.sevn.audiobookplayer.AppService.java
public class AppService extends Service implements ChangeStateListener, PropertyChangeListener, OnAudioFocusChangeListener { private static final String URI_BASE = AppService.class.getName() + "."; public static final String ACTION_PAUSE = "ru.org.sevn.simplemp3play.AppService.ACTION_PAUSE";
From source file net.sf.vfsjfilechooser.plaf.basic.BasicVFSDirectoryModel.java
/** * The DirectoryModel implementation based on Swing BasicDirectoryModel * @author Yves Zoundi <yveszoundi at users dot sf dot net>, Jason Harrop <jasonharrop at users.sourceforge.net> * @version 0.0.1 */ @SuppressWarnings("serial")
From source file edu.ucla.stat.SOCR.chart.SuperCategoryChart_StatA.java
/** * A simple demonstration application showing how to create a statistical bar chart. */ public class SuperCategoryChart_StatA extends SuperCategoryChart implements PropertyChangeListener { protected DefaultStatisticalCategoryDataset dataset;
From source file edu.ucla.stat.SOCR.chart.demo.HistogramChartDemo6.java
/** * A simple demonstration application showing how to create a bar chart using * an {@link XYPlot}. */ public class HistogramChartDemo6 extends SuperIntervalXYChart implements PropertyChangeListener { double[] x_start, x_end;
From source file edu.ucla.stat.SOCR.chart.demo.BoxAndWhiskerChartDemo2.java
/** * A simple demonstration application showing how to create a box-and-whisker * chart. */ public class BoxAndWhiskerChartDemo2 extends SuperBoxAndWhiskerChart implements PropertyChangeListener { /**
From source file edu.ucla.stat.SOCR.chart.demo.IndexChart.java
/** * A simple demonstration application showing how to create a line chart using * data from an {@link XYDataset}. * */ public class IndexChart extends SuperIndexChart implements PropertyChangeListener {
From source file org.jcurl.zui.piccolo.BroomPromptSimple.java
/** Piccolo View + Controller for {@link BroomPromptModel}s. */ public class BroomPromptSimple extends PNode implements PropertyChangeListener, ChangeListener { private static final Color dark = new IceShapes.RockColors().dark; private static final Color light = new IceShapes.RockColors().light; private static final Log log = JCLoggerFactory.getLogger(BroomPromptSimple.class); private static final Cursor MOVE_CURSOR = new Cursor(Cursor.MOVE_CURSOR);
From source file de.fhg.fokus.hss.server.cx.op.CxOperation.java
/** * This abstract class represents the cx specific operations * @author Andre Charton (dev -at- open-ims dot org) */ public abstract class CxOperation implements PropertyChangeListener { /** logger */
From source file com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSDirectoryModel.java
/** * The DirectoryModel implementation based on Swing BasicDirectoryModel * @author Yves Zoundi <yveszoundi at users dot sf dot net>, Jason Harrop <jasonharrop at users.sourceforge.net> * @version 0.0.1 */ @SuppressWarnings("serial")
From source file edu.ucla.stat.SOCR.analyses.jri.gui.LogisticRegression.java
/** this class is for logistic Regression only. */ public class LogisticRegression extends Analysis implements PropertyChangeListener { // This must be the same as what's in the HashMap pointed by Data // Otherwise you won't get anything. // Perhaps I will figure out a better way to do it. annieche.