EditParts used by UrnOutlinePage

Package Specification

EditParts are GEF specific; we recommend you read some GEF documentation before playing with these classes. See DevDocEditPartCreation to understand how EditParts are created and DevDocOutline to see how the outline works. UrnOutlinePage is a TreeView; our elements are therefore TreeEditParts.

Newcomers should look into UcmModelElementTreeEditPart and PathNodeTreeEditPart to have an understanding of what a tree edit part has to do. Other classes might be too implementation specific to allow for good understanding.

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see: @see seg.jUCMNav.views.outline.UrnOutlinePage @see seg.jUCMNav.editparts.treeEditparts.TreeEditPartFactory @see seg.jUCMNav.editparts.treeEditparts.OutlineRootEditPart @see seg.jUCMNav.editparts.treeEditparts.UrnModelElementTreeEditPart @see seg.jUCMNav.editparts.treeEditparts.PathNodeTreeEditPart