The Fast Import feature enables you to quickly add import statements for classes in your file.
To add an import statement:
If the class is found in the parser 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 you have
defined named List
.
![]() |
Fast Import uses the parser database to generate the list of possible classes to import. If you want to add an import statement for a class you created, make sure the parser database is updated for that class. |
See also | |
---|---|
Updating the Parser Database
Creating New Code Using the Import Management Tool |