org.PingOO.DLAI.lib.PWidget
Class PInternalFrame.PInternalMouseInputListener

java.lang.Object
  |
  +--javax.swing.event.MouseInputAdapter
        |
        +--org.PingOO.DLAI.lib.PWidget.PInternalFrame.PInternalMouseInputListener

protected final class PInternalFrame.PInternalMouseInputListener
extends javax.swing.event.MouseInputAdapter

Default mouse listener used to track the mouse over this internal frame.

Since:
PingOO 2.0
Version:
2.0
Author:
Fabrice Bouyé (bouye@cur-archamps.fr)
See Also:
MouseListener, MouseMotionListener, MouseInputListener

Constructor Summary
PInternalFrame.PInternalMouseInputListener()
          Creates a new mouse input adapter.
 
Method Summary
 void mouseEntered(java.awt.event.MouseEvent event)
          Action to do when the cursor enters this window.
 void mousePressed(java.awt.event.MouseEvent event)
          Invoked when the mouse exits a component.
 
Methods inherited from class javax.swing.event.MouseInputAdapter
mouseClicked, mouseDragged, mouseExited, mouseMoved, mouseReleased
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

PInternalFrame.PInternalMouseInputListener

public PInternalFrame.PInternalMouseInputListener()
Creates a new mouse input adapter.
Method Detail

mouseEntered

public final void mouseEntered(java.awt.event.MouseEvent event)
Action to do when the cursor enters this window.
Parameters:
event - The mouse event.
Overrides:
mouseEntered in class javax.swing.event.MouseInputAdapter

mousePressed

public final void mousePressed(java.awt.event.MouseEvent event)
Invoked when the mouse exits a component.
Parameters:
event - the mouse event.
Overrides:
mousePressed in class javax.swing.event.MouseInputAdapter