private TreeGrid tree;
public AddressFolderCanvas() {
setShowResizeBar( true );
SectionStackSection section = new SectionStackSection();
section.setCanCollapse( false );
section.setExpanded( true );
section.setResizeable( true );
createTree();
section.setItems( this.tree );
setSections( section );
addDrawHandler( new DrawHandler() {
@Override