List of usage examples for javax.swing.event ChangeListener interface-usage
From source file edu.ku.brc.specify.tasks.subpane.wb.EditFormControlDlg.java
/**
* Creates a Dialog used to edit form control attributes.
*
* @author rods
*
* @code_status Complete
From source file ee.ioc.cs.vsle.editor.Editor.java
/**
* <a href="http://vsledit.sourceforge.net">Visual Specification Language Editor</a>
* main module for combining separate logical units (Built in the IconEditor)
* into a structured schema.
*
* @author Ando Saabas, Aulo Aasma
From source file org.wings.STabbedPane.java
/**
* A tabbed pane shows one tab (usually a panel) at a moment.
* The user can switch between the panels.
*
* @author <a href="mailto:haaf@mercatis.de">Armin Haaf</a>,
* <a href="mailto:andre.lison@general-bytes.com">Andre Lison</a>
From source file edu.purdue.cc.bionet.ui.HeatMap.java
/** * A class for displaying a heat map of correlation values. */ public class HeatMap extends JPanel implements MouseListener, GraphMouseListener<Correlation>, ChangeListener, GraphItemChangeListener<Molecule>, Scalable, MouseWheelListener, ComponentListener {
From source file edu.ku.brc.af.ui.forms.formatters.DataObjFieldFormatMultiplePanel.java
/**
*
* @author Ricardo
* @author rods
*
* @code_status Alpha
From source file edu.ku.brc.af.ui.forms.formatters.DataObjFieldFormatDlg.java
/**
*
* @author ricardo
* @author rods
*
* @code_status Alpha
From source file ColorPicker3.java
class GrayScalePanel extends AbstractColorChooserPanel implements ChangeListener, ActionListener {
JSlider scale;
JTextField percentField;
From source file 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.eurocarbdb.application.glycoworkbench.plugin.s3.gui.StartupDialog.java
/**
* Dialog box for obtaining a user's AWS Credentials, and performing other startup tasks such as
* loading properties files.
* <p>
*
* @author James Murty
From source file org.openmicroscopy.shoola.agents.treeviewer.view.TreeViewerFactory.java
/**
* Factory to create {@link TreeViewer} component.
* This class keeps track of the {@link TreeViewer} instance that has been
* created and is not yet in the {@link TreeViewer#DISCARDED} state.
*
* @author Jean-Marie Burel