Details
-
Type:
New Feature
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Swing
-
Labels:None
-
Number of attachments :
Description
Hi
A drop should be supported on a JTree which is between two nodes, which is used for re-ordering nodes.
A possible call would be aboveNode(Node) which'll cause the drop to happen between the current node and the node above it. A similar call could be belowNode(Node).
I have tried to extend the current fixture and driver, but was unable to do so because some fields were private. Currently, I have to implement this in my test case itself.
Thanks,
Aakash