| |
|
| java.lang.Object org.netbeans.modules.tasklist.projectint.MainProjectIterator
MainProjectIterator | class MainProjectIterator implements Iterator<FileObject>(Code) | | Iterate all resources (files and folders) that are under the current main project
and under opened projects that depend on the main one.
The iretator is empty when no project has been set as the main one.
author: S. Aubrecht |
MainProjectIterator | public MainProjectIterator(Collection<FileObject> editedFiles)(Code) | | Creates a new instance of MainProjectIterator
|
hasNext | public boolean hasNext()(Code) | | |
next | public FileObject next()(Code) | | |
remove | public void remove()(Code) | | |
|
|
|