|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
NODE - Type of contained nodepublic interface NodeContainer<NODE extends TreeNode>
Interface for an object which contains tree node objects.
| Method Summary | |
|---|---|
void |
accept(NodeContainerVisitor visitor)
|
void |
addContent(NODE node)
Adds new content to this container. |
Set<NODE> |
getContent()
|
List<String> |
getContentNames()
|
Collection<NODE> |
getOrderedContent()
Will return the ordered (if order there is) content nodes. |
GenericProject |
getProject()
A node container can be a library. |
boolean |
hasContent()
|
boolean |
isContentNameAvailable(String name)
|
void |
removeContent(NODE contentToRemove)
|
| Methods inherited from interface org.squashtest.tm.domain.Identified |
|---|
getId |
| Method Detail |
|---|
void addContent(NODE node)
throws DuplicateNameException,
org.apache.commons.lang.NullArgumentException
node -
DuplicateNameException
org.apache.commons.lang.NullArgumentExceptionboolean isContentNameAvailable(String name)
Set<NODE> getContent()
Collection<NODE> getOrderedContent()
boolean hasContent()
void removeContent(NODE contentToRemove)
throws org.apache.commons.lang.NullArgumentException
org.apache.commons.lang.NullArgumentExceptionList<String> getContentNames()
GenericProject getProject()
void accept(NodeContainerVisitor visitor)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||