App::Widget::RepositoryEditor - A widget allowing the user to browse and edit a repository


NAME

App::Widget::RepositoryEditor - A widget allowing the user to browse and edit a repository


SYNOPSIS

   $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);


DESCRIPTION

This class implements a widget.