| 
Java™ Platform Standard Ed. 6  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.plaf.basic.BasicTreeUI.FocusHandler
public class BasicTreeUI.FocusHandler
Repaints the lead selection row when focus is lost/gained.
| Constructor Summary | |
|---|---|
BasicTreeUI.FocusHandler()
 | 
|
| Method Summary | |
|---|---|
 void | 
focusGained(FocusEvent e)
Invoked when focus is activated on the tree we're in, redraws the lead row.  | 
 void | 
focusLost(FocusEvent e)
Invoked when focus is activated on the tree we're in, redraws the lead row.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public BasicTreeUI.FocusHandler()
| Method Detail | 
|---|
public void focusGained(FocusEvent e)
focusGained in interface FocusListenerpublic void focusLost(FocusEvent e)
focusLost in interface FocusListener
  | 
Java™ Platform Standard Ed. 6  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 1993, 2010, Oracle and/or its affiliates. All rights reserved.