defaultCursorID = ModalTool.DEFAULT_CURSOR;
}
}
OpFilter parseEnablement = EnablementUtil.parseEnablement( extension.getNamespaceIdentifier()+"."+definition.getName(), definition.getChildren("enablement")); //$NON-NLS-1$ //$NON-NLS-2$;
enablement = new LazyOpFilter(this, parseEnablement);
operationCategories = parseOperationCategories(definition);
String bool = definition.getAttribute("hasCustomControl"); //$NON-NLS-1$
hasControl = ((bool != null) && bool.equalsIgnoreCase("true")) ? true : false; //$NON-NLS-1$
bool = definition.getAttribute("onToolbar"); //$NON-NLS-1$