List of usage examples for javax.swing.event ChangeListener interface-usage
From source file components.FollowerRangeModel.java
/**
* Implements a model whose data is actually in another model (the
* "source model"). The follower model adjusts the values obtained
* from the source model (or set in the follower model) to be in
* a different unit of measure.
*
From source file org.jcurl.demo.tactics.CurlerSwingBean.java
/** * @author <a href="mailto:m@jcurl.org">M. Rohrmoser </a> * @version $Id$ */ public class CurlerSwingBean extends JComponent implements HasChanger, PropertyChangeListener, ChangeListener, ItemListener {
From source file controlador.ControladorReportes.java
/** * * @author juan ricaldi */ public class ControladorReportes implements MouseListener, KeyListener, FocusListener, PropertyChangeListener, ChangeListener, ItemListener {
From source file org.wsm.database.tools.editor.ui.GraphPane.java
public class GraphPane extends JPanel implements PropertyChangeListener, ChangeListener, ActionListener { public GraphPane() { GridBagLayout gbl = new GridBagLayout(); this.setLayout(gbl); this.qesi = new QueryExecStatsInfo();
From source file org.openmicroscopy.shoola.agents.metadata.view.MetadataViewerFactory.java
/**
* Factory to create {@link MetadataViewer} component.
*
* @author Jean-Marie Burel
* <a href="mailto:j.burel@dundee.ac.uk">j.burel@dundee.ac.uk</a>
* @author Donald MacDonald
From source file components.ColorChooserDemo2.java
public class ColorChooserDemo2 extends JPanel implements ActionListener, ChangeListener { public JLabel banner; public JColorChooser tcc; public ColorChooserDemo2() { super(new BorderLayout());
From source file org.openmicroscopy.shoola.agents.treeviewer.actions.TreeViewerAction.java
/**
* Top class that each action should extend.
*
* @author Jean-Marie Burel
* <a href="mailto:j.burel@dundee.ac.uk">j.burel@dundee.ac.uk</a>
* @version 2.2
From source file net.sourceforge.doddle_owl.ui.GeneralOntologySelectionPanel.java
/** * @author Takeshi Morita */ public class GeneralOntologySelectionPanel extends JPanel implements ActionListener, ChangeListener { private JCheckBox edrCheckBox; private JCheckBox edrtCheckBox;
From source file org.jcurl.core.ui.TrajectoryBroomPromptWrapper.java
/**
* Push changes down from this {@link BroomPromptModel} to a
* {@link ComputedTrajectorySet}.
* <p>
* Does <b>not sync back</b> events from the {@link ComputedTrajectorySet}!
* </p>
From source file fungus.MycoNodeFrame.java
public class MycoNodeFrame extends JFrame implements ChangeListener { public MycoNode node; private JLabel stateLabel; private JLabel maxCapacityLabel; private JLabel typeLabel;