List of usage examples for java.beans PropertyChangeListener interface-usage
From source file org.openmicroscopy.shoola.agents.fsimporter.view.ImporterControl.java
/**
* The {@link Importer}'s controller.
*
* @author Jean-Marie Burel
* <a href="mailto:j.burel@dundee.ac.uk">j.burel@dundee.ac.uk</a>
* @author Donald MacDonald
From source file ome.formats.importer.gui.HistoryTable.java
/** * @author Brian W. Loranger * */ public class HistoryTable extends JPanel implements ActionListener, PropertyChangeListener, IObserver, IObservable, ListSelectionListener {
From source file org.yccheok.jstock.gui.portfolio.DividendSummaryJDialog.java
/** * * @author yccheok */ public class DividendSummaryJDialog extends javax.swing.JDialog implements PropertyChangeListener {
From source file edu.ucla.stat.SOCR.chart.SuperHistogramChart.java
/** * A simple demonstration application showing how to create a Bar chart using * data from a {@link IntervalXYDataset}. */ public class SuperHistogramChart extends Chart implements PropertyChangeListener, ActionListener, Observer {
From source file org.openmicroscopy.shoola.agents.measurement.view.GraphPane.java
/**
* Displays the intensities as a graph.
*
* @author Jean-Marie Burel
* <a href="mailto:j.burel@dundee.ac.uk">j.burel@dundee.ac.uk</a>
* @author Donald MacDonald
From source file org.openmicroscopy.shoola.agents.util.finder.AdvancedFinder.java
/**
* The class actually managing the search.
*
* @author Jean-Marie Burel
* <a href="mailto:j.burel@dundee.ac.uk">j.burel@dundee.ac.uk</a>
* @author Donald MacDonald
From source file au.org.ala.delta.editor.DeltaEditor.java
/** * The main class for the DELTA Editor. */ @ProxyActions({ "copySelectedWithHeaders", "selectAll", "find", "replace", "findNext" }) public class DeltaEditor extends InternalFrameApplication implements PreferenceChangeListener, DeltaViewStatusObserver, PropertyChangeListener {
From source file hydrograph.ui.graph.controller.ComponentEditPart.java
/** * The Class ComponentEditPart. * @author Bitwise */ public class ComponentEditPart extends AbstractGraphicalEditPart implements NodeEditPart, PropertyChangeListener {
From source file org.datavyu.controllers.component.TrackController.java
/** * TrackPainterController is responsible for managing a TrackPainter. */ public final class TrackController implements ViewerStateListener, PropertyChangeListener { /** The UserMetrix logger for this class. */
From source file org.tellervo.desktop.io.ImportDialog.java
public class ImportDialog extends JDialog implements PropertyChangeListener, TridasSelectListener { private static final long serialVersionUID = -9142222993569420620L; private final JPanel contentPanel = new JPanel(); private JPanel panelTreeTable; private JTextArea originalFilePane;