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 modnlp.capte.AlignmentInterfaceWS.java

public class AlignmentInterfaceWS extends JPanel implements ActionListener, ItemListener, CellEditorListener {
    /**
     * Basic prototype of components for word alignment
     * stuff in Java
     *
     * Date: March/April 2011

From source file de.adv_online.aaa.katalogtool.KatalogDialog.java

public class KatalogDialog extends JFrame implements ActionListener, ItemListener, Dialog, StatusReader {
    /**
     * 
     */
    public static final String VERSION_TEXT = "1.0.0";
    private static final String title = "AAA-Katalogtool";

From source file com.kenai.redminenb.query.RedmineQueryController.java

/**
 *
 * @author Anchialas <anchialas@gmail.com>
 */
@NbBundle.Messages({ "MSG_SameName=Query with the same name already exists.", "MSG_NoResults=No Issues found",
        "# {0} - the issue number", "MSG_NotFound=Issue #{0} not found", "# {0} - the issue number",

From source file com.prezerak.windmill.gui.AveragesPanel.java

/**
 The AveragesPanel class is very memory consuming especially
 in cases where the time interval is long.
    
 This is a known fact.
    

From source file SplineAnim.java

public class SplineAnim extends Applet implements ActionListener, AdjustmentListener, ItemListener {

    // 3D Canvas
    Canvas3D canvas;

    // UI Components

From source file tracing.ShollAnalysisDialog.java

@SuppressWarnings("serial")
public class ShollAnalysisDialog extends Dialog
        implements WindowListener, ActionListener, TextListener, ItemListener {

    protected double x_start, y_start, z_start;

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

/**
 * A class for visualizing a network graph. 
 */
public class GraphVisualizer<V, E> extends VisualizationViewer<V, E>
        implements Graph<V, E>, ItemListener, MouseListener, Scalable {
    protected Graph<V, E> graph = new UndirectedSparseGraph<V, E>();

From source file zsk.JFCMainClient.java

/**
 * knoedel@section60:~/workspace/ytd2$ echo " *" `egrep -v "(^\s*(\/\*|\*|//)|^\s*$)" src/zsk/*java | wc -l` java code lines && echo -e " *" `egrep "(^\s*(\/\*|\*|//)|^\s*$)" src/zsk/*java | wc -l` empty/comment lines "\n *"
 * 1882 java code lines
 * 710 empty/comment lines 
 *
 * knoedel@section60:~/workspace/ytd2$ date && uname -a && lsb_release -a && java -version

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

/**
 * Allows analysis of the signal and on/off times for fixed fluorophore spots in an image stack.
 */
public class SpotAnalysis extends PlugInFrame
        implements ActionListener, ItemListener, Runnable, ImageListener, ListSelectionListener, KeyListener {
    private static final long serialVersionUID = 1L;

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

/**
 * Produces an average PSF image using selected diffraction limited spots from a sample image.
 * <p>
 * The input image must be a z-stack of diffraction limited spots for example quantum dots or fluorescent beads. Spots
 * will be used only when there are no spots within a specified distance to ensure a clean signal is extracted.
 */