|
Eclipse GEF 3.8.0.201206112118 |
|||||||||
| 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 EditParts
| Method Summary | |
|---|---|
static LinkedHashSet |
getAllChildren(GraphicalEditPart parentEditPart)
Returns the transitive child edit part set of the given parent GraphicalEditPart. |
static HashSet |
getAllNestedConnectionEditParts(GraphicalEditPart graphicalEditPart)
Returns the transitive nested connection edit parts. |
static HashSet |
getNestedConnectionEditParts(GraphicalEditPart graphicalEditPart)
Returns the set of ConnectionEditParts 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 LinkedHashSet getAllChildren(GraphicalEditPart parentEditPart)
GraphicalEditPart.
parentEditPart - the parent graphical edit part for which to retrieve the
transitive child edit part set.
public static HashSet getAllNestedConnectionEditParts(GraphicalEditPart graphicalEditPart)
graphicalEditPart - the graphical edit part
public static HashSet getNestedConnectionEditParts(GraphicalEditPart graphicalEditPart)
ConnectionEditParts that are linked to
the child edit parts of the given GraphicalEditPart.
graphicalEditPart - the graphical edit part
ConnectionEditParts for the given
GraphicalEditPart
|
Eclipse GEF 3.8.0.201206112118 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||