public MailfolderCanvas() {
super();
setShowResizeBar( true );
SectionStackSection section = new SectionStackSection();
section.setCanCollapse( false );
section.setExpanded( true );
section.setResizeable( true );
createTree();
section.setItems( this.tree );
createToolbar( section );
createContextMenu();
setSections( section );