de.hunsicker.jalopy.plugin.jdeveloper.message
Class MessageTreeNode

java.lang.Object
  |
  +--javax.swing.tree.DefaultMutableTreeNode
        |
        +--de.hunsicker.jalopy.plugin.jdeveloper.message.MessageTreeNode
All Implemented Interfaces:
java.lang.Cloneable, javax.swing.tree.MutableTreeNode, java.io.Serializable, javax.swing.tree.TreeNode
Direct Known Subclasses:
MessagePage.FileTreeNode

public class MessageTreeNode
extends javax.swing.tree.DefaultMutableTreeNode

A custom tree node for displaying in the message page.

Version:
$Revision: 1.2 $
Author:
Marco Hunsicker
See Also:
Serialized Form

Nested Class Summary
static class MessageTreeNode.Type
          Used to distinguish between certain node types.
 
Field Summary
 
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject
 
Constructor Summary
MessageTreeNode(Message message, MessageTreeNode.Type type)
          Creates a new MessageTreeNode object.
 
Methods inherited from class javax.swing.tree.DefaultMutableTreeNode
add, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MessageTreeNode

public MessageTreeNode(Message message,
                       MessageTreeNode.Type type)
Creates a new MessageTreeNode object.

Parameters:
message - the message object of the node.
type - of the tree node.


Copyright © 1997-2005 Jalopy. All Rights Reserved.