Public Member Functions | |
DataRetentionPanel (MixConfigPanel parentPanel) | |
void | focusGained (FocusEvent a_event) |
void | focusLost (FocusEvent a_event) |
void | actionPerformed (ActionEvent e) |
Private Member Functions | |
void | importDataRetentionKey () |
Private Attributes | |
MixConfigPanel | m_parentPanel = null |
JButton | m_bttnImportDataRetentionKey |
JTextField | m_tfDataRetentionKey |
JPanel | m_panelDataRetentionKeyStoreCards |
JTextField | m_tfDataRetentionLogDir |
JCheckBox | m_cbDoDataRetention |
Static Private Attributes | |
static final String | ACTIONCOMMAND_IMPORTDATARETENTIONKEY = "impordataretentionkey" |
mixconfig.panels.DataRetentionPanel.DataRetentionPanel | ( | MixConfigPanel | parentPanel | ) |
References mixconfig.panels.DataRetentionPanel.ACTIONCOMMAND_IMPORTDATARETENTIONKEY, mixconfig.panels.DataRetentionPanel.actionPerformed(), mixconfig.panels.CertPanel.addChangeListener(), mixconfig.panels.CertPanel.getCert(), mixconfig.panels.MixConfigPanel.getConfiguration(), mixconfig.MixConfiguration.getDocument(), mixconfig.panels.DataRetentionPanel.m_bttnImportDataRetentionKey, mixconfig.panels.DataRetentionPanel.m_cbDoDataRetention, mixconfig.panels.DataRetentionPanel.m_panelDataRetentionKeyStoreCards, mixconfig.panels.DataRetentionPanel.m_parentPanel, mixconfig.panels.DataRetentionPanel.m_tfDataRetentionKey, mixconfig.panels.DataRetentionPanel.m_tfDataRetentionLogDir, mixconfig.MixConfiguration.removeNode(), mixconfig.panels.CertPanel.setCertCreationValidator(), and mixconfig.MixConfiguration.setValue().
void mixconfig.panels.DataRetentionPanel.focusGained | ( | FocusEvent | a_event | ) |
void mixconfig.panels.DataRetentionPanel.focusLost | ( | FocusEvent | a_event | ) |
void mixconfig.panels.DataRetentionPanel.actionPerformed | ( | ActionEvent | e | ) |
void mixconfig.panels.DataRetentionPanel.importDataRetentionKey | ( | ) | [private] |
References mixconfig.tools.dataretention.DataRetentionSmartCard.connectToSmartCard(), mixconfig.panels.MixConfigPanel.getConfiguration(), mixconfig.MixConfiguration.getDocument(), mixconfig.panels.DataRetentionPanel.m_parentPanel, mixconfig.panels.DataRetentionPanel.m_tfDataRetentionKey, mixconfig.tools.dataretention.DataRetentionSmartCard.retrievePublicKey(), and mixconfig.MixConfiguration.setValue().
Referenced by mixconfig.panels.DataRetentionPanel.actionPerformed().
final String mixconfig.panels.DataRetentionPanel.ACTIONCOMMAND_IMPORTDATARETENTIONKEY = "impordataretentionkey" [static, private] |
MixConfigPanel mixconfig.panels.DataRetentionPanel.m_parentPanel = null [private] |
JButton mixconfig.panels.DataRetentionPanel.m_bttnImportDataRetentionKey [private] |
Referenced by mixconfig.panels.DataRetentionPanel.DataRetentionPanel().
JTextField mixconfig.panels.DataRetentionPanel.m_tfDataRetentionKey [private] |
Referenced by mixconfig.panels.DataRetentionPanel.DataRetentionPanel().
JTextField mixconfig.panels.DataRetentionPanel.m_tfDataRetentionLogDir [private] |
JCheckBox mixconfig.panels.DataRetentionPanel.m_cbDoDataRetention [private] |
Referenced by mixconfig.panels.DataRetentionPanel.DataRetentionPanel().