org.melati.poem
Interface Treeable

All Known Subinterfaces:
Persistent
All Known Implementing Classes:
Capability, CapabilityBase, ColumnInfo, ColumnInfoBase, Group, GroupBase, GroupCapability, GroupCapabilityBase, GroupMembership, GroupMembershipBase, JdbcPersistent, 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()
           
 java.lang.String getName()
          This should not return null.
 

Method Detail

getChildren

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

getName

java.lang.String getName()
This should not return null.

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


Copyright © 2000-2009 PanEris. All Rights Reserved.