101102103104105106107108109110111
public void expandNode(Node n) { super.expandNode(n); if (this.tableScrollPanel != null) { OutlineView ov = ((OutlineView) this.tableScrollPanel); ov.expandNode(n); } } /** * This method is called from within the constructor to initialize the form.