The Fast Import feature enables you to quickly add import statements for Java classes in your file.
To add an import statement:
If the class is found in the code completion database, the Import Class dialog box is displayed. This contains a list of classes that match the class at the insertion point.
For example, if the class name is List, the dialog box displays java.awt.List, java.util.List, and any other class that you have defined with the name List.
![]() |
Fast Import uses the code completion database to generate the list of possible classes to import. If you are unable to add an import statement for a class that you created, update the code completion database to include that class. |
See Also | |
---|---|
Code Completion Database
Editing Java Code Using the Import Management Tool |