Methods' Summary |
startDocking |
is invoked when the docking procedure starts.
|
docking |
is invoked during the docking procedure when the window has been moved.
on return the DockingData must contain either the old tracking rectangle
or a changed rectangle if required, additionally it must indicate if
the window should be docked or floating
Note: the tracking rectangle indicates to the user where the window would
be placed if he releases the mouse.
|
endDocking |
is invoked when the docking procedure ends.
aWindowRect contains the new position and size of the window
|
prepareToggleFloatingMode |
is invoked when the floating mode is about to be changed between
floating and docked or vice versa
if returned FALSE the floating mode will not be changed
|
toggleFloatingMode |
is invoked when the floating mode is changed between
floating and docked or vice versa
|
closed |
is invoked when the window was actively closed
|
endPopupMode |
is invoked when the window currently is in popupmode and wants to be undocked
or closed
|
Methods' Details |
startDocking
- Description
- is invoked when the docking procedure starts.
|
|
docking
- Description
- is invoked during the docking procedure when the window has been moved.
on return the DockingData must contain either the old tracking rectangle
or a changed rectangle if required, additionally it must indicate if
the window should be docked or floating
Note: the tracking rectangle indicates to the user where the window would
be placed if he releases the mouse.
|
|
endDocking
- Description
- is invoked when the docking procedure ends.
aWindowRect contains the new position and size of the window
|
|
prepareToggleFloatingMode
boolean |
prepareToggleFloatingMode( |
[in] ::com::sun::star::lang::EventObject |
e ); |
- Description
- is invoked when the floating mode is about to be changed between
floating and docked or vice versa
if returned FALSE the floating mode will not be changed
|
|
toggleFloatingMode
- Description
- is invoked when the floating mode is changed between
floating and docked or vice versa
|
|
closed
- Description
- is invoked when the window was actively closed
|
|
endPopupMode
- Description
- is invoked when the window currently is in popupmode and wants to be undocked
or closed
|
|
Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.