Class FindStringsToExternalizeAction

All Implemented Interfaces:
IAction, ISelectionChangedListener

@Deprecated public class FindStringsToExternalizeAction extends SelectionDispatchAction
Deprecated.
Find all strings in a package or project that are not externalized yet.

The action is applicable to selections containing projects or packages.

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

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

    • FindStringsToExternalizeAction

      public FindStringsToExternalizeAction(IWorkbenchSite site)
      Deprecated.
      Creates a new FindStringsToExternalizeAction. 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