Class CreateFileAction

All Implemented Interfaces:
IAction, ISelectionChangedListener

@Deprecated public class CreateFileAction extends SelectionListenerAction
Deprecated.
should use NewWizardMenu to populate a New submenu instead (see Navigator view)
Standard action for creating a file 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 Details

  • Constructor Details

    • CreateFileAction

      @Deprecated public CreateFileAction(Shell shell)
      Creates a new action for creating a file resource.
      Parameters:
      shell - the shell for any dialogs
    • CreateFileAction

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