if (PermissionsUtils.isPermitted("jcr:addChildNodes", module.getParentModule().getNode()) && !module.getParentModule().getNode().isLocked()) {
Insert insert = Insert.get();
insert.setVisible(true);
Rectangle rect = El.fly(row).getBounds();
int y = !before ? (rect.y + rect.height - 4) : rect.y - 2;
insert.el().setBounds(rect.x, y, rect.width, 20);
}
}
private boolean checkNodeType(DNDEvent e, String nodetypes) {