21module
com { module sun { module star { module awt {
makes it possible to receive docking events.
Definition XDockableWindowListener.idl:27
specifies the docking interface for a window component.
Definition XDockableWindow.idl:32
void setFloatingMode([in] boolean bFloating)
toggle between floating and docked state
void addDockableWindowListener([in] com::sun::star::awt::XDockableWindowListener xListener)
adds a docking listener to the object.
void enableDocking([in] boolean bEnable)
enable or disable docking, docking is disabled by default
void removeDockableWindowListener([in] com::sun::star::awt::XDockableWindowListener xListener)
removes the specified docking listener from the object.
void startPopupMode([in] com::sun::star::awt::Rectangle WindowRect)
shows the window in a menu like style, i.e.
void unlock()
enables undocking this has no effect if the window is floating
void lock()
prevents the window from being undocked this has no effect if the window is floating
boolean isLocked()
queries the current locking state
boolean isFloating()
queries the current window state
boolean isInPopupMode()
queries the current pop-up mode
base interface of all UNO interfaces
Definition XInterface.idl:46
Definition Ambiguous.idl:20
specifies a rectangular area by position and size.
Definition Rectangle.idl:28