Changes

Jump to: navigation, search

RCP Concepts

1,850 bytes added, 12:15, 5 February 2011
1
[[Category:RCP]]{{Ecl_menu}}__NOTOC__ == Components of the Eclipse RCP platform ==  The following components make up the Eclipse RCP platform [http://www.ralfebert.de/rcpbuch/overview/]: [[Image:1-rcp_stack.png|330px]] === OSGi / Equinox ===[http://zenit.senecac.on.ca/wiki/index.php/OSGi_Concepts OSGi is a standard Java framework for developing modular applications.] OSGi provides a runtime environment for software modules (TODOso-called bundles or plug-ins )ready.Eclipse-based applications on the Eclipse's OSGi implementation Eclipse Equinox === Eclipse Core Runtime === Core runtime provides general, non-UI related functionality for Eclipse applications.Description They administer the life cycle of Eclipse applications, is therefore responsible for launching and initialization of RPC the application. Standard Widget Toolkit (SWT) SWT is the UI toolkit of Eclipse platform. Eclipse RCP applications are not based on the Java GUI framework swing , but rather a private SWT GUI framework, which is native UI widgets of the underlying operating system uses the. JFace SWT UI Toolkit is limited as a minimal abstraction layer above the UI layer of the operating system.Additional features such as the filling of the UI components using Java model objects are provided in JFace. Eclipse UI Based on the above components is Eclipse UI called Workbench ready. You can come across the "Eclipse IDE with no content" Imagine - a blank, graphical application of IDE known as operating conceptsof view and editor tabs, perspectives, menu structures, etc. that provides the. This frame is for filling empty application by the application plug-determined. To expand the plug-ins from the Eclipse IDE workbench to the functions that are necessary for software development. Your own plug-ins based on Eclipse RCP Workbench are filled with the contents, however, the use cases are relevant for your. Optional Components

Navigation menu