Ontimize 5.2072EN

com.ontimize.security
Class ClientSecurityManager.ListenerSecuredElements

java.lang.Object
  extended byjava.awt.event.MouseAdapter
      extended bycom.ontimize.security.ClientSecurityManager.ListenerSecuredElements
All Implemented Interfaces:
java.util.EventListener, java.awt.event.MouseListener
Enclosing class:
ClientSecurityManager

protected static class ClientSecurityManager.ListenerSecuredElements
extends java.awt.event.MouseAdapter


Field Summary
protected  java.awt.Component currentComponent
           
protected  TipScroll popup
           
protected  java.util.ResourceBundle resourceBundle
           
protected  java.lang.String text
           
protected  javax.swing.Timer timer
           
 
Constructor Summary
ClientSecurityManager.ListenerSecuredElements()
           
 
Method Summary
 void mouseClicked(java.awt.event.MouseEvent e)
           
 void mouseEntered(java.awt.event.MouseEvent e)
           
 void mouseExited(java.awt.event.MouseEvent e)
           
 
Methods inherited from class java.awt.event.MouseAdapter
mousePressed, mouseReleased
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

timer

protected javax.swing.Timer timer

popup

protected TipScroll popup

text

protected java.lang.String text

currentComponent

protected java.awt.Component currentComponent

resourceBundle

protected java.util.ResourceBundle resourceBundle
Constructor Detail

ClientSecurityManager.ListenerSecuredElements

public ClientSecurityManager.ListenerSecuredElements()
Method Detail

mouseEntered

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

mouseExited

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

mouseClicked

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

Ontimize