jhomenet.gui
Interface TreeNodeInterface

All Known Implementing Classes:
AbstractTreeNode, DefaultTreeNode, HardwareTreeNode, UnregisteredTreeNode

public interface TreeNodeInterface

Filename: $Source$ Description:


Method Summary
 javax.swing.Icon getIcon()
          Get the icon for the tree node.
 java.lang.String toString()
          Get a string representation of the tree node.
 

Method Detail

getIcon

javax.swing.Icon getIcon()
Get the icon for the tree node.

Returns:
Node icon

toString

java.lang.String toString()
Get a string representation of the tree node.

Overrides:
toString in class java.lang.Object
Returns:
String representation


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