List of usage examples for java.awt.event MouseListener interface-usage
From source file org.gcaldaemon.core.notifier.GmailNotifierWindow.java
/**
* Gmail notifier pop-up window.
*
* Created: Jan 03, 2007 12:50:56 PM
*
* @author Andras Berkes
From source file simplealbum.mvc.autocomplete.DController.java
/** * * @author elialva */ public class DController implements DocumentListener, MouseListener {
From source file pipeline.parameter_cell_views.TextBox.java
public class TextBox extends AbstractParameterCellView implements MouseListener, ParameterListener { private static final long serialVersionUID = 1L; protected JTextArea textField; private JLabel parameterName;
From source file peakmlviewer.dialog.timeseries.EditableChart.java
/** * */ public class EditableChart extends Composite implements MouseListener, MouseMotionListener { // constructor(s) public EditableChart(Composite parent, int style) {
From source file edu.ku.brc.ui.GradiantButton.java
/**
* A gradiant filled button button.
* A renderer need to be created so GradiantLabel and GradiantButton can share all the code.
*
* When the icon is set into the JButton constructor it changes the font size
* @code_status Beta
From source file layout.BLDComponent.java
/** A rectangle that has a fixed size. */ class BLDComponent extends JComponent implements MouseListener { private Color normalHue; private final Dimension preferredSize; private String name; private boolean restrictMaximumSize;
From source file events.MouseEventDemo.java
public class MouseEventDemo extends JPanel implements MouseListener { BlankArea blankArea; JTextArea textArea; static final String NEWLINE = System.getProperty("line.separator"); public static void main(String[] args) {
From source file it.unibas.spicygui.vista.listener.MyMouseEventListener.java
public final class MyMouseEventListener implements MouseListener, MouseMotionListener { private static Log logger = LogFactory.getLog(MyMouseEventListener.class); private GraphSceneGlassPane component; private JPanel pannelloPrincipale; private JLayeredPaneCorrespondences jLayeredPane;
From source file com.rapidminer.gui.plotter.charts.ChartPanelShiftController.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},
From source file controlador.ControladorReportes.java
/** * * @author juan ricaldi */ public class ControladorReportes implements MouseListener, KeyListener, FocusListener, PropertyChangeListener, ChangeListener, ItemListener {