} else if ( place instanceof org.drools.guvnor.client.explorer.navigation.ModuleFormatsGridPlace ) {
return new org.drools.guvnor.client.explorer.ModuleFormatsGridPlace(
(org.drools.guvnor.client.explorer.navigation.ModuleFormatsGridPlace) place,
clientFactory );
} else if ( place instanceof ManagerPlace ) {
return new ManagerActivity(
((ManagerPlace) place).getId(),
clientFactory );
} else if ( place instanceof TestScenarioListPlace ) {
return new TestScenarioListActivity(
((TestScenarioListPlace) place).getModuleUuid(),