jhomenet.gui
Class DefaultTreeNode

java.lang.Object
  extended by jhomenet.gui.AbstractTreeNode
      extended by jhomenet.gui.DefaultTreeNode
All Implemented Interfaces:
TreeNodeInterface

public class DefaultTreeNode
extends AbstractTreeNode

A default tree node implementation.
ID: $Id$

Author:
David Irwin

Field Summary
 
Fields inherited from class jhomenet.gui.AbstractTreeNode
icon
 
Constructor Summary
DefaultTreeNode(java.lang.String identifier)
          Default constructor.
 
Method Summary
 boolean equals(java.lang.Object obj)
           
protected  void initializeIcon()
           
 
Methods inherited from class jhomenet.gui.AbstractTreeNode
getIcon, getNodeIdentifier, setNodeIdentifier, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DefaultTreeNode

public DefaultTreeNode(java.lang.String identifier)
Default constructor.

Parameters:
identifier -
Method Detail

initializeIcon

protected void initializeIcon()
Specified by:
initializeIcon in class AbstractTreeNode
See Also:
AbstractTreeNode.initializeIcon()

equals

public boolean equals(java.lang.Object obj)
Specified by:
equals in class AbstractTreeNode
See Also:
Object.equals(java.lang.Object)


Copyright © 2004-2005 David Irwin. All Rights Reserved.