Class MessageTree.ObjectWrapper

  • Enclosing class:
    MessageTree

    public static class MessageTree.ObjectWrapper
    extends Object
    Wraps an Object and associates it with a text. All message parts (headers, bodies, multiparts, body parts) will be wrapped in ObjectWrapper instances before they are added to the JTree instance.
    • Constructor Detail

      • ObjectWrapper

        public ObjectWrapper​(String text,
                             Object object)