java.lang.Object
java.awt.event.MouseAdapter
javax.swing.plaf.metal.MetalFileChooserUI.SingleClickListener
- All Implemented Interfaces:
MouseListener,MouseMotionListener,MouseWheelListener,EventListener
- Enclosing class:
- MetalFileChooserUI
Deprecated.
As of JDK version 9. Obsolete class.
Obsolete class, not used in this version.
-
Constructor Summary
ConstructorsConstructorDescriptionSingleClickListener(JList<?> list)Deprecated.Constructs an instance ofSingleClickListener. -
Method Summary
Methods declared in class java.awt.event.MouseAdapter
mouseDragged, mouseMoved, mouseWheelMovedMethods declared in class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods declared in interface java.awt.event.MouseListener
mouseClicked, mouseEntered, mouseExited, mousePressed, mouseReleased
-
Constructor Details
-
SingleClickListener
Deprecated.Constructs an instance ofSingleClickListener.- Parameters:
list- an instance ofJList
-