Interface IRootPart<V extends javafx.scene.Node>

    • Method Detail

      • getContentPartChildren

        java.util.List<IContentPart<? extends javafx.scene.Node>> getContentPartChildren()
        Returns all children of type IContentPart contained by this IRootPart.
        Returns:
        A list containing all IContentPart children.
      • getHandlePartChildren

        java.util.List<IHandlePart<? extends javafx.scene.Node>> getHandlePartChildren()
        Returns all children of type IHandlePart contained by this IRootPart.
        Returns:
        A list containing all IHandlePart children.