javax.help.plaf.basic
Class BasicFavoritesNavigatorUI.PopupListener

java.lang.Object
  extended by java.awt.event.MouseAdapter
      extended by javax.help.plaf.basic.BasicFavoritesNavigatorUI.PopupListener
All Implemented Interfaces:
java.awt.event.MouseListener, java.util.EventListener
Enclosing class:
BasicFavoritesNavigatorUI

public class BasicFavoritesNavigatorUI.PopupListener
extends java.awt.event.MouseAdapter

PopupListener class


Constructor Summary
BasicFavoritesNavigatorUI.PopupListener()
           
 
Method Summary
 void mousePressed(java.awt.event.MouseEvent e)
           
 void mouseReleased(java.awt.event.MouseEvent e)
           
 
Methods inherited from class java.awt.event.MouseAdapter
mouseClicked, mouseEntered, mouseExited
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicFavoritesNavigatorUI.PopupListener

public BasicFavoritesNavigatorUI.PopupListener()
Method Detail

mousePressed

public void mousePressed(java.awt.event.MouseEvent e)
Specified by:
mousePressed in interface java.awt.event.MouseListener
Overrides:
mousePressed in class java.awt.event.MouseAdapter

mouseReleased

public void mouseReleased(java.awt.event.MouseEvent e)
Specified by:
mouseReleased in interface java.awt.event.MouseListener
Overrides:
mouseReleased in class java.awt.event.MouseAdapter