Child pages
  • Overview of Servoy Developer Concepts

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A Servoy solution is typically assigned a resource project upon creation. For more information, see Working with With Resource Projects.

Workbench

The Eclipse workbench is the graphical user interface window for Eclipse. It can contain many different perspectives, as described below, but only one perspective can be active at a time.

...

Panel

Definitions:

A perspective in Eclipse is a set of views and editors---that is, everything you see on a screen. The individual views and editors that appear can be customized and saved as a "perspective."  

Views are windows within a perspective. Developers use views to view, edit, and manage these resources and data.

Editors are views in Servoy that provide users with specialized tools to edit resources, such as scripts, tables, and others.

The Servoy Design perspective contains views for working with Servoy solutions and all their parts. Servoy-specific views include the Solution Explorer, Script and Form Editors, and the Properties views. These views are described further in the Servoy Design Perspective chapter.

Other perspectives used when programming in Servoy include Debug and Team Synchronizing. These are discussed in their respective chapters as well.

...