|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectfi.hut.tml.xsmiles.mlfc.encryption.EncryptionDialog
Encryption dialogue.
| Field Summary | |
protected java.awt.event.ActionListener |
actionListener
the dialogue's action listener |
protected java.awt.Container |
buttonPanel
the button panel |
protected XButton |
cancelButton
the cancel button |
protected java.awt.Container |
centerPanel
the central panel of the dialogue |
protected ComponentFactory |
cfactory
the component factory |
protected XButton |
decryptButton
the decrypt button |
protected XButton |
encryptButton
the encrypt button |
protected javax.swing.JFrame |
frame
the frame of the dialogue |
protected XTextArea |
instLog
the text area for the instance document |
protected java.io.File |
keystoreFile
the keystore file name |
protected java.awt.Container |
mainPanel
the main panel of the dialogue |
protected XButton |
selectKeyButton
the key selection button |
protected XTextArea |
uiLog
the text area for the user interface document |
| Constructor Summary | |
EncryptionDialog()
|
|
| Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent e)
Button handler. |
void |
disposeDialog()
Destroy the dialogue. |
protected ComponentFactory |
getComponentFactory()
Get the component factory being used by this dialogue. |
void |
setActionListener(java.awt.event.ActionListener l)
Set the action listener for the dialogue. |
protected void |
setComponentFactory(ComponentFactory f)
Set the component factory to be used by this dialogue. |
EncryptionKey |
showDialog()
Display the dialogue. |
void |
writeToInstance(org.w3c.dom.Node n)
Display a document fragment in the instance document window. |
protected void |
writeToTextArea(org.w3c.dom.Node n,
XTextArea log)
Display a document fragment in a text area |
void |
writeToUI(org.w3c.dom.Node n)
Display a document fragment in the user interface window. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected javax.swing.JFrame frame
protected java.awt.Container mainPanel
protected java.awt.Container centerPanel
protected java.awt.Container buttonPanel
protected XButton encryptButton
protected XButton cancelButton
protected XButton decryptButton
protected XButton selectKeyButton
protected XTextArea instLog
protected XTextArea uiLog
protected java.io.File keystoreFile
protected ComponentFactory cfactory
protected java.awt.event.ActionListener actionListener
| Constructor Detail |
public EncryptionDialog()
| Method Detail |
public EncryptionKey showDialog()
public void setActionListener(java.awt.event.ActionListener l)
l - the action listener that will handle this dialogue's eventspublic void disposeDialog()
protected ComponentFactory getComponentFactory()
protected void setComponentFactory(ComponentFactory f)
f - the component factory to usepublic void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListenere - the event to be processedpublic void writeToInstance(org.w3c.dom.Node n)
n - the root of the document fragment to writepublic void writeToUI(org.w3c.dom.Node n)
n - the root of the document fragment to write
protected void writeToTextArea(org.w3c.dom.Node n,
XTextArea log)
n - the root of the document fragment to writelog - the text area to write to
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||