Ontimize 5.2072EN

com.ontimize.gui.field
Class PasswordDataField.TipFocusListener

java.lang.Object
  extended byjava.awt.event.FocusAdapter
      extended bycom.ontimize.gui.field.PasswordDataField.TipFocusListener
All Implemented Interfaces:
java.util.EventListener, java.awt.event.FocusListener
Enclosing class:
PasswordDataField

protected class PasswordDataField.TipFocusListener
extends java.awt.event.FocusAdapter


Constructor Summary
protected PasswordDataField.TipFocusListener()
           
 
Method Summary
 void focusGained(java.awt.event.FocusEvent e)
           
 void focusLost(java.awt.event.FocusEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PasswordDataField.TipFocusListener

protected PasswordDataField.TipFocusListener()
Method Detail

focusGained

public void focusGained(java.awt.event.FocusEvent e)

focusLost

public void focusLost(java.awt.event.FocusEvent e)

Ontimize