java.lang.Object
java.awt.event.FocusAdapter
org.schooltool.client.gui.forms.ComponentFocusListener
- All Implemented Interfaces:
- java.util.EventListener, java.awt.event.FocusListener
- public class ComponentFocusListener
- extends java.awt.event.FocusAdapter
- Version:
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
ComponentFocusListener
public ComponentFocusListener(FormInterface theForm)
- Creates new SchoolToolComponentFocusListener
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