Serialized Form
|
Package net.sourceforge.openstego |
errorCode
int errorCode
- Error code for the exception
namespace
java.lang.String namespace
- Namespace for the exception
|
Package net.sourceforge.openstego.ui |
embedAlgoComboBox
javax.swing.JComboBox embedAlgoComboBox
- Combobox for "Stego Algorithm" for "Embed"
extractAlgoComboBox
javax.swing.JComboBox extractAlgoComboBox
- Combobox for "Stego Algorithm" for "Extract"
msgFileTextField
javax.swing.JTextField msgFileTextField
- "Message File" text field
msgFileButton
javax.swing.JButton msgFileButton
- "Message File" browse file button
coverFileTextField
javax.swing.JTextField coverFileTextField
- "Cover File" text field
coverFileButton
javax.swing.JButton coverFileButton
- "Cover File" browse file button
stegoFileTextField
javax.swing.JTextField stegoFileTextField
- "Stego File" text field
stegoFileButton
javax.swing.JButton stegoFileButton
- "Stego File" browse file button
useCompCheckBox
javax.swing.JCheckBox useCompCheckBox
- Checkbox for "Use Compression"
useEncryptCheckBox
javax.swing.JCheckBox useEncryptCheckBox
- Checkbox for "Use Encryption"
passwordTextField
javax.swing.JPasswordField passwordTextField
- "Password" text field
confPasswordTextField
javax.swing.JPasswordField confPasswordTextField
- "Confirm Password" text field
inputStegoFileTextField
javax.swing.JTextField inputStegoFileTextField
- "Input Stego File" text field
inputStegoFileButton
javax.swing.JButton inputStegoFileButton
- "Input Stego File" browse file button
outputFolderTextField
javax.swing.JTextField outputFolderTextField
- "Output Folder" text field
outputFolderButton
javax.swing.JButton outputFolderButton
- "Output Folder" browse file button
okButton
javax.swing.JButton okButton
- "OK" button
cancelButton
javax.swing.JButton cancelButton
- "Cancel" button
mainTabbedPane
javax.swing.JTabbedPane mainTabbedPane
- Tabbed pane for embed/extract tabs
pluginEmbedOptionsPanel
javax.swing.JPanel pluginEmbedOptionsPanel
- Panel for plugin specific options for "Embed" action
passwordPanel
javax.swing.JPanel passwordPanel
- Password panel handle (for enable/disable)
config
OpenStegoConfig config
- Class variable to store OpenStego config data
plugin
OpenStegoPlugin plugin
- Class variable to store stego plugin object
pluginEmbedOptionsUI
PluginEmbedOptionsUI pluginEmbedOptionsUI
- Reference to the UI Panel specific to the plugin