javax.swing.text.html
Class FormView.MouseEventListener

java.lang.Object
  extended by java.awt.event.MouseAdapter
      extended by javax.swing.text.html.FormView.MouseEventListener
All Implemented Interfaces:
MouseListener, EventListener
Enclosing class:
FormView

protected class FormView.MouseEventListener
extends MouseAdapter


Constructor Summary
protected FormView.MouseEventListener()
          Creates a new MouseEventListener.
 
Method Summary
 void mouseReleased(MouseEvent ev)
          Implements this method in the interface with an empty method body.
 
Methods inherited from class java.awt.event.MouseAdapter
mouseClicked, mouseEntered, mouseExited, mousePressed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormView.MouseEventListener

protected FormView.MouseEventListener()
Creates a new MouseEventListener.

Method Detail

mouseReleased

public void mouseReleased(MouseEvent ev)
Description copied from class: MouseAdapter
Implements this method in the interface with an empty method body.

Specified by:
mouseReleased in interface MouseListener
Overrides:
mouseReleased in class MouseAdapter
Parameters:
ev - the event, ignored in this implementation