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 |
---|
CredentialDialog.TFKeyListener(CredentialDialog owner,
JTextField currentTF,
JTextField nextTF) |
protected CredentialDialog owner
protected JTextField currentTF
protected JTextField nextTF
public CredentialDialog.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