eu.esdihumboldt.hale.ui.util.tree
Class SortedMapTreeNode<T extends Comparable<?>,N extends org.eclipse.jface.viewers.TreeNode>
java.lang.Object
org.eclipse.jface.viewers.TreeNode
eu.esdihumboldt.hale.ui.util.tree.AbstractMultiColumnTreeNode
eu.esdihumboldt.hale.ui.util.tree.MapTreeNode<T,N>
eu.esdihumboldt.hale.ui.util.tree.SortedMapTreeNode<T,N>
- Type Parameters:
T
- the key typeN
- the node type
public class SortedMapTreeNode<T extends Comparable<?>,N extends org.eclipse.jface.viewers.TreeNode>
- extends MapTreeNode<T,N>
Tree node that associates children with a key, children are sorted by the key
- Author:
- Simon Templer
- Partner:
- 01 / Fraunhofer Institute for Computer Graphics Research
Method Summary |
protected Map<T,N> |
createMap()
Create the map that is used to manage the children |
Methods inherited from class org.eclipse.jface.viewers.TreeNode |
getParent, setParent |
SortedMapTreeNode
public SortedMapTreeNode(Object... values)
- See Also:
MapTreeNode.MapTreeNode(Object...)
createMap
protected Map<T,N> createMap()
- Description copied from class:
MapTreeNode
- Create the map that is used to manage the children
- Overrides:
createMap
in class MapTreeNode<T extends Comparable<?>,N extends org.eclipse.jface.viewers.TreeNode>
- Returns:
- the map to manage the children
- See Also:
MapTreeNode.createMap()
Build 2012-12-03_12-30-59
Revision 9d2dd4b0318cda9f1393b1ddd390f7f792d70a2d