-
Constructor Summary 
Constructors
Constructs a FocusHandler
.
-
Method Summary 
void
Invoked when focus is activated on the tree we're in, redraws the
lead row.
void
Invoked when focus is activated on the tree we're in, redraws the
lead row.
Methods declared in class java.lang.Object 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details 
-
FocusHandler 
public FocusHandler()
Constructs a FocusHandler
.
-
Method Details 
-
focusGained 
Invoked when focus is activated on the tree we're in, redraws the
lead row.
- Specified by:
focusGained
in interface FocusListener
- Parameters:
e
- the event to be processed
-
focusLost 
Invoked when focus is activated on the tree we're in, redraws the
lead row.
- Specified by:
focusLost
in interface FocusListener
- Parameters:
e
- the event to be processed