{
final HierarchyNode rNode = (HierarchyNode) rArg;
if (bEditableOnly && !(rArg instanceof MutableHierarchyNode))
{
ResourceBundle rRsrc = ResourceBundle.getCurrent();
throw new UserNotificationException(rRsrc.getString("JL_MtInfo"),
rRsrc.getString("JL_MsNoEdit"));
}
if (rNodeController != null)
{
rNodeController.checkNodeAccess(rNode, new Executable()