org.melati.poem
Interface Treeable

Package class diagram package Treeable
All Known Subinterfaces:
Persistent
All Known Implementing Classes:
Capability, CapabilityBase, Category, CategoryBase, Child, ChildBase, ColumnInfo, ColumnInfoBase, Contact, ContactBase, ContactCategory, ContactCategoryBase, Group, GroupBase, GroupCapability, GroupCapabilityBase, GroupMembership, GroupMembershipBase, JdbcPersistent, Parent, ParentBase, Setting, SettingBase, TableCategory, TableCategoryBase, TableInfo, TableInfoBase, User, UserBase, ValueInfo, ValueInfoBase

public interface Treeable

Methods an object must have to be treated as a Tree.

Since:
28 Jun 2007
Author:
timp

Method Summary
 Treeable[] getChildren()
           
 String getName()
          This should not return null.
 

Method Detail

getChildren

Treeable[] getChildren()
Returns:
an Array of Treeable children

getName

String getName()
This should not return null.

Returns:
the name of the object, used as node label


Copyright © 2000-2010 PanEris. All Rights Reserved.