Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse Java Development User Guide
Previous Page Home Next Page

Organize Imports Preferences

The Opens the Organize Imports preference page Java > Code Style > Organize Imports preference page defines how the Organize Imports command generates the import statements in a compilation unit.

Option

Description

Default

Import order list

This list of prefixes shows the sequential order for packages imported into a Java compilation unit. Each entry defines a block. Different blocks are separated by a spacer line.

java
javax
org
com

New...

Adds a package name prefix to the import order list. In the resulting dialog, type a package name or package name prefix.

n/a

New Static...

Adds a package name prefix to the import order list. In the resulting dialog, type a package name or package name prefix.

n/a

Edit...

Edits the currently selected entry in the import order list. In the resulting dialog, type a package name or package name prefix.

n/a

Remove

Removes the currently selected entry from the import order list.

n/a

Up

Moves the selected package name prefix up in the import order list.

n/a

Down

Moves the selected package name prefix down in the import order list.

n/a

Import...

Loads a list of package name prefixes from a file.

n/a

Export...

Saves the list of package name prefixes to a file.

n/a

Number of imports needed for .*

The number of import statements that are allowed for types in the same package before <package>.* is used.

99

Number of static imports needed for .*

The number of static import statements that are allowed for static members of the same type before type is used.

99

Do not create imports for types starting with a lower case letter

If enabled, types starting with a lowercase letter are not imported.

On

Related reference

Source actions


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire