How to get projects list in eclipse

Some methods are really tidy and powerfull in eclipse, but a big problem is when I want to use them I ofen forget how to use them.
Here is the method to get the projects list of current workspace.

IProject[] projects = ResourcesPlugin.getWorkspace().getRoot().getProjects();



posted @ 2006-09-26 14:37  Android,服务端,移动互联网  阅读(173)  评论(0编辑  收藏  举报