Serialized Form


Package net.sourceforge.openstego

Class net.sourceforge.openstego.OpenStegoException extends java.lang.Exception implements Serializable

Serialized Fields

errorCode

int errorCode
Error code for the exception


namespace

java.lang.String namespace
Namespace for the exception


Package net.sourceforge.openstego.ui

Class net.sourceforge.openstego.ui.OpenStegoFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

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


extractPwdTextField

javax.swing.JPasswordField extractPwdTextField
"Password for Extract" 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)

Class net.sourceforge.openstego.ui.OpenStegoUI extends OpenStegoFrame implements Serializable

Serialized Fields

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

Class net.sourceforge.openstego.ui.PluginEmbedOptionsUI extends javax.swing.JPanel implements Serializable



Copyright © 2007-2009 Samir Vaidya. All Rights Reserved.