Class EmbedPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class EmbedPanel extends JPanel
Panel for "Embed"
See Also:
  • Constructor Details

    • EmbedPanel

      public EmbedPanel()
      Default constructor
  • Method Details

    • getOptionPanel

      public JPanel getOptionPanel()
      Getter method for optionPanel
      Returns:
      optionPanel
    • getMsgFileTextField

      public JTextField getMsgFileTextField()
      Get method for "Message File" text field
      Returns:
      msgFileTextField
    • getMsgFileButton

      public JButton getMsgFileButton()
      Get method for "Message File" browse file button
      Returns:
      msgFileButton
    • getCoverFileTextField

      public JTextField getCoverFileTextField()
      Get method for "Cover File" text field
      Returns:
      coverFileTextField
    • getCoverFileButton

      public JButton getCoverFileButton()
      Get method for "Cover File" browse file button
      Returns:
      coverFileButton
    • getStegoFileTextField

      public JTextField getStegoFileTextField()
      Get method for "Stego File" text field
      Returns:
      stegoFileTextField
    • getStegoFileButton

      public JButton getStegoFileButton()
      Get method for "Stego File" browse file button
      Returns:
      stegoFileButton
    • getEncryptionAlgoComboBox

      public JComboBox<String> getEncryptionAlgoComboBox()
      Get method for "Encryption Algorithm" combo box
      Returns:
      encryptionAlgoComboBox
    • getPasswordTextField

      public JPasswordField getPasswordTextField()
      Get method for "Password" text field
      Returns:
      passwordTextField
    • getConfPasswordTextField

      public JPasswordField getConfPasswordTextField()
      Get method for "Confirm Password" text field
      Returns:
      confPasswordTextField
    • getRunEmbedButton

      public JButton getRunEmbedButton()
      Get method for Embed "OK" button
      Returns:
      runEmbedButton