public class TreeFocusHandler extends Object implements FocusListener
| Constructor and Description |
|---|
TreeFocusHandler(JTree tree) |
| Modifier and Type | Method and Description |
|---|---|
void |
focusGained(FocusEvent arg0) |
void |
focusLost(FocusEvent arg0) |
public TreeFocusHandler(JTree tree)
public void focusGained(FocusEvent arg0)
focusGained in interface FocusListenerpublic void focusLost(FocusEvent arg0)
focusLost in interface FocusListenerCopyright © 2018. All rights reserved.