Interface RootEditPart

    • Method Detail

      • getContents

        EditPart getContents()
        Returns the contents EditPart. A RootEditPart only has a single child, called its contents.
        Returns:
        the contents.
      • setContents

        void setContents​(EditPart editpart)
        Sets the contents EditPart. A RootEditPart only has a single child, called its contents.
        Parameters:
        editpart - the contents
      • setViewer

        void setViewer​(EditPartViewer viewer)
        Sets the root's EditPartViewer.
        Parameters:
        viewer - the EditPartViewer