363364365366367368369370371372373
ProjectUIPlugin.ID, prefConstant, xpid, idField, classField); if (result != null) { toolManager = result; } else { toolManager = new ToolManager(); } } } return toolManager; }