Ontimize 5.2072EN

com.ontimize.gui.field
Class DataField.FieldFocusListener

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

protected class DataField.FieldFocusListener
extends java.awt.event.FocusAdapter

This class implements a field focus listener.

Author:
Imatia Innovation

Constructor Summary
protected DataField.FieldFocusListener()
           
 
Method Summary
 void focusGained(java.awt.event.FocusEvent e)
           
 void focusLost(java.awt.event.FocusEvent e)
           
 void setSourceBackgroundColor(java.awt.Color color)
          Sets the background color.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataField.FieldFocusListener

protected DataField.FieldFocusListener()
Method Detail

setSourceBackgroundColor

public void setSourceBackgroundColor(java.awt.Color color)
Sets the background color.

Parameters:
color - the color for background

focusLost

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

focusGained

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

Ontimize