List of usage examples for java.beans PropertyChangeListener interface-usage
From source file edu.ucla.stat.SOCR.chart.SuperIndexChart.java
/** * A simple demonstration application showing how to create a bar chart. */ public class SuperIndexChart extends Chart implements PropertyChangeListener { protected String[] raw_x;
From source file org.polymap.core.mapeditor.tooling.edit.RegularPolygonTool.java
/** * * * @author <a href="http://www.polymap.de">Falko Brutigam</a> */ public class RegularPolygonTool extends DefaultEditorTool implements PropertyChangeListener {
From source file org.jitsi.videobridge.ConferenceSpeechActivity.java
/**
* Represents the speech activity of the <tt>Endpoint</tt>s in a
* <tt>Conference</tt>. Identifies the dominant speaker <tt>Endpoint</tt> in the
* <tt>Conference</tt> and maintains an ordered list of the <tt>Endpoint</tt>s
* in the <tt>Conference</tt> sorted by recentness of speaker domination and/or
* speech activity.
From source file edu.ucla.stat.SOCR.chart.demo.BarChartDemo3.java
/**
* A bar chart that uses a custom renderer to display different colors within a
* series. No legend is displayed because there is only one series but the
* colors are not consistent. Also, a domain marker is used to highlight one
* category.
*/
From source file org.jboss.demo.loanmanagement.ApplicationScreen.java
/** * The loan application editor screen. */ public final class ApplicationScreen extends Activity implements PropertyChangeListener { private ApplicationAdapter adapter;
From source file edu.ucla.stat.SOCR.chart.SuperMultiIndexChart.java
/** * A simple demonstration application showing how to create a bar chart. */ public class SuperMultiIndexChart extends Chart implements PropertyChangeListener { protected String[][] raw_x2;
From source file org.openmicroscopy.shoola.agents.imviewer.util.player.MoviePlayerControl.java
/**
* The movie player controller.
*
* @author Jean-Marie Burel
* <a href="mailto:j.burel@dundee.ac.uk">j.burel@dundee.ac.uk</a>
* @author Andrea Falconi
From source file edu.ucla.stat.SOCR.chart.demo.HistogramChartDemo3.java
/** * A simple demonstration application showing how to create a bar chart using * an {@link XYPlot}. */ public class HistogramChartDemo3 extends SuperIntervalXYChart_Time implements PropertyChangeListener {
From source file org.eclipse.php.composer.ui.editor.composer.DependencySection.java
public class DependencySection extends TableSection implements PropertyChangeListener { private Dependencies dependencies; private TableViewer dependencyViewer; private IAction editAction;
From source file net.sf.maltcms.chromaui.charts.overlay.Peak1DHeatmapOverlay.java
/** * * @author Nils Hoffmann */ public class Peak1DHeatmapOverlay extends AbstractChartOverlay implements ChartOverlay, PropertyChangeListener {