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.
-
-
Constructor Summary
Constructors Constructor Description ObjectWrapper(String text, Object object)
-