Ontimize 5.2072EN

com.ontimize.gui
Class ExtendedServerMonitor.MenuListener

java.lang.Object
  extended byjava.awt.event.MouseAdapter
      extended bycom.ontimize.gui.ExtendedServerMonitor.MenuListener
All Implemented Interfaces:
java.util.EventListener, java.awt.event.MouseListener
Enclosing class:
ExtendedServerMonitor

protected static class ExtendedServerMonitor.MenuListener
extends java.awt.event.MouseAdapter


Field Summary
protected  javax.swing.JCheckBoxMenuItem connectionDebugItem
           
protected  javax.swing.JCheckBoxMenuItem connectionManagerDebugItem
           
protected  javax.swing.JMenuItem menuItem
           
protected  javax.swing.JPopupMenu popupMenu
           
 
Constructor Summary
protected ExtendedServerMonitor.MenuListener()
           
 
Method Summary
 void mouseClicked(java.awt.event.MouseEvent e)
           
 
Methods inherited from class java.awt.event.MouseAdapter
mouseEntered, mouseExited, mousePressed, mouseReleased
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

popupMenu

protected javax.swing.JPopupMenu popupMenu

connectionManagerDebugItem

protected javax.swing.JCheckBoxMenuItem connectionManagerDebugItem

connectionDebugItem

protected javax.swing.JCheckBoxMenuItem connectionDebugItem

menuItem

protected javax.swing.JMenuItem menuItem
Constructor Detail

ExtendedServerMonitor.MenuListener

protected ExtendedServerMonitor.MenuListener()
Method Detail

mouseClicked

public void mouseClicked(java.awt.event.MouseEvent e)

Ontimize