Class MessageTree.ObjectWrapper

java.lang.Object
org.apache.james.mime4j.samples.tree.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.
  • Field Details

  • Constructor Details

    • ObjectWrapper

      public ObjectWrapper(String text, Object object)
  • Method Details