Drawing Framework Glossary

From Apache OpenOffice Wiki
Revision as of 16:36, 29 November 2006 by Andre (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Configuration

Set of active resources. A configuration may look like

private:resource/floater/CenterPane
    private:resource/toolbar/ViewTabBar
    private:resource/view/ImpressView
private:resource/floater/LeftImpressPane
    private:resource/view/SlideSorter
private:resource/floater/RightPane
    private:resource/view/TaskPane

which is the pretty version of

                                           private:resource/floater/CenterPane
private:resource/floater/CenterPane        private:resource/toolbar/ViewTabBar
private:resource/floater/CenterPane        private:resource/view/ImpressView
                                           private:resource/floater/LeftImpressPane
private:resource/floater/LeftImpressPane   private:resource/view/SlideSorter
                                           private:resource/floater/RightPane
private:resource/floater/RightPane         private:resource/view/TaskPane

where the target URLs are in the left column and the resource URLs are in the right column. The target URLs for the panes are of course not present.

Current Configuration

Configuration that contains the currently active resources. This may or may not be identical to the requested configuration.

Requested Configuration

Configuration that contains the resources whose activation has been requested. This may or may not be identical to the current configuration.

Personal tools