List of usage examples for java.beans PropertyChangeListener interface-usage
From source file FileSample.java
class LabelAccessory extends JLabel implements PropertyChangeListener { private static final int PREFERRED_WIDTH = 125; private static final int PREFERRED_HEIGHT = 100; public LabelAccessory(JFileChooser chooser) {
From source file de.tbuchloh.kiskis.gui.treeview.TreeView.java
/**
* <b>TreeView</b>:
*
* @author gandalf
* @version $Id: TreeView.java,v 1.13 2007/02/18 14:37:51 tbuchloh Exp $
*/
From source file FormatterFactoryDemo.java
/** * FormatterFactoryDemo.java is a 1.4 example that * requires no other files. */ public class FormatterFactoryDemo extends JPanel implements PropertyChangeListener { //Values for the text fields
From source file ru.zinin.redis.session.RedisManager.java
/** * Date: 28.10.11 22:16 * * @author Alexander V. Zinin (mail@zinin.ru) */ public class RedisManager extends LifecycleMBeanBase implements Manager, PropertyChangeListener {
From source file it.cnr.icar.eric.client.ui.swing.metal.MetalThemeMenu.java
/**
* A JMenu for (Metal) Theme related choices.
*
* //TODO: add + and - commands for font size.
* //TODO: Get theme display names from property file.
*
From source file net.java.sip.communicator.impl.certificate.CertificateServiceImpl.java
/**
* Implementation of the CertificateService. It asks the user to trust a
* certificate when the automatic verification fails.
*
* @author Ingo Bauersachs
* @author Damian Minkov
From source file edu.ucla.stat.SOCR.chart.SuperCategoryChart_Stat.java
/** * A simple demonstration application showing how to create a statistical bar chart. */ public class SuperCategoryChart_Stat extends SuperCategoryChart implements PropertyChangeListener { DefaultStatisticalCategoryDataset dataset;
From source file AccessoryFileChooser.java
class AudioAccessory extends JPanel implements PropertyChangeListener, ActionListener { AudioClip currentClip; String currentName = "";
From source file edu.ucla.stat.SOCR.chart.demo.PieChartDemo4.java
/** * A simple demonstration application showing how to create a pie chart using data from a * {@link DefaultPieDataset}. This chart has a lot of labels and rotates, so it is useful for * testing the label distribution algorithm. */ public class PieChartDemo4 extends SuperPieChart implements PropertyChangeListener {
From source file edu.ku.brc.af.ui.forms.validation.DataChangeNotifier.java
/**
* Implements several listener interfaces and listens for the various types of notifications
* to figure out if the component has changed.
*
* @code_status Complete
*