|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.dse.gui.SpFocusTracker
The SpFocusTracker class detects which is the las component of a parent component that had the focus.
Constructor Summary | |
---|---|
SpFocusTracker(java.awt.Component root)
This constructor creates a SpFocusTracker object. |
Method Summary | |
---|---|
java.awt.Component |
getLastFocused()
Gets the name of the last focused component. |
protected void |
handleFocusGained(java.awt.event.FocusEvent evt)
Handles the component with the focus |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SpFocusTracker(java.awt.Component root)
root
- java.awt.ComponentMethod Detail |
protected void handleFocusGained(java.awt.event.FocusEvent evt)
evt
- FocusEventpublic java.awt.Component getLastFocused()
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |