|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.modules.inspection.listener.InspectionFieldFocusListener
public class InspectionFieldFocusListener
Used by the InspectionSelectionTab - and most other classes that implement the InspectionPlannerTab interface. Listens on a GUIField for it to gain focus. If it does, the associated picklist is set to the changeValue passed to this class.
Copyright 2008 Partner Software, Inc.
| Constructor Summary | |
|---|---|
InspectionFieldFocusListener(com.partnersoft.gui.PicklistField picky,
java.lang.String changeValue)
Creates a new InspectionFocusListener. |
|
| Method Summary | |
|---|---|
void |
focusGained(java.awt.event.FocusEvent e)
Set the value in stored picklist. |
void |
focusLost(java.awt.event.FocusEvent e)
Does nothing. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InspectionFieldFocusListener(com.partnersoft.gui.PicklistField picky,
java.lang.String changeValue)
picky - - Picklist to change.changeValue - - Value to set it to.| Method Detail |
|---|
public void focusGained(java.awt.event.FocusEvent e)
focusGained in interface java.awt.event.FocusListenerpublic void focusLost(java.awt.event.FocusEvent e)
focusLost in interface java.awt.event.FocusListener
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||