Class CreateFolderAction

  • All Implemented Interfaces:
    IAction, ISelectionChangedListener

    @Deprecated
    public class CreateFolderAction
    extends SelectionListenerAction
    Deprecated.
    should use NewWizardMenu to populate a New submenu instead (see Navigator view)
    Standard action for creating a folder resource within the currently selected folder or project.

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

    Restriction:
    This class is not intended to be subclassed by clients.
    • Field Detail

      • shellProvider

        protected IShellProvider shellProvider
        Deprecated.
        The shell in which to show any dialogs.
    • Constructor Detail

      • CreateFolderAction

        @Deprecated
        public CreateFolderAction​(IShellProvider provider)
        Deprecated.
        see deprecated tag on class
        Creates a new action for creating a folder resource.
        Parameters:
        provider - the shell for any dialogs
        Since:
        3.4
    • Method Detail

      • updateSelection

        protected boolean updateSelection​(IStructuredSelection s)
        Deprecated.
        The CreateFolderAction implementation of this SelectionListenerAction method enables the action only if the selection contains folders and open projects.
        Overrides:
        updateSelection in class BaseSelectionListenerAction
        Parameters:
        s - the new selection
        Returns:
        true if the action should be enabled for this selection, and false otherwise