List of usage examples for java.beans PropertyChangeListener interface-usage
From source file edu.ucla.stat.SOCR.chart.demo.ScatterChartDemo1.java
/** * A simple demonstration application showing how to create a line chart using * data from an {@link XYDataset}. * */ public class ScatterChartDemo1 extends SuperXYChart implements PropertyChangeListener {
From source file edu.ucla.stat.SOCR.chart.demo.BarChartDemo2.java
/** * A simple demonstration application showing how to create a horizontal bar * chart. */ public class BarChartDemo2 extends SuperCategoryChart_Bar implements PropertyChangeListener {
From source file edu.ucla.stat.SOCR.chart.demo.XYAreaChartDemo1.java
/** * A simple demonstration application showing how to create an area chart. */ public class XYAreaChartDemo1 extends SuperXYChart implements PropertyChangeListener { public void doTest() {
From source file edu.ucla.stat.SOCR.chart.demo.StatisticalLineChartDemo1.java
/** * A simple demonstration application showing how to create a "statistical" * line chart using data from a {@link CategoryDataset}. */ public class StatisticalLineChartDemo1 extends SuperCategoryChart_Stat implements PropertyChangeListener {
From source file edu.ucla.stat.SOCR.chart.demo.StatisticalLineChartDemo1a.java
/** * A simple demonstration application showing how to create a "statistical" * line chart using data from a {@link CategoryDataset}. */ public class StatisticalLineChartDemo1a extends SuperCategoryChart_StatA implements PropertyChangeListener {
From source file edu.ucla.stat.SOCR.chart.demo.BarChartDemo5.java
/** * A simple demonstration application showing how to create a horizontal bar * chart. */ public class BarChartDemo5 extends SuperCategoryChart_Bar implements PropertyChangeListener { /**
From source file org.openmicroscopy.shoola.agents.treeviewer.actions.TreeViewerAction.java
/**
* Top class that each action should extend.
*
* @author Jean-Marie Burel
* <a href="mailto:j.burel@dundee.ac.uk">j.burel@dundee.ac.uk</a>
* @version 2.2
From source file edu.ucla.stat.SOCR.chart.demo.StatisticalBarChartDemo1a.java
/** * A simple demonstration application showing how to create a "statistical" * bar chart using data from a {@link CategoryDataset}. */ public class StatisticalBarChartDemo1a extends SuperCategoryChart_StatA implements PropertyChangeListener {
From source file EditorDropTarget4.java
public class EditorDropTarget4 implements DropTargetListener, PropertyChangeListener { public EditorDropTarget4(JEditorPane pane) { this.pane = pane; // Listen for changes in the enabled property pane.addPropertyChangeListener(this);
From source file components.CustomDialog.java
class CustomDialog extends JDialog implements ActionListener, PropertyChangeListener { private String typedText = null; private JTextField textField; private DialogDemo dd; private String magicWord;