private static class CredentialDialog.TFKeyListener extends Object implements KeyListener
CredentialDialog.OKAction
.Modifier and Type | Field and Description |
---|---|
protected JTextField |
currentTF |
protected JTextField |
nextTF |
protected CredentialDialog |
owner |
Constructor and Description |
---|
TFKeyListener(CredentialDialog owner,
JTextField currentTF,
JTextField nextTF) |
Modifier and Type | Method and Description |
---|---|
void |
keyPressed(KeyEvent e) |
void |
keyReleased(KeyEvent e) |
void |
keyTyped(KeyEvent e) |
protected CredentialDialog owner
protected JTextField currentTF
protected JTextField nextTF
public TFKeyListener(CredentialDialog owner, JTextField currentTF, JTextField nextTF)
public void keyPressed(KeyEvent e)
keyPressed
in interface KeyListener
public void keyReleased(KeyEvent e)
keyReleased
in interface KeyListener
public void keyTyped(KeyEvent e)
keyTyped
in interface KeyListener