Package example

Class TestGui

  • All Implemented Interfaces:
    java.awt.event.ActionListener, java.util.EventListener

    public class TestGui
    extends java.lang.Object
    implements java.awt.event.ActionListener
    • Field Detail

      • emailText

        private javax.swing.JTextPane emailText
      • emailPanel

        private javax.swing.JPanel emailPanel
      • attachPanel

        private javax.swing.JPanel attachPanel
      • attachLabel

        private javax.swing.JLabel attachLabel
      • attachText

        private javax.swing.JTextField attachText
      • selectedMessage

        private PSTMessage selectedMessage
      • f

        private javax.swing.JFrame f
    • Method Detail

      • buildTree

        private void buildTree​(javax.swing.tree.DefaultMutableTreeNode top,
                               PSTFolder theFolder)
      • setAttachmentText

        void setAttachmentText()
      • createMenu

        public javax.swing.JMenuBar createMenu()
      • actionPerformed

        public void actionPerformed​(java.awt.event.ActionEvent e)
        Specified by:
        actionPerformed in interface java.awt.event.ActionListener
      • saveAttachments

        private void saveAttachments()
      • main

        public static void main​(java.lang.String[] args)
                         throws PSTException,
                                java.io.IOException
        Parameters:
        args -
        Throws:
        java.io.IOException
        PSTException