nodeGroup
and destroy nodeGroup
. Descendants of nodeGroup
are appened to nodeGroup
's parent node. This method is the opposite of groupNodes()
. If called with the result of groupNodes()
the state will be equal to the state before calling groupNodes()
.
@param nodeGroup the parent node of nodes to be ungrouped
@throws IllegalArgumentException if node
is null
, empty or not legal in the graph
@throws IllegalMonitorStateException if the current thread is holding a read lock
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|