de.uni_paderborn.fujaba.app
Class TabProxy.PopupListener

java.lang.Object
  extended byjava.awt.event.MouseAdapter
      extended byde.uni_paderborn.fujaba.app.TabProxy.PopupListener
All Implemented Interfaces:
java.util.EventListener, java.awt.event.MouseListener
Enclosing class:
TabProxy

private class TabProxy.PopupListener
extends java.awt.event.MouseAdapter

This class handles the mouse clicks on the 'project-tree' and shows a popup menu for the UMLPackages

Version:
$Revision: 1.69 $
Author:
$Author: lowende $

Constructor Summary
private TabProxy.PopupListener()
           
 
Method Summary
 void mousePressed(java.awt.event.MouseEvent e)
          Shows the ProjectDialog when user performs a right mouse click on the project tree root.
 
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

TabProxy.PopupListener

private TabProxy.PopupListener()
Method Detail

mousePressed

public void mousePressed(java.awt.event.MouseEvent e)
Shows the ProjectDialog when user performs a right mouse click on the project tree root.

Parameters:
e - No description provided