javax.swing.text.html
protected class FormView.MouseEventListener extends MouseAdapter
Modifier | Constructor and Description |
---|---|
protected |
FormView.MouseEventListener()
Creates a new
MouseEventListener . |
Modifier and Type | Method and Description |
---|---|
void |
mouseReleased(MouseEvent ev)
Implements this method in the interface with an empty method body.
|
mouseClicked, mouseEntered, mouseExited, mousePressed
protected FormView.MouseEventListener()
MouseEventListener
.public void mouseReleased(MouseEvent ev)
MouseAdapter
mouseReleased
in interface MouseListener
mouseReleased
in class MouseAdapter
ev
- the event, ignored in this implementation