com.jgoodies.skeleton.model.node
Interface NavigationNode

All Superinterfaces:
TreeNode
All Known Implementing Classes:
AbstractTreeNode, DescriptionNode, FlangeNode, RootNode, SegmentNode, ShaftNode

public interface NavigationNode
extends TreeNode

This interface describes nodes in the Skeleton (Pro) navigation tree.

Version:
$Revision: 1.7 $
Author:
Karsten Lentzsch

Method Summary
 Icon getIcon(boolean selected)
          Returns this node's icon for the given selection state.
 Object getModel()
          Returns this node's model.
 String getName()
          Returns this node's name.
 
Methods inherited from interface javax.swing.tree.TreeNode
children, getAllowsChildren, getChildAt, getChildCount, getIndex, getParent, isLeaf
 

Method Detail

getIcon

Icon getIcon(boolean selected)
Returns this node's icon for the given selection state.

Returns:
this node's icon for the given selection state

getName

String getName()
Returns this node's name.

Returns:
this node's name

getModel

Object getModel()
Returns this node's model.

Returns:
this node's model


Copyright © 2002-2008 JGoodies Karsten Lentzsch. All Rights Reserved.