}
factory.estimateLocations( data.getData(), children );
}
public CommonDockStationPerspective layoutPerspective( CommonDockStationLayout layout, Map<Integer, PerspectiveDockable> children ){
CommonDockStationPerspective element = null;
if( cache != null ){
element = (CommonDockStationPerspective)cache.get( layout.getId(), layout.isRoot() );
}
if( element == null ){
return null;