public static interface Proxy.NodeRO extends NodeRO
Modifier and Type | Method and Description |
---|---|
java.util.List<? extends Node> |
find(boolean withAncestors,
boolean withDescendants,
groovy.lang.Closure<java.lang.Boolean> closure)
Starting from this node, recursively searches for nodes for which
closure.call(node)
returns true. |
java.util.List<? extends Node> |
find(groovy.lang.Closure<java.lang.Boolean> closure)
Starting from this node, recursively searches for nodes for which
closure.call(node)
returns true. |
java.util.List<? extends Node> |
find(org.freeplane.features.filter.condition.ICondition condition)
Deprecated.
since 1.2 use
NodeRO.find(NodeCondition) instead. |
allAt, at, find, find, findAll, findAllDepthFirst, getAlias, getAt, getAttributes, getBinary, getChildPosition, getChildren, getCloud, getConnectorsIn, getConnectorsOut, getCountNodesSharingContent, getCountNodesSharingContentAndSubtree, getCreatedAt, getDependents, getDetails, getDetailsText, getDisplayedText, getExternalObject, getFormat, getGeometry, getHideDetails, getHorizontalShift, getHorizontalShiftAsLength, getHorizontalShiftInScreenPixels, getHtmlText, getIcons, getId, getIsGlobal, getLastModifiedAt, getLink, getMap, getMindMap, getMinimalDistanceBetweenChildren, getMinimalDistanceBetweenChildrenAsLength, getMinimalDistanceBetweenChildrenInScreenPixels, getNext, getNodeID, getNodeLevel, getNodesSharingContent, getNodesSharingContentAndSubtree, getNote, getNoteText, getObject, getParent, getParentNode, getPathToRoot, getPlainText, getPlainTextContent, getPrecedents, getPrevious, getReminder, getShortText, getStyle, getText, getTo, getTransformedText, getValue, getVerticalShift, getVerticalShiftAsLength, getVerticalShiftInScreenPixels, hasStyle, isDescendantOf, isFolded, isFree, isLeaf, isLeft, isMinimized, isRoot, isVisible
java.util.List<? extends Node> find(groovy.lang.Closure<java.lang.Boolean> closure)
closure.call(node)
returns true.
See Proxy.ControllerRO.find(Closure)
for details.java.util.List<? extends Node> find(boolean withAncestors, boolean withDescendants, groovy.lang.Closure<java.lang.Boolean> closure)
closure.call(node)
returns true.Proxy.ControllerRO.find(Closure)
for details.@Deprecated java.util.List<? extends Node> find(org.freeplane.features.filter.condition.ICondition condition)
NodeRO.find(NodeCondition)
instead.condition.checkNode(node)
returns true.