public class TreeFocusHandler extends Object implements FocusListener
| Constructor and Description |
|---|
TreeFocusHandler(JTree tree)
Instantiates a new tree focus handler.
|
| Modifier and Type | Method and Description |
|---|---|
void |
focusGained(FocusEvent arg0) |
void |
focusLost(FocusEvent arg0) |
public TreeFocusHandler(JTree tree)
tree - the treepublic void focusGained(FocusEvent arg0)
focusGained in interface FocusListenerpublic void focusLost(FocusEvent arg0)
focusLost in interface FocusListenerCopyright © 2006–2017 The Apache Software Foundation. All rights reserved.