:: com :: sun :: star :: ui ::

interface XSidebarProvider

Methods' Summary
setVisible Display the sidebar  
isVisible Is the sidebar visible  
getFrame Get the XFrame owner  
getDecks  
showDecks Decks container visibility  
getSidebar * Returns the sidebar object  
Methods' Details
setVisible
void
setVisible( [in] boolean  bVisible );

Description
Display the sidebar
Parameter bVisible
the requested visible state
isVisible
boolean
isVisible();

Description
Is the sidebar visible
getFrame
::com::sun::star::frame::XFrame
getFrame();

Description
Get the XFrame owner
getDecks
XDecks
getDecks();

showDecks
void
showDecks( [in] boolean  bVisible );

Description
Decks container visibility
Parameter bVisible
the requested visible state
  • FALSE collapses the deck container horizontally. Then Only shows the deck TabBar selector
  • TRUE expands the deck container and show active Deck content
getSidebar
XSidebar
getSidebar();

Description
* Returns the sidebar object
Top of Page