Bugfix
A TreeTableComponent should be able to be configured with both a TreeBuilder and a TreeModelBuilder, depending on the intention. However, the internal implementation does not fully support this, so that `NullPointerException`s occur in various situations (e.g. selection changes, model changes) at runtime when configuring a `TreeBuilder`.
Test
No test.