public final class EditPartUtilities
extends java.lang.Object
EditParts| Modifier 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
ConnectionEditParts 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)
ConnectionEditParts that are linked to
the child edit parts of the given GraphicalEditPart.graphicalEditPart - the graphical edit partConnectionEditParts for the given
GraphicalEditPartCopyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.