Returns the path where dropped data should be placed in the tree. Interpretation of this value depends on the drop mode set on the component. If the drop mode is DropMode.USE_SELECTION or DropMode.ON , the return value is the path in the tree over which the data has been
()
| 398 | * @see #getChildIndex |
| 399 | */ |
| 400 | public TreePath getPath() { |
| 401 | return path; |
| 402 | } |
| 403 | |
| 404 | /** |
| 405 | * Returns a string representation of this drop location. |
no outgoing calls
no test coverage detected