List of usage examples for java.awt.event MouseListener interface-usage
From source file org.esa.nest.dat.views.polarview.PolarView.java
/** * NEST * User: lveci * Date: Dec 1, 2008 */ public final class PolarView extends BasicView
From source file gdsc.smlm.ij.plugins.SpotInspector.java
/** * Extract the spots from the original image into a stack, ordering the spots by various rankings. */ public class SpotInspector implements PlugIn, MouseListener { private static final String TITLE = "Spot Inspector";
From source file com.lfv.lanzius.server.WorkspaceView.java
/**
* <p>
* WorkspaceView
* <p>
* Copyright © LFV 2007, <a href="http://www.lfv.se">www.lfv.se</a>
*
From source file es.emergya.ui.base.plugins.PluggableJTabbedPane.java
public class PluggableJTabbedPane extends JTabbedPane implements MouseListener { private static final org.apache.commons.logging.Log log = LogFactory.getLog(PluggableJTabbedPane.class); private static final long serialVersionUID = 1890890213870372119L; private Rectangle salir; private Integer min_height = 0;
From source file org.esa.snap.graphbuilder.rcp.dialogs.support.GraphPanel.java
/** * Draws and Edits the graph graphically * User: lveci * Date: Jan 15, 2008 */ public class GraphPanel extends JPanel
From source file org.isatools.isacreator.optionselector.OptionGroup.java
public class OptionGroup<T> extends JPanel implements MouseListener { public static final int HORIZONTAL_ALIGNMENT = 0; public static final int VERTICAL_ALIGNMENT = 1; private Map<T, OptionItem> availableOptions;
From source file net.fenyo.gnetwatch.GUI.BasicComponent.java
/**
* This class implements an AWT component capable of drawing time series with the Java2D API.
* @author Alexandre Fenyo
* @version $Id: BasicComponent.java,v 1.39 2008/08/06 16:51:42 fenyo Exp $
*/
From source file org.isatools.isacreator.visualization.AssayInfoPanel.java
/**
* interface where Assay Information appears such as the technology, measurement and so forth as well as a utility to
* view the treatment groups which appear within the Assay file.
*
* @author Eamonn Maguire
* @date Feb 23, 2009
From source file com.quinsoft.zeidon.objectbrowser.EntitySquare.java
/** * Builds the square (well, rectangle) that depicts an entity in the browser. * */ public class EntitySquare extends JPanel implements MouseListener { private static final long serialVersionUID = 1L;
From source file com.tradedesksoftware.ets.client.charting.ChartShiftController.java
/**
* This class provides ways to shift (aka pan/scroll) a plot. The shift is done
* through the arrow keys and its step can be configured to be a fixed amount,
* a percentual of the current axis or a range in pixels.
* <p>
* This class only supports plots of type {@link org.jfree.chart.plot.XYPlot XYPlot},