null
name name, the value of this child node becomes the value in the resulting list. The resulting list is an array of string values and so if the child node contains children, these will not be accessible via the list. This is shallow; the resulting list only contains string values.
@return The node contents as seen as a List
List
. Note In the default implementation of {@link #toList()} in{@link StructuredSelection} the returned list is not a copy of the elements of the receiver and modifying it will modify the contents of the selection.
@return the selected elements as a list
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|