12 module
com { module sun { module star { module ui {
52 void expand ( [in]
boolean bCollapseOther );
specifies the basic operations for a window component.
Definition generated_idl_chapter_refs.idl:2245
provides access to Panel
Definition XPanel.idl:20
void moveLast()
Move panel as last item of the deck.
void moveDown()
Move the panel one step down in the deck.
void collapse()
Collapse the panel to only show its title bar.
void setTitle([in] string newTitle)
Set the panel title string.
void moveUp()
Move panel one step up in the deck.
string getTitle()
Get the panel title string.
void setOrderIndex([in] long newOrderIndex)
Set the ordering index of the panel in the deck.
void expand([in] boolean bCollapseOther)
Expand and display the panel.
void moveFirst()
Move panel as first item of the deck.
boolean isExpanded()
Is the panel expanded.
long getOrderIndex()
Get the ordering index of the panel in the deck.
com::sun::star::awt::XWindow getDialog()
Get the panel dialog element.
string getId()
The panel identifier.
Definition Ambiguous.idl:20