|
GEF (MVC) 3.9.0.201308190730 |
|||||||||
| 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 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. |
| 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)
ConnectionEditParts that are linked to
the child edit parts of the given GraphicalEditPart.
graphicalEditPart - the graphical edit part
ConnectionEditParts for the given
GraphicalEditPart
|
GEF (MVC) 3.9.0.201308190730 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||