Eclipse JDT
Release 3.1

org.eclipse.jdt.ui.refactoring
Interface IRefactoringProcessorIds


public interface IRefactoringProcessorIds

Interface to define the processor IDs provided by the JDT refactoring.

This interface declares static final fields only; it is not intended to be implemented.

Since:
3.0

Field Summary
static String DELETE_PROCESSOR
          Processor ID of the delete resource processor (value "org.eclipse.jdt.ui.DeleteProcessor").
static String MOVE_PROCESSOR
          Processor ID of the move resource processor (value "org.eclipse.jdt.ui.MoveProcessor").
static String MOVE_STATIC_MEMBERS_PROCESSOR
          Processor ID of the move static member processor (value "org.eclipse.jdt.ui.MoveStaticMemberProcessor").
static String RENAME_COMPILATION_UNIT_PROCESSOR
          Processor ID of the rename compilation unit processor (value "org.eclipse.jdt.ui.renameCompilationUnitProcessor").
static String RENAME_ENUM_CONSTANT_PROCESSOR
          Processor ID of the rename enum constant processor (value "org.eclipse.jdt.ui.renameEnumConstProcessor").
static String RENAME_FIELD_PROCESSOR
          Processor ID of the rename field processor (value "org.eclipse.jdt.ui.renameFieldProcessor").
static String RENAME_JAVA_PROJECT_PROCESSOR
          Processor ID of the rename Java project processor (value "org.eclipse.jdt.ui.renameJavaProjectProcessor").
static String RENAME_METHOD_PROCESSOR
          Processor ID of the rename method processor (value "org.eclipse.jdt.ui.renameMethodProcessor").
static String RENAME_PACKAGE_FRAGMENT_PROCESSOR
          Processor ID of the rename package fragment processor (value "org.eclipse.jdt.ui.renamePackageProcessor").
static String RENAME_RESOURCE_PROCESSOR
          Processor ID of the rename resource processor (value "org.eclipse.jdt.ui.renameResourceProcessor").
static String RENAME_SOURCE_FOLDER_PROCESSOR
          Processor ID of the rename source folder (value "org.eclipse.jdt.ui.renameSourceFolderProcessor").
static String RENAME_TYPE_PROCESSOR
          Processor ID of the rename type processor (value "org.eclipse.jdt.ui.renameTypeProcessor").
 

Field Detail

RENAME_JAVA_PROJECT_PROCESSOR

public static final String RENAME_JAVA_PROJECT_PROCESSOR
Processor ID of the rename Java project processor (value "org.eclipse.jdt.ui.renameJavaProjectProcessor"). The rename Java project processor loads the following participants:

See Also:
Constant Field Values

RENAME_SOURCE_FOLDER_PROCESSOR

public static final String RENAME_SOURCE_FOLDER_PROCESSOR
Processor ID of the rename source folder (value "org.eclipse.jdt.ui.renameSourceFolderProcessor"). The rename package fragment root processor loads the following participants:

See Also:
Constant Field Values

RENAME_PACKAGE_FRAGMENT_PROCESSOR

public static final String RENAME_PACKAGE_FRAGMENT_PROCESSOR
Processor ID of the rename package fragment processor (value "org.eclipse.jdt.ui.renamePackageProcessor"). The rename package fragment processor loads the following participants:

See Also:
Constant Field Values

RENAME_COMPILATION_UNIT_PROCESSOR

public static final String RENAME_COMPILATION_UNIT_PROCESSOR
Processor ID of the rename compilation unit processor (value "org.eclipse.jdt.ui.renameCompilationUnitProcessor"). The rename compilation unit processor loads the following participants:

See Also:
Constant Field Values

RENAME_TYPE_PROCESSOR

public static final String RENAME_TYPE_PROCESSOR
Processor ID of the rename type processor (value "org.eclipse.jdt.ui.renameTypeProcessor"). The rename type processor loads the following participants:

See Also:
Constant Field Values

RENAME_METHOD_PROCESSOR

public static final String RENAME_METHOD_PROCESSOR
Processor ID of the rename method processor (value "org.eclipse.jdt.ui.renameMethodProcessor"). The rename method processor loads the following participants:

See Also:
Constant Field Values

RENAME_FIELD_PROCESSOR

public static final String RENAME_FIELD_PROCESSOR
Processor ID of the rename field processor (value "org.eclipse.jdt.ui.renameFieldProcessor"). The rename filed processor loads the following participants:

See Also:
Constant Field Values

RENAME_ENUM_CONSTANT_PROCESSOR

public static final String RENAME_ENUM_CONSTANT_PROCESSOR
Processor ID of the rename enum constant processor (value "org.eclipse.jdt.ui.renameEnumConstProcessor"). The rename filed processor loads the following participants:

Since:
3.1
See Also:
Constant Field Values

RENAME_RESOURCE_PROCESSOR

public static final String RENAME_RESOURCE_PROCESSOR
Processor ID of the rename resource processor (value "org.eclipse.jdt.ui.renameResourceProcessor"). The rename resource processor loads the following participants:

See Also:
Constant Field Values

MOVE_PROCESSOR

public static final String MOVE_PROCESSOR
Processor ID of the move resource processor (value "org.eclipse.jdt.ui.MoveProcessor"). The move processor loads the following participants, depending on the type of element that gets moved:

See Also:
Constant Field Values

MOVE_STATIC_MEMBERS_PROCESSOR

public static final String MOVE_STATIC_MEMBERS_PROCESSOR
Processor ID of the move static member processor (value "org.eclipse.jdt.ui.MoveStaticMemberProcessor"). The move static members processor loads participants registered for the static Java element that gets moved. No support is available to participate in non static member moves.

See Also:
Constant Field Values

DELETE_PROCESSOR

public static final String DELETE_PROCESSOR
Processor ID of the delete resource processor (value "org.eclipse.jdt.ui.DeleteProcessor"). The delete processor loads the following participants, depending on the type of element that gets deleted:

See Also:
Constant Field Values

Eclipse JDT
Release 3.1

Copyright (c) IBM Corp. and others 2000, 2005. All Rights Reserved.