Difference between revisions of "Framework/New Docking Windows"

From Apache OpenOffice Wiki
Jump to: navigation, search
(New style docking windows)
(Screenshots from a current demo version)
Line 12: Line 12:
  
 
=== Screenshots from a current demo version ===
 
=== Screenshots from a current demo version ===
 +
 +
[[image:Writer_NewDockingWindows.PNG]]

Revision as of 12:38, 17 July 2008

New style docking windows

This project wants to exchange the current docking window implementation with a new one which is UNO based and focuses on extensibility. We are currently working close together with the RedOffice Team in Bejing to have new style docking windows feature ready for OpenOffice.org 3.1. The new implementation will be part of the Layout Manager introduced in OpenOffice.org 2. There are several improvements planned for the new implementation:

  • The new docking windows can be controlled by the Layout Manager UNO API
  • The new docking windows uses the same configuration data as the other user interface elements
  • The new docking windows will be available for extensions
  • It's possible to define groups that consists of several docking windows. If a user moves one window of a group, all windows of that group will be moved.
  • There is a better separation of responsibility for document and container window.
    • The container window of the frame contains the user interface.
    • The document window is only responsible to show document content.

Screenshots from a current demo version

File:Writer NewDockingWindows.PNG

Personal tools