Java Actions

Java Action Set

Toolbar Button

Command

Description

Create a Java Project

This command helps you create a new Java project in the workbench.

See New Java Project Wizard

Create a Java Package

This command helps you create a new Java package in the workbench.

See New Java Package Wizard

Create a Java Class

This command helps you create a new Java class in the workbench.

See New Java Class Wizard

Create a Java Interface

This command helps you create a new Java interface in the workbench.

See New Java Interface Wizard

Create a Scrapbook Page

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

See New Java Scrapbook Page Wizard

Open a Type in the Editor

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

  • Choose a type : In this field, type the first few characters of the type you want to open in an editor. You can use wildcards as needed (" * " for a string, " ? " for a character).
  • Matching Types : This list displays matches for the expression you type in the Choose a type field.
  • In Packages : This list displays the packages where a type with the selected name are defined.