App::Widget::RepositoryEditor - A widget allowing the user to browse and edit a repository
$name = "repedit";
# official way use App; $context = App->context(); $w = $context->widget($name);
# internal way use App::Widget::RepositoryEditor; $w = App::Widget::RepositoryEditor->new($name);
This class implements a widget.