Easy Tutorial
❮ Home Eclipse Tutorial ❯

What is a Perspective?

A perspective is a visual container that includes a series of views and content editors. The default perspective is called Java.

An Eclipse window can open multiple perspectives, but only one perspective can be active at a time.

Users can switch between two perspectives.

Operating Perspectives

Open the perspective dialog by selecting "Window" and then "Open Perspective > Other".

The perspective dialog displays a list of available perspectives.

This list of perspectives can also be opened via the perspective button on the toolbar.

View Switching

In most cases, Java developers use the Java perspective and the Debug perspective. You can switch freely via the perspective name on the toolbar.

Closing a Perspective

Right-click the perspective name on the toolbar and select "Close" to close the perspective.

Customizing Perspectives

We can customize the perspective window to set up the perspective we want.

❮ Home Eclipse Tutorial ❯