List of usage examples for javax.swing.event ChangeListener interface-usage
From source file org.jfree.chart.demo.PanScrollZoomDemo.java
/** * A demo for panning, scrolling and zooming. */ public class PanScrollZoomDemo extends JFrame implements ActionListener, ChangeListener, ChartChangeListener, MouseListener/*, MouseMotionListener */ {
From source file org.spiderplan.tools.visulization.GraphFrame.java
/**
* A variation of AddNodeDemo that animates transitions between graph states.
*
* @author Tom Nelson
* @author Uwe Kckemann
* @param <V> Class for nodes
From source file zsk.JFCMainClient.java
/**
* knoedel@section60:~/workspace/ytd2$ echo " *" `egrep -v "(^\s*(\/\*|\*|//)|^\s*$)" src/zsk/*java | wc -l` java code lines && echo -e " *" `egrep "(^\s*(\/\*|\*|//)|^\s*$)" src/zsk/*java | wc -l` empty/comment lines "\n *"
* 1882 java code lines
* 710 empty/comment lines
*
* knoedel@section60:~/workspace/ytd2$ date && uname -a && lsb_release -a && java -version
From source file org.openmicroscopy.shoola.agents.metadata.editor.UserProfile.java
/**
* Component displaying the user details.
*
* @author Jean-Marie Burel
* <a href="mailto:j.burel@dundee.ac.uk">j.burel@dundee.ac.uk</a>
* @author Donald MacDonald
From source file org.executequery.gui.browser.ConnectionPanel.java
/**
*
* @author Takis Diakoumis
* @version $Revision: 1487 $
* @date $Date: 2015-08-23 22:21:42 +1000 (Sun, 23 Aug 2015) $
*/
From source file edu.ku.brc.specify.plugins.latlon.LatLonUI.java
/**
*
* Constructs the UI for entering in Lat/Lon data for a Locality Object. This is designed to handle different types of formats
* and makes sure the get converted correctly.
*
* @author rods
From source file TextureByReference.java
public class TextureByReference extends Applet implements ItemListener, ActionListener, ChangeListener { // need reference to animation behavior private AnimateTexturesBehavior animate; // need reference to tetrahedron
From source file de.ailis.xadrian.frames.MainFrame.java
/** * The main frame. * * @author Klaus Reimer (k@ailis.de) */ public class MainFrame extends JFrame implements EditorStateListener, ChangeListener, ClipboardProvider,
From source file edu.ku.brc.specify.tasks.subpane.lm.LifeMapperPane.java
/**
* @author rods
*
* @code_status Alpha
*
* Oct 12, 2011
From source file javazoom.jlgui.player.amp.PlayerUI.java
public class PlayerUI extends JPanel implements ActionListener, ChangeListener, BasicPlayerListener { private static Log log = LogFactory.getLog(PlayerUI.class); public static final int INIT = 0; public static final int OPEN = 1; public static final int PLAY = 2; public static final int PAUSE = 3;