fi.hut.tml.xsmiles.mlfc.signature
Class KeyDialog
java.lang.Object
fi.hut.tml.xsmiles.mlfc.signature.KeyDialog
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.util.EventListener
- public class KeyDialog
- extends java.lang.Object
- implements java.awt.event.ActionListener
- Author:
- honkkis
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
frame
protected javax.swing.JFrame frame
mainPanel
protected java.awt.Container mainPanel
fileButton
protected XButton fileButton
keyPassInput
protected XInput keyPassInput
keyAliasInput
protected XInput keyAliasInput
storePassInput
protected XInput storePassInput
certAliasInput
protected XInput certAliasInput
URLInput
protected XInput URLInput
keystoreURL
protected java.net.URL keystoreURL
cfactory
protected ComponentFactory cfactory
waitThread
protected java.lang.Thread waitThread
signingKey
protected SigningKey signingKey
actionListener
protected java.awt.event.ActionListener actionListener
FILEBUTTON_COMMAND
protected static final java.lang.String FILEBUTTON_COMMAND
- See Also:
- Constant Field Values
OK_COMMAND
protected static final java.lang.String OK_COMMAND
- See Also:
- Constant Field Values
CANCEL_COMMAND
protected static final java.lang.String CANCEL_COMMAND
- See Also:
- Constant Field Values
lastFile
protected static java.io.File lastFile
KeyDialog
public KeyDialog()
showDialog
public SigningKey showDialog()
setKey
public void setKey(SigningKey key)
setActionListener
public void setActionListener(java.awt.event.ActionListener l)
disposeDialog
public void disposeDialog()
getComponentFactory
protected ComponentFactory getComponentFactory()
setComponentFactory
protected void setComponentFactory(ComponentFactory f)
getCaption
public XCaption getCaption(java.lang.String s)
getSigningKey
public SigningKey getSigningKey()
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
- Specified by:
actionPerformed in interface java.awt.event.ActionListener
X-Smiles 1.2