| View that demonstrates how to create two nested children
with the default context. Since we haven't supplied the
children with any meaningful context, the children won'
t have a toolbar or menu, and their selection, name, and
icon will be ignored.
The fact that the parent is using the default context
means that it doesn't care about these things and isn't
prepared to deal with them. If the parent cared about,
say, the selection in one of its children, it would need
to pass an ISelectionHandler to that child.
since: 3.1 |