Java toolbar actions



Java Actions

Toolbar Button

Command

Description
Create a Java Project

Create a Java Project

This command helps you create a new Java project.


See New Java Project Wizard
Create a Java Package

Create a Java Package

This command helps you create a new Java package.


See New Java Package Wizard
Create a Java Class

Create a Java Class

This command helps you create a new Java class.


See New Java Class Wizard
Create a Java Enum

Create a Java enum

This command helps you create a new Java enum.


See New Java Enum Wizard
Create a Java Interface

Create a Java Interface

This command helps you create a new Java interface.


See New Java Interface Wizard
Create a Java annotation

Create a Java annotation

This command helps you create a new Java annotation.


See New Java Annotation Wizard
Create a Scrapbook Page

Create a Scrapbook Page

This command helps you create a new Java scrapbook page for experimenting with Java expressions.


See New Java Scrapbook Page Wizard
Open Type

Open Type

This command allows you to browse the workspace for a type to open in the defined default Java editor. You can optionally choose to display the type simultaneously in the Hierarchy view.

Select a type to open:
In this field, type the first few characters of the type you want to open in an editor. You may use wildcards as needed ("?" for any character, "*" for any string, and "TZ" for types containing "T" and "Z" as upper-case letters in camel-case notation, e.g. java.util.TimeZone).
Matching Types:
This list displays matches for the expression you type in the Select a type to open field.


Related concepts

Java development tools (JDT)

Related tasks

Creating Java elements
Opening an editor on a type

Related reference

New Java Project wizard
New Java Package wizard
New Java Class wizard
New Java Enum wizard
New Java Interface wizard
New Java Annotation wizard
New Java Scrapbook Page wizard
Views and editors