|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TreeNode | |
---|---|
org.openwms.common.service | Interface definitions of the COMMON Module service layer. |
org.openwms.common.service.spring | This package provides common used business logic. |
org.openwms.core.util | Contains common used utility and helper classes. |
Uses of TreeNode in org.openwms.common.service |
---|
Methods in org.openwms.common.service that return TreeNode | |
---|---|
TreeNode<T> |
LocationGroupService.getLocationGroupsAsTree()
Returns a hierarchical Tree of all LocationGroup s. |
Uses of TreeNode in org.openwms.common.service.spring |
---|
Methods in org.openwms.common.service.spring that return TreeNode | |
---|---|
TreeNode<LocationGroup> |
LocationGroupServiceImpl.getLocationGroupsAsTree()
Returns a hierarchical Tree of all LocationGroup s. |
Uses of TreeNode in org.openwms.core.util |
---|
Classes in org.openwms.core.util that implement TreeNode | |
---|---|
class |
TreeNodeImpl<T>
A TreeNodeImpl is a simple implementation of a TreeNode . |
Methods in org.openwms.core.util that return TreeNode | |
---|---|
TreeNode<T> |
TreeNodeImpl.getChild(Object identifier)
Find a child by id. |
TreeNode<T> |
TreeNode.getChild(Object id)
Find a child by id. |
TreeNode<T> |
TreeNodeImpl.getParent()
Get the parent TreeNode . |
TreeNode<T> |
TreeNode.getParent()
Get the parent TreeNode . |
Methods in org.openwms.core.util that return types with arguments of type TreeNode | |
---|---|
Iterator<Map.Entry<Object,TreeNode<T>>> |
TreeNodeImpl.getChildren()
Get all child entries. |
Iterator<Map.Entry<Object,TreeNode<T>>> |
TreeNode.getChildren()
Get all child entries. |
Methods in org.openwms.core.util with parameters of type TreeNode | |
---|---|
void |
TreeNodeImpl.addChild(Object identifier,
TreeNode<T> child)
Adds a child to the children. |
void |
TreeNode.addChild(Object identifier,
TreeNode<T> child)
Adds a child to the children. |
void |
TreeNodeImpl.setParent(TreeNode<T> parent)
Set the parent TreeNode . |
void |
TreeNode.setParent(TreeNode<T> parent)
Set the parent TreeNode . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |