Class CloseUnrelatedProjectsAction

All Implemented Interfaces:
EventListener, IResourceChangeListener, IAction, ISelectionChangedListener

public class CloseUnrelatedProjectsAction extends CloseResourceAction
This action closes all projects that are unrelated to the selected projects. A project is unrelated if it is not directly or transitively referenced by one of the selected projects, and does not directly or transitively reference one of the selected projects.

This class may be instantiated; it is not intended to be subclassed.

Since:
3.3
See Also: