Difference between revisions of "Basics Concepts"

From CDOT Wiki
Jump to: navigation, search
(links to tutorials)
 
Line 21: Line 21:
 
=== Views ===
 
=== Views ===
 
[http://help.eclipse.org/helios/index.jsp?topic=/org.eclipse.platform.doc.user/gettingStarted/qs-01.htm Views] support editors and provide alternative presentations as well as ways to navigate the information in your Workbench.
 
[http://help.eclipse.org/helios/index.jsp?topic=/org.eclipse.platform.doc.user/gettingStarted/qs-01.htm Views] support editors and provide alternative presentations as well as ways to navigate the information in your Workbench.
 +
 +
== [http://www.vogella.de/articles/Eclipse/article.html Eclipse IDE Tutorial] ==
 +
Eclipse as a Java IDE

Latest revision as of 19:15, 9 January 2011

Eclipse is an open source community with over 60 open source projects. These projects can be conceptually organized into different "pillars" or categories such as:

Concepts

Workbench

The term Workbench refers to the desktop development environment. The Workbench aims to achieve seamless tool integration and controlled openness by providing a common paradigm for the creation, management, and navigation of workspace resources.

Resources

Resources is a collective term for the projects, folders, and files that exist in the Workbench. The navigation views provide a hierarchical view of resources and allows you to open them for editing.

Perspectives

Each Workbench window contains one or more perspectives. A perspective defines the initial set and layout of views in the Workbench window. Within the window, each perspective shares the same set of editors. Each perspective provides a set of functionality aimed at accomplishing a specific type of task or works with specific types of resources.

Editors

Most perspectives in the Workbench are comprised of an editor area and one or more views.

Views

Views support editors and provide alternative presentations as well as ways to navigate the information in your Workbench.

Eclipse IDE Tutorial

Eclipse as a Java IDE