{
// Open the EnumItem list editor
if (iwp instanceof DBDataView)
{
// Get the FolderDescrNode and open the editor
EnumItemListNode fld = ((EnumItemListNode) obj);
if (Application.getLock(fld.getDescr()))
{
page.openEditor(fld, EnumItemListEditor.ID);
}
}
}