* declared
*/
public IWorkingSetElementAdapter createWorkingSetElementAdapter() {
if (!WorkbenchPlugin.hasExecutableExtension(configElement, ATT_ELEMENT_ADAPTER_CLASS))
return null;
IWorkingSetElementAdapter result = null;
try {
result = (IWorkingSetElementAdapter) WorkbenchPlugin
.createExtension(configElement, ATT_ELEMENT_ADAPTER_CLASS);
} catch (CoreException exception) {
WorkbenchPlugin.log("Unable to create working set element adapter: " + //$NON-NLS-1$