public final class EditPartUtilities
extends java.lang.Object
EditPart
sModifier and Type | Method and Description |
---|---|
static java.util.LinkedHashSet |
getAllChildren(GraphicalEditPart parentEditPart)
Returns the transitive child edit part set of the given parent
GraphicalEditPart . |
static java.util.HashSet |
getAllNestedConnectionEditParts(GraphicalEditPart graphicalEditPart)
Returns the transitive nested connection edit parts.
|
static java.util.HashSet |
getNestedConnectionEditParts(GraphicalEditPart graphicalEditPart)
Returns the set of
ConnectionEditPart s that are linked to
the child edit parts of the given GraphicalEditPart . |
public static java.util.LinkedHashSet getAllChildren(GraphicalEditPart parentEditPart)
GraphicalEditPart
.parentEditPart
- the parent graphical edit part for which to retrieve the
transitive child edit part set.public static java.util.HashSet getAllNestedConnectionEditParts(GraphicalEditPart graphicalEditPart)
graphicalEditPart
- the graphical edit partpublic static java.util.HashSet getNestedConnectionEditParts(GraphicalEditPart graphicalEditPart)
ConnectionEditPart
s that are linked to
the child edit parts of the given GraphicalEditPart
.graphicalEditPart
- the graphical edit partConnectionEditPart
s for the given
GraphicalEditPart
Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.