final Boolean formatIsRegistered,
final String title,
final ImageResource icon,
final PackageConfigData packageConfigData,
final ClientFactory clientFactory) {
LazyStackPanel lsp = new LazyStackPanel();
lsp.add( title,
icon,
new LoadContentCommand() {
public Widget load() {
//Lazy load of table
return makeTable( formatsInList,