horizontalPanel.remove( showList );
final Label loading = new SmallLabel( constants.loadingList1() );
horizontalPanel.add( INSTANCE.SearchingAltBusy() );
horizontalPanel.add( loading );
Scheduler scheduler = Scheduler.get();
scheduler.scheduleDeferred( new Command() {
public void execute() {
RepositoryServiceFactory.getPackageService().listRulesInPackage( packageName,
createGenericCallback( horizontalPanel,
ruleNameTextBox,
INSTANCE.SearchingAltBusy(),