org.apache.james.mime4j.samples.tree
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MessageTree.ObjectWrapper
public MessageTree.ObjectWrapper(java.lang.String text,
java.lang.Object object)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
getObject
public java.lang.Object getObject()
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.