Difference between revisions of "FR/Documentation/BASIC Guide/OfficeDev"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Created page with "{{FR/Documentation/BASIC_Guide/OfficeDevTOC |OfficeDev2a=block |ShowPrevNext=block |PrevPage=FR/Documentation/BASIC Guide/OfficeDev/Office Development |NextPage=FR/Documentati...")
 
Line 1: Line 1:
{{FR/Documentation/BASIC_Guide/OfficeDevTOC
+
  {{DISPLAYTITLE:{{PRODUCTNAME}} : Environnement applicatif}}
|OfficeDev2a=block
+
|ShowPrevNext=block
+
|PrevPage=FR/Documentation/BASIC Guide/OfficeDev/Office Development
+
|NextPage=FR/Documentation/BASIC Guide/OfficeDev/Desktop Environment
+
}}
+
{{Documentation/DevGuideLanguages|Documentation/DevGuide/OfficeDev/{{SUBPAGENAME}}}}
+
  {{DISPLAYTITLE:{{PRODUCTNAME}} Environnement applicatif}}
+
 
L'environnement applicatif de {{PRODUCTNAME}} se base sur l'interface bureau (''desktop environment'') et le socle API (''framework API'').  
 
L'environnement applicatif de {{PRODUCTNAME}} se base sur l'interface bureau (''desktop environment'') et le socle API (''framework API'').  
  
Line 12: Line 5:
  
 
The desktop environment consists of the desktop service and auxiliary objects. The desktop environment's functions are carried out by the framework API. The framework API has two parts: the ''component framework'' and the ''dispatch framework''. The component framework follows a special Frame-Controller-Model paradigm to manage components viewable in {{PRODUCTNAME}}. The dispatch framework handles command requests sent by the GUI.
 
The desktop environment consists of the desktop service and auxiliary objects. The desktop environment's functions are carried out by the framework API. The framework API has two parts: the ''component framework'' and the ''dispatch framework''. The component framework follows a special Frame-Controller-Model paradigm to manage components viewable in {{PRODUCTNAME}}. The dispatch framework handles command requests sent by the GUI.
 +
 +
* Desktop Environment
 +
* Framework API
 +
* Using the Desktop
 +
* Using the Component Framework
 +
* Creating Frames Manually
 +
* Handling Documents
 +
* [[Using the Dispatch Framework|Interface du dispatcher]]
 +
* Java Window Integration
 +
  
 
{{PDL1}}
 
{{PDL1}}

Revision as of 15:34, 10 June 2013

L'environnement applicatif de OpenOffice.org se base sur l'interface bureau (desktop environment) et le socle API (framework API).

Environnement applicatif de OpenOffice.org

The desktop environment consists of the desktop service and auxiliary objects. The desktop environment's functions are carried out by the framework API. The framework API has two parts: the component framework and the dispatch framework. The component framework follows a special Frame-Controller-Model paradigm to manage components viewable in OpenOffice.org. The dispatch framework handles command requests sent by the GUI.

  • Desktop Environment
  • Framework API
  • Using the Desktop
  • Using the Component Framework
  • Creating Frames Manually
  • Handling Documents
  • Interface du dispatcher
  • Java Window Integration


Content on this page is licensed under the Public Documentation License (PDL).
Personal tools