static class BoundingBoxSelection.SelectAllOnFocusHandler extends FocusAdapter
Modifier and Type | Field and Description |
---|---|
private JTextComponent |
tfTarget |
Constructor and Description |
---|
SelectAllOnFocusHandler(JTextComponent tfTarget) |
Modifier and Type | Method and Description |
---|---|
void |
focusGained(FocusEvent e) |
focusLost
private final JTextComponent tfTarget
SelectAllOnFocusHandler(JTextComponent tfTarget)
public void focusGained(FocusEvent e)
focusGained
in interface FocusListener
focusGained
in class FocusAdapter