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.github.fritaly.dualcommander.DualCommander.java

public class DualCommander extends JFrame
        implements ChangeListener, WindowListener, KeyListener, PropertyChangeListener, FocusListener {

    private static final long serialVersionUID = 5445919782222373150L;

    // TODO Add support for Ctrl+C / Ctrl-X / Ctrl-V with the system clipboard

From source file javazoom.jlgui.player.amp.playlist.ui.PlaylistUI.java

public class PlaylistUI extends JPanel implements ActionListener, ChangeListener {
    private static Log log = LogFactory.getLog(PlaylistUI.class);
    public static int MAXDEPTH = 4;
    private Config config = null;
    private Skin ui = null;
    private Playlist playlist = null;

From source file greenfoot.gui.export.ExportPublishPane.java

/**
 * Pane used for exporting to Greenfoot Gallery
 * 
 * @author Michael Kolling
 * @author Poul Henriksen
 */

From source file com.rapidminer.gui.plotter.charts.WebPlotter.java

/**
 * Web plotter based on the Spiderweb-plotter of JFreechart.
 *
 * @author David Arnu
 *
 */

From source file Sketch.java

class JogShuttle extends JComponent implements ChangeListener {

    private BoundedRangeModel model;

    //  The dialInsets property tells how far the dial is inset
    //  from the sunken border.

From source file org.apache.jmeter.protocol.http.config.gui.UrlConfigGui.java

/**
 * Basic URL / HTTP Request configuration:
 * <ul>
 * <li>host and port</li>
 * <li>connect and response timeouts</li>
 * <li>path, method, encoding, parameters</li>

From source file org.jajuk.ui.views.ParameterViewGUIHelper.java

/**
 * Helper class containing GUI update code from and to configuration.
 */
public class ParameterViewGUIHelper implements ActionListener, ItemListener, ChangeListener {
    /** Associated Parameter view. */
    ParameterView pv;

From source file org.openmicroscopy.shoola.agents.treeviewer.browser.BrowserControl.java

/** 
 * The Browser's Controller.
 *
 * @author Jean-Marie Burel &nbsp;&nbsp;&nbsp;&nbsp;
 *          <a href="mailto:j.burel@dundee.ac.uk">j.burel@dundee.ac.uk</a>
 * @version 2.2

From source file gov.llnl.lc.infiniband.opensm.plugin.gui.chart.AdvancedXY_PlotPanel.java

public class AdvancedXY_PlotPanel extends XY_PlotPanel implements ChangeListener, ChartProgressListener {
    // this is a panel that contains a SimpleXY_PlotPanel, a table, a slider, border layout

    static final protected int MAX_DATASETS = 4;
    static final protected int MAX_DS_SIZE = 102;

From source file org.shaman.rpg.editor.objects.ui.ElementPropertyVisualPanel1.java

public final class ElementPropertyVisualPanel1 extends JPanel implements ChangeListener {
    private static final Logger LOG = Logger.getLogger(ElementPropertyVisualPanel1.class.getName());
    @StaticResource
    private static final String LOCK_ICON = "org/shaman/rpg/editor/objects/ui/lock24.png";
    @StaticResource
    private static final String HIDDEN_ICON = "org/shaman/rpg/editor/objects/ui/hidden24.png";