|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--gumbo.util.AbstractDisposable | +--gumbo.util.relation.Relationship | +--gumbo.util.relation.TreeNodes.Tree
A relationship whose relations are tree nodes.
Constructor Summary | |
TreeNodes.Tree()
|
Method Summary | |
protected void |
checkRelation(Relation relation)
Called by the system to check added relations and their delegators for compatibility with this relationship. |
Methods inherited from class gumbo.util.relation.Relationship |
getAddedConnectionOut, getAddedRelationOut, getRelations, getRemovingConnectionOut, getRemovingRelationOut, implAddedConnection, implAddRelation, implDispose, implRemoveRelation, implRemovingConnection, toString |
Methods inherited from class gumbo.util.AbstractDisposable |
dispose, isDisposed |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TreeNodes.Tree()
Method Detail |
protected void checkRelation(Relation relation)
Relationship
checkRelation
in class Relationship
relation
- The relation. Never null.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |