|
Eclipse GEF 3.8.1.201208200205 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.gef.util.EditPartUtilities
public final class EditPartUtilities
Utility class comprising functions related to EditPart
s
Method Summary | |
---|---|
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 . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
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 part
public 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 part
ConnectionEditPart
s for the given
GraphicalEditPart
|
Eclipse GEF 3.8.1.201208200205 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |