javax.swing.plaf.basic
Class BasicOptionPaneUI.ListSelectionListener

java.lang.Object
  extended byjava.awt.event.MouseAdapter
      extended byjavax.swing.plaf.basic.BasicOptionPaneUI.ListSelectionListener
All Implemented Interfaces:
EventListener, MouseListener
Enclosing class:
BasicOptionPaneUI

private class BasicOptionPaneUI.ListSelectionListener
extends MouseAdapter

Listener when a JList is created to handle input from the user.


Constructor Summary
private BasicOptionPaneUI.ListSelectionListener()
           
 
Method Summary
 void mousePressed(MouseEvent e)
          Invoked when a mouse button has been pressed on a component.
 
Methods inherited from class java.awt.event.MouseAdapter
mouseClicked, mouseEntered, mouseExited, mouseReleased
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicOptionPaneUI.ListSelectionListener

private BasicOptionPaneUI.ListSelectionListener()
Method Detail

mousePressed

public void mousePressed(MouseEvent e)
Description copied from class: MouseAdapter
Invoked when a mouse button has been pressed on a component.

Specified by:
mousePressed in interface MouseListener
Overrides:
mousePressed in class MouseAdapter