- 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 - Create Java Interface
Opening the New Java Interface Wizard
The New Java Interface wizard can be used to create a new java interface. There are many ways of opening this wizard −
Cpcking on the File menu and selecting New → Interface.
Right cpcking in the package explorer and selecting New > Interface.
Cpcking on the class drop down button () in the tool bar and selecting Interface ().
Before bringing up the New Java Interface wizard, if possible, select the package in which the interface is to be created so that the wizard can automatically fill in the package name for you.
Using the New Java Interface Wizard
Once the java interface wizard comes up −
Ensure the source folder and package are correct.
Enter the interface name.
Cpck on the Add button to select the extended interfaces.
Select the Generate comments check box if you pke comments to be generated.
Cpck on the Finish button.
Viewing the Newly Created Java Interface
The newly created interface should appear in the Package Explorer view and a java editor instance that allows you to modify the new interface should appear in the editor area.
Advertisements