The Import Java Classes dialog box enables you to specify options to import Java classes.
This dialog box contains:
Select Java Classes |
Choose the Java classes that you want to access from the tree-control list. The Select Java Classes area provides a hierarchical display of all the Java class files in the order that they are defined in the current CLASSPATH environment variable. The class files (represented by leaf nodes) are organized and displayed in their packages (represented by folder nodes). Expand/collapse a folder to show/hide the contents. You can select one or more Java classes (shift-click in Windows for multiple selection). |
Import Java Classes |
Displays the fully qualified class names of the class files you have selected. Multiple class names are separated by semicolons (;). You can also enter the fully-qualified class name in this field. The text that you enter in this field is case-sensitive, for example: java.lang.String. |
Messages |
Shows the status during the import process. |
Import |
Starts the importing process. This button is enabled when you select one or more class files in Select Java Classes, or type a fully-qualified class name in the text box. |
Options |
Opens the Import Java Classes Options dialog box, which enables you to set specific options for the import action. |
Note: You can import more than class at a time by holding the control key down while selecting classes in the tree control, or by typing in the names of multiple classes and seperating them by semi colons. Do not, however, pick multiple classes from the tree control while separating them in the text box with a semicolon, as this will place multiple semi-colons in the text box and import only the last selected class. You cannot import entire packages at one time.
The help topics listed under the Reference > Java Importer on the Contents tab of this online Help.
Copyright © 1984, 2005, Oracle. All rights reserved.