Some refactoring of the model and of command handling.
[lgpl/argeo-commons.git] / server / plugins / org.argeo.jcr.ui.explorer / src / main / java / org / argeo / jcr / ui / explorer / commands / DeleteNodes.java
index a0e106906a3747b297d66f0c392505c761293fbf..098f5663bfed064562c4126d14cc1fdcb0d19609 100644 (file)
@@ -22,6 +22,10 @@ import org.eclipse.ui.handlers.HandlerUtil;
  * Deletes the selected nodes: both in the JCR repository and in the UI view.
  * Warning no check is done, except implementation dependent native checks,
  * handle with care.
+ * 
+ * This handler is still 'hard linked' to a GenericJcrBrowser view to enable
+ * correct tree refresh when a node is added. This must be corrected in future
+ * versions.
  */
 public class DeleteNodes extends AbstractHandler {
        public Object execute(ExecutionEvent event) throws ExecutionException {