X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=plugins%2Forg.argeo.slc.client.ui%2Fsrc%2Fmain%2Fjava%2Forg%2Fargeo%2Fslc%2Fclient%2Fui%2Fviews%2FJcrResultTreeView.java;fp=plugins%2Forg.argeo.slc.client.ui%2Fsrc%2Fmain%2Fjava%2Forg%2Fargeo%2Fslc%2Fclient%2Fui%2Fviews%2FJcrResultTreeView.java;h=ab312d6e1c081b7668c50c914793757e4322a9e4;hb=6867e7eef2de759cf14fabe575fcba0bea29d6fc;hp=c0e750187bd4db39d2a8c2cee0aef5328042cc99;hpb=7121bb7cee38038ef10a344cd84560367195fca8;p=gpl%2Fargeo-slc.git diff --git a/plugins/org.argeo.slc.client.ui/src/main/java/org/argeo/slc/client/ui/views/JcrResultTreeView.java b/plugins/org.argeo.slc.client.ui/src/main/java/org/argeo/slc/client/ui/views/JcrResultTreeView.java index c0e750187..ab312d6e1 100644 --- a/plugins/org.argeo.slc.client.ui/src/main/java/org/argeo/slc/client/ui/views/JcrResultTreeView.java +++ b/plugins/org.argeo.slc.client.ui/src/main/java/org/argeo/slc/client/ui/views/JcrResultTreeView.java @@ -124,17 +124,8 @@ public class JcrResultTreeView extends ViewPart { private final static String[] observedNodeTypesUnderAllResults = { SlcTypes.SLC_TEST_RESULT, NodeType.NT_UNSTRUCTURED }; - // FIXME cache to ease D&D - // private boolean isActionUnderMyResult = false; - // private ResultParent lastSelectedTargetElement; - // private ResultParent lastSelectedSourceElement; - // private ResultParent lastSelectedSourceElementParent; private boolean isResultFolder = false; - // FIXME we cache the fact that we are moving a node to avoid exception - // triggered by the "Add Node" event while moving - // boolean isMoveInProgress = false; - /** * To be overridden to adapt size of form and result frames. */ @@ -221,8 +212,7 @@ public class JcrResultTreeView extends ViewPart { // Override default behaviour to insure that 2 distincts results that // have the same name will be correctly and distincly returned by - // corresponding - // TreeViewer.getSelection() method. + // corresponding TreeViewer.getSelection() method. viewer.setComparer(new ResultItemsComparer()); // viewer.setLabelProvider(rtLblProvider);