Class MessageTree.ObjectWrapper
- java.lang.Object
-
- org.apache.james.mime4j.samples.tree.MessageTree.ObjectWrapper
-
- Enclosing class:
- MessageTree
public static class MessageTree.ObjectWrapper extends java.lang.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(java.lang.String text, java.lang.Object object)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
getObject()
java.lang.String
toString()
-