List of usage examples for java.beans PropertyChangeListener interface-usage
From source file org.kepler.monitor.FigureUpdater.java
/**
* Updates a figure used for monitoring. The figure is updated as reaction to
* property changes occuring in some monitored object.
*
* @author Carlos Rueda
* @version $Id: FigureUpdater.java 30396 2012-08-09 23:50:32Z barseghian $
From source file edu.ucla.stat.SOCR.chart.demo.LineChartDemo1a.java
/** * A simple demonstration application showing how to create a line chart using * data from a {@link CategoryDataset}. */ public class LineChartDemo1a extends SuperCategoryChart implements PropertyChangeListener {
From source file edu.ucla.stat.SOCR.chart.demo.SpiderWebChartDemo1.java
/** * A simple demonstration application showing how to create a spider chart. */ public class SpiderWebChartDemo1 extends SuperCategoryChart implements PropertyChangeListener { public void doTest() {
From source file org.openmicroscopy.shoola.agents.treeviewer.util.GroupItem.java
/**
* Hosts the group and its associated menu.
*
* @author Jean-Marie Burel
* <a href="mailto:j.burel@dundee.ac.uk">j.burel@dundee.ac.uk</a>
* @since 4.4
From source file Main.java
class ProgressListener implements PropertyChangeListener { private final JProgressBar progressBar; ProgressListener(JProgressBar progressBar) { this.progressBar = progressBar; this.progressBar.setValue(0);
From source file edu.ucla.stat.SOCR.chart.demo.BarChartDemo4.java
/** * A bar chart with only two bars - here the 'maxBarWidth' attribute in the * renderer prevents the bars from getting too wide. */ public class BarChartDemo4 extends SuperCategoryChart_Bar implements PropertyChangeListener {
From source file org.gitools.ui.app.actions.BookmarksDropdown.java
public class BookmarksDropdown extends HeatmapAction implements IPanelAction, PropertyChangeListener { private JComboBox<Bookmark> bookmarkComboBox; private JPanel bookmarksSelectPanel; private Bookmarks bookmarks; private static Bookmark NO_OPTION = new Bookmark();
From source file components.FormattedTextFieldDemo.java
/**
* FormattedTextFieldDemo.java requires no other files.
*
* It implements a mortgage calculator that uses four
* JFormattedTextFields.
*/
From source file edu.ucla.stat.SOCR.chart.demo.CategoryStepChartDemo1.java
/** * A simple demonstration application showing how to create a step chart * using data from a {@link CategoryDataset}. */ public class CategoryStepChartDemo1 extends SuperCategoryChart_Bar implements PropertyChangeListener {
From source file edu.ucla.stat.SOCR.chart.demo.LineChartDemo1.java
/** * A simple demonstration application showing how to create a line chart using * data from a {@link CategoryDataset}. */ public class LineChartDemo1 extends SuperCategoryChart implements PropertyChangeListener {