net.sf.jlayercheck.util.modeltree
Interface NamedTreeNode

All Known Subinterfaces:
ClassNode, ModuleNode, PackageNode
All Known Implementing Classes:
DefaultClassNode, DefaultModuleNode, DefaultPackageNode, DependentClassNode, DependentModuleNode, DependentPackageNode

public interface NamedTreeNode

Returns the internal name of a node, e.g. the classname. Used with ModelTree.

Author:
webmaster@earth3d.org

Method Summary
 String getName()
           
 

Method Detail

getName

String getName()


Copyright © 2007. All Rights Reserved.