if( workspace != null){
if(logger.isDebugEnabled()){
logger.debug("About to fire focus gained on the active workspace component");
}
WorkspaceView workspaceView = (WorkspaceView)workspaceComponent;
workspaceView.fireFocusGainedOnActiveComponent();
}
}
private Component getDockableWorkspace(Component c) {
if (c == null) return null;