For example, the third party library uses very complex directory structure for the package.
Can I import them at once. the star seems can only imports one directory level.>
As you pointed in java you can only use "one level" import used by "*"
The more effective way is to open Eclipse, open class where imports should be and press: CTRL + SHIFT + O:) - nowadays all IDE helps with organize imports