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 de.unibayreuth.bayeos.goat.panels.timeseries.JPanelChart.java

/**
 *
 * @author  oliver
 */
public class JPanelChart extends JPanel
        implements ChartChangeListener, ChangeListener, MouseListener, MouseMotionListener, ActionListener {

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

/**********************************************************************
 * A parent Panel container for the elements that show port utilization
 * information.  Normally this is intended to display some sort of graph
 * covering a collection or History of OMS snapshots.
 * <p>
 * @see  related classes and interfaces

From source file org.jets3t.apps.cockpit.gui.StartupDialog.java

/**
 * Dialog box for obtaining a user's service credentials, and performing other startup
 * tasks such as loading properties files.
 * <p>
 *
 * @author James Murty

From source file com.unionpay.upmp.jmeterplugin.gui.UPMPUrlConfigGui.java

/**
 * Basic URL / HTTP Request configuration:
 * - host and port
 * - connect and response timeouts
 * - path, method, encoding, parameters
 * - redirects & keepalive

From source file org.executequery.gui.editor.QueryEditorResultsPanel.java

/**
 * The Query Editor's results panel.
 *
 * @author   Takis Diakoumis
 * @version  $Revision: 1487 $
 * @date     $Date: 2015-08-23 22:21:42 +1000 (Sun, 23 Aug 2015) $

From source file plugins.ImageRectificationPanel.java

/**
 * Can't find
 * @author Dr. John Lindsay email: jlindsay@uoguelph.ca
 */
public class ImageRectificationPanel extends JPanel
        implements ActionListener, ChangeListener, TableModelListener, PropertyChangeListener, MouseListener {

From source file iDynoOptimizer.MOEAFramework26.src.org.moeaframework.analysis.diagnostics.ApproximationSetViewer.java

/**
 * Window for displaying approximation set dynamics.
 */
public class ApproximationSetViewer extends JFrame
        implements ChangeListener, ActionListener, ChartChangeListener, ListSelectionListener {

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

/**
 * Basic URL / HTTP Request configuration:
 * - host and port
 * - connect and response timeouts
 * - path, method, encoding, parameters
 * - redirects & keepalive

From source file org.yccheok.jstock.gui.IndicatorScannerJPanel.java

/**
 *
 * @author  yccheok
 */
public class IndicatorScannerJPanel extends javax.swing.JPanel
        implements ChangeListener, org.yccheok.jstock.engine.Observer<Indicator, Boolean> {

From source file gmgen.GMGenSystem.java

/**
 * {@code GMGenSystem} is the main class of the GMGen application.
 * 
 * It holds the controller for every tab as well as the menu bar.
 */
public final class GMGenSystem extends JFrame