protected static class SimpleLinkedHashView.LHStructData extends StructureData<NodeData<SimpleLinkedHashView.LHNodeLoc>>
Modifier | Constructor and Description |
---|---|
protected |
LHStructData() |
Modifier and Type | Method and Description |
---|---|
Iterator<NodeData<SimpleLinkedHashView.LHNodeLoc>> |
getNodeIterator()
Gets an iterator over all of the nodes.
|
Object |
rowDimension()
Gives an indication of row "sizes" in the row direction.
|
boolean |
sizeLimitExceeded()
Determines if the node size limit has been exceeded (so that the viewer
is not displaying all nodes).
|
addNode, getFieldsData, getFieldTargets, nodeToNodeData, setFieldsData
public Iterator<NodeData<SimpleLinkedHashView.LHNodeLoc>> getNodeIterator()
getNodeIterator
in class StructureData<NodeData<SimpleLinkedHashView.LHNodeLoc>>
public Object rowDimension()
rowDimension
in class StructureData<NodeData<SimpleLinkedHashView.LHNodeLoc>>
public boolean sizeLimitExceeded()
sizeLimitExceeded
in class StructureData<NodeData<SimpleLinkedHashView.LHNodeLoc>>