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 FocusListener
public void focusLost(FocusEvent arg0)
focusLost
in interface FocusListener
Copyright © 2006–2014 The Apache Software Foundation. All rights reserved.