- Eclipse - Web Browsers
- Eclipse - Tips & Tricks
- Eclipse - Restart Option
- Eclipse - Shortcuts
- Eclipse - Code Templates
- Eclipse - Install Plugins
- Eclipse - Task Management
- Eclipse - Add Bookmarks
- Eclipse - Refactoring
- Eclipse - Navigation
- Eclipse - Search Menu
- Eclipse - Hover Help
- Eclipse - Quick Fix
- Eclipse - Content Assist
- Eclipse - Preferences
- Eclipse - Debugging Program
- Eclipse - Debug Configuration
- Eclipse - Build Project
- Eclipse - Reopen Project
- Eclipse - Close Project
- Eclipse - Create Jar Files
- Eclipse - Running Program
- Eclipse - Run Configuration
- Eclipse - Java Build Path
- Eclipse - Create XML File
- Eclipse - Create Java Interface
- Eclipse - Create Java Class
- Eclipse - Create Java Package
- Eclipse - Create Java Project
- Eclipse - Workspaces
- Eclipse - Perspectives
- Eclipse - Explore Views
- Eclipse - Explore Menus
- Eclipse - Explore Windows
- Eclipse - Installation
- Eclipse - Overview
- Eclipse - Home
Eclipse Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
Ecppse - Perspectives
What is a Perspective?
An ecppse perspective is the name given to an initial collection and arrangement of views and an editor area. The default perspective is called java. An ecppse window can have multiple perspectives open in it but only one perspective is active at any point of time. A user can switch between open perspectives or open a new perspective. The active perspective controls what appears in some menus and tool bars.
Opening a Perspective
To open a new perspective, cpck on the Windows menu and select Open Perspective → Other
The Open Perspective dialog box shows all the available perspectives. The same dialog can be brought up by cpcking on the Open Perspective button ( ) on the tool bar.
Switching between Perspectives
The most commonly used perspectives for java development are the Java perspective and Debug perspective. Users can switch between open perspectives by cpcking on the Perspective name on the toolbar.
Closing a Perspective
To close a perspective, right cpck on the perspective name in toolbar and select the Close menu item.
Customizing a Perspective
The customize perspective dialog can be used to customize a perspective. Customizing a perspective means −
Determining the icons visible on the toolbar when a perspective is active.
Determining the menu items visible when a perspective is active.
Determine the menu items in New submenu, Show View submenu and Open Perspective submenu.
The tab descriptions of customize perspective are given below −
The Tool Bar Visibipty tab can be used to determine which icons are visible on the toolbar when a perspective is open.
The Menu Visibipty tab can be used to determine which menu items are visible when a perspective is active.
The Command Groups Availabipty tab can be used to control the visibipty of toolbar icons and menu items.
The Shortcuts tab can be used to determine the menu items in New submenu, Show View submenu and Open Perspective submenu.
Based on the Shortcuts selection in the picture given below, to bring up the "New Java Project from Existing Ant Build File" wizard users have to bring up the New submenu (File → New), cpck on Other, expand the Java category and then select "Java Project from Existing Ant Build File". On the other hand, to start the New Class wizard they can bring up the New submenu (File → New) and select the Class menu item because its selected in the picture given below. By selecting the "Java Project from Existing Ant Build File" check box this item will also appear under the New menu.
Advertisements