class DirectoryChooserUI.TreeKeyHandler extends KeyAdapter implements FocusListener
| Modifier and Type | Field and Description |
|---|---|
(package private) List<TreePath> |
paths |
(package private) StringBuffer |
searchBuf |
| Constructor and Description |
|---|
DirectoryChooserUI.TreeKeyHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
focusGained(FocusEvent e) |
void |
focusLost(FocusEvent e) |
private boolean |
isCharForSearch(KeyEvent evt) |
void |
keyPressed(KeyEvent evt) |
void |
keyTyped(KeyEvent evt) |
private void |
resetBuffer() |
keyReleasedStringBuffer searchBuf
public void keyPressed(KeyEvent evt)
keyPressed in interface KeyListenerkeyPressed in class KeyAdapterpublic void keyTyped(KeyEvent evt)
keyTyped in interface KeyListenerkeyTyped in class KeyAdapterpublic void focusGained(FocusEvent e)
focusGained in interface FocusListenerpublic void focusLost(FocusEvent e)
focusLost in interface FocusListenerprivate boolean isCharForSearch(KeyEvent evt)
private void resetBuffer()
Copyright © 2007–2016 Gephi Consortium. All rights reserved.