org.apache.batik.apps.svgbrowser
Class DOMViewer.Panel.TreePopUpListener

java.lang.Object
  extended byjava.awt.event.MouseAdapter
      extended byorg.apache.batik.apps.svgbrowser.DOMViewer.Panel.TreePopUpListener
All Implemented Interfaces:
EventListener, MouseListener
Enclosing class:
DOMViewer.Panel

protected class DOMViewer.Panel.TreePopUpListener
extends MouseAdapter

Tree popup listener.


Field Summary
protected  JPopupMenu treePopupMenu
          The actual pop-up menu.
 
Constructor Summary
DOMViewer.Panel.TreePopUpListener()
          Creates new pop up listener.
 
Method Summary
 void mousePressed(MouseEvent e)
           
 void mouseReleased(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
 

Field Detail

treePopupMenu

protected JPopupMenu treePopupMenu
The actual pop-up menu.

Constructor Detail

DOMViewer.Panel.TreePopUpListener

public DOMViewer.Panel.TreePopUpListener()
Creates new pop up listener.

Method Detail

mouseReleased

public void mouseReleased(MouseEvent e)

mousePressed

public void mousePressed(MouseEvent e)


Copyright © 2009 Apache Software Foundation. All Rights Reserved.