ASCoDT Getting Started: Difference between revisions
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
[[#Navigation views|Navigation views]] | [[#Navigation views|Navigation views]] | ||
[[UI container]] | [[#UI container]] | ||
[[VTK view]] | [[VTK view]] | ||
Line 40: | Line 40: | ||
On the left side of the perspective you can find different views, which are used | On the left side of the perspective you can find different views, which are used | ||
for the navigation in the [[#Project|user-defined project]]. The Project explorer and the navigator show the packages, folders and files, which build the current project. The outline view shows elements, described in the currently opened editor. In the case of the workbench the outline view holds a list of the instantiated components. | for the navigation in the [[#Project|user-defined project]]. The Project explorer and the navigator show the packages, folders and files, which build the current project. The outline view shows elements, described in the currently opened editor. In the case of the workbench the outline view holds a list of the instantiated components. | ||
==UI Container== |
Revision as of 11:55, 4 May 2011
The following guide should make you familiar with the basic usage of the sciCoDE plug-in.
Overview of the basic UI components
To use sciCoDE the user should switch to the sciCoDE Perspective.To open the sciCoDE perspective please select Window > Open Perspective > sciCoDEPerspective. The perspective consists of the following UI elements:
The workbench
The sciCoDE workbench is the main part of the sciCoDE plug-in. Here the user can
specify his application setup based on the Common Component Architecture. The user is supported in this action by intuitive drag-and-drop interface. The workbench consists of two main parts: the workspace, the palette. The workspace is the white space, where the user can drop his components. The palette is located on the right part of the screenshot. It holds the collection of imported components, which can be dropped on the workspace.
On the top part of the palette you can see the tools-toolbox. The instruments from left to right are:
- Selection tool: allows the selection and the creation of components
- Bounding Box selection tool: allows the selection of multiple components
- Connection tool: used to connect ports of different component
- Sticky note connection tool: connects sticky notes with other element located on the workspace
- Sticky note creation tool: used to create sticky notes
On the left side of the perspective you can find different views, which are used for the navigation in the user-defined project. The Project explorer and the navigator show the packages, folders and files, which build the current project. The outline view shows elements, described in the currently opened editor. In the case of the workbench the outline view holds a list of the instantiated components.