returns true if the content is currently shown
if("open" in this){ return this.open; // for TitlePane, etc. }else{ var node = this.domNode; return (node.style.display != 'none') && (node.style.visibility != 'hidden'); }