Protected
Optional
_dynamicProtected
contentProtected
isProtected
needsProtected
openProtected
openProtected
Optional
pendingProtected
Optional
scrollProtected
scrollProtected
tabProtected
Readonly
toProtected
topOverrides the contentNode
property getter in PhosphorJS' TabBar.
Protected
scrollbarOverrides the scrollable host from the parent class.
Protected
tabProtected
onProtected
onProtected
onProtected
onProtected
rewireDOMRestructures the DOM defined in PhosphorJS.
By default the tabs (li
) are contained in the this.contentNode
(ul
) which is wrapped in a div
(this.node
).
Instead of this structure, we add a container for the this.contentNode
and for the toolbar.
The scrollbar will only work for the ul
part but it does not affect the toolbar, so it can be on the right hand-side.
Protected
update
A specialized tab bar for the main and bottom areas.