Package | Description |
---|---|
com.epimorphics.lda.renderers.common |
A collection of utility classes that define a convenience API targeted
at renderer developers.
|
Modifier and Type | Method and Description |
---|---|
DisplayHierarchyNode |
DisplayHierarchyNode.parent() |
Modifier and Type | Method and Description |
---|---|
List<DisplayHierarchyNode> |
DisplayHierarchyNode.children() |
List<DisplayHierarchyNode> |
DisplayHierarchyNode.extractByPredicate(List<Object> properties)
Extract the given properties, so that they can be treated in a particular
way by the renderer.
|
List<DisplayHierarchyNode> |
DisplayHierarchyNode.extractByPredicate(Object... properties)
Extract the given properties, so that they can be treated in a particular
way by the renderer.
|
Queue<DisplayHierarchyNode> |
DisplayHierarchy.DisplayHierarchyContext.queue() |
List<DisplayHierarchyNode> |
DisplayHierarchy.roots() |
List<DisplayHierarchyNode> |
DisplayHierarchyNode.siblings() |
Modifier and Type | Method and Description |
---|---|
void |
DisplayHierarchyNode.addSibling(DisplayHierarchyNode sibling)
Add a sibling node to this node
|
protected void |
DisplayHierarchy.annotateNodes(DisplayHierarchy.DisplayHierarchyContext context,
DisplayHierarchyNode node)
Walk the tree from a node and add display hints
|
protected void |
DisplayHierarchy.annotateSiblings(DisplayHierarchy.DisplayHierarchyContext context,
DisplayHierarchyNode node) |
protected void |
DisplayHierarchy.expandNode(DisplayHierarchy.DisplayHierarchyContext context,
DisplayHierarchyNode parent)
Expand a hierarchy node by extracting the properties of the node, matching
paths to properties, and appending the children to the expansion queue if appropriate.
|
protected boolean |
DisplayHierarchy.isLiteralValued(DisplayHierarchyNode node) |
Modifier and Type | Method and Description |
---|---|
protected void |
DisplayHierarchy.annotateNodeList(DisplayHierarchy.DisplayHierarchyContext context,
List<DisplayHierarchyNode> nodes,
String firstHint) |
Constructor and Description |
---|
DisplayHierarchyNode(PropertyPath pathTo,
DisplayHierarchyNode parent,
DisplayRdfNode rdfNode,
ShortNameRenderer shortNameRenderer) |
Copyright © 2014. All Rights Reserved.