List of usage examples for java.beans PropertyChangeListener interface-usage
From source file edu.ucla.stat.SOCR.chart.SuperCategoryChart.java
/** * A simple demonstration application showing how to create a bar chart using category dataset. */ public class SuperCategoryChart extends Chart implements PropertyChangeListener { protected CategoryDataset dataset;
From source file ome.formats.importer.gui.LoginHandler.java
/** * @author Brian W. Loranger * */ public class LoginHandler implements IObservable, ActionListener, WindowListener, PropertyChangeListener, WindowStateListener, WindowFocusListener {
From source file edu.chalmers.dat255.audiobookplayer.view.MainActivity.java
/**
* The main activity of the application.
*
* @author Aki Kkel, Marcus Parkkinen
* @version 0.6
*
From source file edu.ucla.stat.SOCR.chart.demo.PowerTransformHistogramChart.java
/** * A simple demonstration application showing how to create a bar chart using * an {@link XYPlot}. */ public class PowerTransformHistogramChart extends SuperHistogramChart implements PropertyChangeListener, ActionListener {
From source file org.talend.component.ui.wizard.ui.DynamicComposite.java
/** * * created by ycbai on 2015924 Detailled comment * */ public class DynamicComposite extends MultipleThreadDynamicComposite implements PropertyChangeListener {
From source file FileTreeDropTarget.java
public class FileTreeDropTarget implements DropTargetListener, PropertyChangeListener { public FileTreeDropTarget(FileTree tree) { this.tree = tree; // Listen for changes in the enabled property tree.addPropertyChangeListener(this);
From source file edu.ucla.stat.SOCR.chart.SuperBoxAndWhiskerChart_Vertical.java
/** *A simple demonstration application showing how to create a BoxAndWhisker chart using Category dataset. */ public class SuperBoxAndWhiskerChart_Vertical extends SuperBoxAndWhiskerChart implements PropertyChangeListener { protected BoxAndWhiskerCategoryDataset dataset;
From source file org.docx4all.swing.ExternalHyperlinkDialog.java
/** * @author Jojada Tirtowidjojo - 25/11/2008 */ public class ExternalHyperlinkDialog extends JDialog implements PropertyChangeListener { public final static String OK_BUTTON_TEXT = "OK"; public final static String CANCEL_BUTTON_TEXT = "Cancel";
From source file edu.ucla.stat.SOCR.chart.SuperBoxAndWhiskerChart.java
/** *A simple demonstration application showing how to create a BoxAndWhisker chart using Category dataset. */ public class SuperBoxAndWhiskerChart extends Chart implements PropertyChangeListener { protected BoxAndWhiskerCategoryDataset dataset; /**
From source file edu.ucla.stat.SOCR.chart.SuperCategoryChart_Stat_Raw.java
/** * A simple demonstration application showing how to create a statistical bar chart using category dataset. */ public class SuperCategoryChart_Stat_Raw extends Chart implements PropertyChangeListener { protected CategoryDataset dataset; /**