Example usage for javax.swing.event ChangeListener interface-usage

List of usage examples for javax.swing.event ChangeListener interface-usage

Introduction

In this page you can find the example usage for javax.swing.event ChangeListener interface-usage.

Usage

From source file com.floreantpos.ui.model.MenuItemForm.java

/**
 *
 * @author  MShahriar
 */
public class MenuItemForm extends BeanEditor<MenuItem> implements ActionListener, ChangeListener {
    ShiftTableModel shiftTableModel;

From source file com.floreantpos.ui.model.PizzaItemForm.java

/**
 *
 * @author  MShahriar
 */
public class PizzaItemForm extends BeanEditor<MenuItem> implements ActionListener, ChangeListener {

From source file org.openmicroscopy.shoola.agents.fsimporter.chooser.LocationDialog.java

/**
 * Provides the user with the options to select the location to import data.
 * 
 * @author Jean-Marie Burel &nbsp;&nbsp;&nbsp;&nbsp; <a
 *         href="mailto:j.burel@dundee.ac.uk">j.burel@dundee.ac.uk</a>
 * @author Donald MacDonald &nbsp;&nbsp;&nbsp;&nbsp; <a

From source file org.openmicroscopy.shoola.agents.measurement.view.IntensityView.java

/** 
 * Displays statistics computed on the pixels intensity value of a given 
 * ROI shape.
 *
 * @author  Jean-Marie Burel &nbsp;&nbsp;&nbsp;&nbsp;
 *    <a href="mailto:j.burel@dundee.ac.uk">j.burel@dundee.ac.uk</a>

From source file sim.graph.MyPluggableRendererDemo.java

/**
 * Shows off some of the capabilities of <code>PluggableRenderer</code>.
 * This code provides examples of different ways to provide and
 * change the various functions that provide property information
 * to the renderer.
 * 

From source file org.openmicroscopy.shoola.agents.metadata.editor.EditorControl.java

/** 
 * The Editor's controller.
 *
 * @author  Jean-Marie Burel &nbsp;&nbsp;&nbsp;&nbsp;
 * <a href="mailto:j.burel@dundee.ac.uk">j.burel@dundee.ac.uk</a>
 * @author Donald MacDonald &nbsp;&nbsp;&nbsp;&nbsp;

From source file de.dmarcini.submatix.pclogger.gui.MainCommGUI.java

/**
 * @author dmarc
 *
 */
public class MainCommGUI extends JFrame
        implements ActionListener, MouseMotionListener, ChangeListener, ItemListener { //

From source file ffx.ui.MainPanel.java

/**
 * The MainPanel class is the main container for Force Field X, handles file
 * input/output and is used to pass references among the various sub-Panels.
 *
 * @author Michael J. Schnieders
 *

From source file edu.purdue.cc.bionet.ui.CorrelationDisplayPanel.java

/**
 * A class for displaying and interacting with Correlation data for a set of 
 * molecules.
 */
public class CorrelationDisplayPanel extends AbstractDisplayPanel
        implements ActionListener, ChangeListener, ItemListener {

From source file com.g2inc.scap.editor.gui.windows.EditorMainWindow.java

public class EditorMainWindow extends javax.swing.JFrame
        implements InternalFrameListener, WindowListener, ChangeListener {

    private static EditorMainWindow instance = null;
    private static final long serialVersionUID = 1L;
    private static final Logger LOG = Logger.getLogger(EditorMainWindow.class);