List of usage examples for javax.swing.event ChangeListener interface-usage
From source file AtomPanel.java
/** * A demo application showing a dynamically updated chart that displays the current JVM memory * usage. */ public class AtomPanel extends JPanel implements ActionListener, ChangeListener { public AtomPanel() {
From source file blue.components.lines.Line.java
/**
* This Line class is used in a number of places in blue. For situations like
* the BSB/ObjectBuilder LineObject or the LineObject SoundObject, the values of
* points are closed on both ends with a minimum of two points required for use
* at x values 0.0 and 1.0. For non-rightbound lines such as Automations, x
* values are set to any positive value or 0.
From source file DiningPhilosophers.java
public class DiningPhilosophers extends javax.swing.JApplet implements ActionListener, ChangeListener { private JButton stopStartButton = new JButton("start"); // delays can go from 0 to 10,000 milliseconds, initial value is 500 int grabDelay = 500;
From source file org.jcurl.zui.piccolo.BroomPromptSimple.java
/** Piccolo View + Controller for {@link BroomPromptModel}s. */ public class BroomPromptSimple extends PNode implements PropertyChangeListener, ChangeListener { private static final Color dark = new IceShapes.RockColors().dark; private static final Color light = new IceShapes.RockColors().light; private static final Log log = JCLoggerFactory.getLogger(BroomPromptSimple.class); private static final Cursor MOVE_CURSOR = new Cursor(Cursor.MOVE_CURSOR);
From source file org.jcurl.demo.tactics.TrajectoryScenarioBean.java
/** * @author <a href="mailto:m@jcurl.org">M. Rohrmoser </a> * @version $Id$ */ public class TrajectoryScenarioBean extends TrajectoryBean<Affine, SGGroup> implements ChangeListener { private class MoveHandler extends SGMouseAdapter {
From source file org.jcurl.demo.tactics.sg.BroomPromptScenario.java
/** * @author <a href="mailto:m@jcurl.org">M. Rohrmoser </a> * @version $Id$ */ public class BroomPromptScenario implements PropertyChangeListener, ChangeListener, HasChanger {
From source file org.openmicroscopy.shoola.agents.util.ui.ScriptComponent.java
/**
* Hosts information related to a parameter for the script.
*
* @author Jean-Marie Burel
* <a href="mailto:j.burel@dundee.ac.uk">j.burel@dundee.ac.uk</a>
* @author Donald MacDonald
From source file edu.ku.brc.specify.ui.db.AskForNumbersDlg.java
/**
* @author rod
*
* @code_status Alpha
*
* Apr 10, 2008
From source file org.jcurl.demo.tactics.BroomPromptSwingBean.java
/**
* A Swing-based bean to control a {@link BroomPromptModel}. TODO x and y!
* <p>
* As Swing views are usually tightly coupled to the underlying datamodels
* (which holds at least for the {@link JSpinner}), I'm not quite sure how to
* pipe the changes through
From source file org.gcaldaemon.gui.ConfigEditor.java
/**
* Config editor GUI.
*
* Created: Apr 16, 2007 12:50:56 PM
*
* @author Andras Berkes