Example usage for java.awt.event ItemListener interface-usage

List of usage examples for java.awt.event ItemListener interface-usage

Introduction

In this page you can find the example usage for java.awt.event ItemListener interface-usage.

Usage

From source file Java3DFrame.java

/**
 * The Example class is a base class extended by example applications. The class
 * provides basic features to create a top-level frame, add a menubar and
 * Canvas3D, build the universe, set up "examine" and "walk" style navigation
 * behaviors, and provide hooks so that subclasses can add 3D content to the
 * example's universe.

From source file TextureByReference.java

public class TextureByReference extends Applet implements ItemListener, ActionListener, ChangeListener {

    // need reference to animation behavior
    private AnimateTexturesBehavior animate;

    // need reference to tetrahedron

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 CommPortOpen.java

class PortChooser extends JDialog implements ItemListener {
    /** A mapping from names to CommPortIdentifiers. */
    protected HashMap map = new HashMap();
    /** The name of the choice the user made. */
    protected String selectedPortName;
    /** The CommPortIdentifier the user chose. */

From source file gdsc.smlm.ij.plugins.PeakFit.java

/**
 * Fits local maxima using a 2D Gaussian. Process each frame until a successive number of fits
 * fail to meet the fit criteria.
 */
public class PeakFit implements PlugInFilter, MouseListener, TextListener, ItemListener {
    private static final String TITLE = "PeakFit";

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 CommPortModem.java

class PortChooser extends JDialog implements ItemListener {
    /** A mapping from names to CommPortIdentifiers. */
    protected HashMap map = new HashMap();
    /** The name of the choice the user made. */
    protected String selectedPortName;
    /** The CommPortIdentifier the user chose. */

From source file ParallelPrint.java

class PortChooser extends JDialog implements ItemListener {
    /** A mapping from names to CommPortIdentifiers. */
    protected HashMap map = new HashMap();
    /** The name of the choice the user made. */
    protected String selectedPortName;
    /** The CommPortIdentifier the user chose. */

From source file SerialReadByEvents.java

class PortChooser extends JDialog implements ItemListener {
    /** A mapping from names to CommPortIdentifiers. */
    protected HashMap map = new HashMap();
    /** The name of the choice the user made. */
    protected String selectedPortName;
    /** The CommPortIdentifier the user chose. */

From source file CommPortThreaded.java

class PortChooser extends JDialog implements ItemListener {
    /** A mapping from names to CommPortIdentifiers. */
    protected HashMap map = new HashMap();
    /** The name of the choice the user made. */
    protected String selectedPortName;
    /** The CommPortIdentifier the user chose. */