Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.schooltool.client.gui.forms
Class ComponentFocusListener  view ComponentFocusListener download ComponentFocusListener.java

java.lang.Object
  extended byjava.awt.event.FocusAdapter
      extended byorg.schooltool.client.gui.forms.ComponentFocusListener
All Implemented Interfaces:
java.util.EventListener, java.awt.event.FocusListener

public class ComponentFocusListener
extends java.awt.event.FocusAdapter

Version:

Field Summary
static int ABSTRACT_BUTTON_TYPE
           
static int COMBO_COMPONENT_TYPE
           
static boolean isFormChanged
           
static int JPANEL_TYPE
           
static int METAL_COMBO_COMPONENT_TYPE
           
private  java.lang.Object tempTestForChange
           
static int TEXT_COMPONENT_TYPE
           
private  FormInterface theForm
           
 
Constructor Summary
ComponentFocusListener(FormInterface theForm)
          Creates new SchoolToolComponentFocusListener
 
Method Summary
 void focusGained(java.awt.event.FocusEvent evt)
          Implements this method from the interface with an empty body.
 void focusLost(java.awt.event.FocusEvent evt)
          Implements this method from the interface with an empty body.
static int getComponentType(java.lang.Object src)
          This method checks whether the source object is of a particular component type and returns an int representing that type author Joel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TEXT_COMPONENT_TYPE

public static final int TEXT_COMPONENT_TYPE
See Also:
Constant Field Values

COMBO_COMPONENT_TYPE

public static final int COMBO_COMPONENT_TYPE
See Also:
Constant Field Values

METAL_COMBO_COMPONENT_TYPE

public static final int METAL_COMBO_COMPONENT_TYPE
See Also:
Constant Field Values

ABSTRACT_BUTTON_TYPE

public static final int ABSTRACT_BUTTON_TYPE
See Also:
Constant Field Values

JPANEL_TYPE

public static final int JPANEL_TYPE
See Also:
Constant Field Values

theForm

private FormInterface theForm

tempTestForChange

private java.lang.Object tempTestForChange

isFormChanged

public static boolean isFormChanged
Constructor Detail

ComponentFocusListener

public ComponentFocusListener(FormInterface theForm)
Creates new SchoolToolComponentFocusListener

Method Detail

focusLost

public void focusLost(java.awt.event.FocusEvent evt)
Description copied from class: java.awt.event.FocusAdapter
Implements this method from the interface with an empty body.


focusGained

public void focusGained(java.awt.event.FocusEvent evt)
Description copied from class: java.awt.event.FocusAdapter
Implements this method from the interface with an empty body.


getComponentType

public static int getComponentType(java.lang.Object src)
This method checks whether the source object is of a particular component type and returns an int representing that type author Joel