Class RemoveFromClasspathAction

All Implemented Interfaces:
IAction, ISelectionChangedListener

public class RemoveFromClasspathAction extends SelectionDispatchAction
Action to remove package fragment roots from the classpath of its parent project. Currently, the action is applicable to selections containing non-external archives (JAR or zip).

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

Since:
2.1
Restriction:
This class is not intended to be subclassed by clients.
  • Constructor Details

    • RemoveFromClasspathAction

      public RemoveFromClasspathAction(IWorkbenchSite site)
      Creates a new RemoveFromClasspathAction. The action requires that the selection provided by the site's selection provider is of type org.eclipse.jface.viewers.IStructuredSelection.
      Parameters:
      site - the site providing context information for this action
  • Method Details