Implement "Override hierarchy" view

This commit is contained in:
Alexey Sedunov
2014-01-09 15:01:06 +04:00
parent 4ba01ee1d5
commit 786e59bbfa
33 changed files with 774 additions and 6 deletions
@@ -0,0 +1,12 @@
<node text="A ()" base="true">
<node text="B ()"/>
<node text="T ()">
<node text="C ()"/>
<node text="Y ()"/>
</node>
<node text="X ()">
<node text="Z ()">
<node text="D ()"/>
</node>
</node>
</node>