List of usage examples for javax.swing.event ChangeListener interface-usage
From source file com.rapidminer.gui.plotter.charts.StackedBarChartPlotter.java
/**
* This is a stacked bar chart plotter. The plotter is also capable to produce average aggregations
* based on an additional group-by attribute.
*
* @author Ingo Mierswa
*
From source file com.rapidminer.gui.plotter.charts.BarChartPlotter.java
/**
* This is the main bar chart plotter. The plotter is also capable to produce average aggregations
* based on an additional group-by attribute.
*
* @author Ingo Mierswa
*
From source file edu.ku.brc.specify.plugins.PartialDateUI.java
/**
* @author rod
*
* @code_status Alpha
*
* Feb 2, 2007
From source file com.entertailion.java.fling.FlingFrame.java
/**
* Main window frame for the Fling application
*
* @author leon_nicholls
*
*/
From source file org.openmicroscopy.shoola.agents.measurement.view.GraphPane.java
/**
* Displays the intensities as a graph.
*
* @author Jean-Marie Burel
* <a href="mailto:j.burel@dundee.ac.uk">j.burel@dundee.ac.uk</a>
* @author Donald MacDonald
From source file uk.ac.babraham.SeqMonk.Filters.GeneSetFilter.GeneSetDisplay.java
/**
* This is the intermediate display that holds the table of results and the scatterplot.
*
* @author bigginsl
*
*/
From source file Human1.java
public class Human1 extends Applet implements ChangeListener, ActionListener { SimpleUniverse u; boolean isApplication;
From source file gov.llnl.lc.infiniband.opensm.plugin.gui.chart.PortHeatMapPlotPanel.java
/**********************************************************************
* Describe purpose and responsibility of PortHeatMapPlotPanel
* <p>
* @see related classes and interfaces
*
* @author meier3
From source file src.gui.ItTabbedPane.java
public class ItTabbedPane extends JTabbedPane implements MouseListener, ChangeListener { /** * */ private static final long serialVersionUID = 2264424271420304723L;
From source file apidemo.PanScrollZoomDemo.java
/** * A demo for panning, scrolling and zooming. */ public class PanScrollZoomDemo extends JFrame implements ActionListener, ChangeListener, ChartChangeListener, MouseListener/*, MouseMotionListener */ {