# File lib/Borges/Component/ComponentTree.rb, line 75
  def root(component)
    @root = component
    @selection = StateHolder.new(@root)
  end