public abstract class CreateParticipant extends RefactoringParticipant
Create participants are registered via the extension point
org.eclipse.ltk.core.refactoring.createParticipants
. Extensions to
this extension point must therefore extend this abstract class.
Constructor and Description |
---|
CreateParticipant() |
Modifier and Type | Method and Description |
---|---|
CreateArguments |
getArguments()
Returns the create arguments.
|
protected void |
initialize(RefactoringArguments arguments)
Initializes the participant with the refactoring arguments
|
checkConditions, createChange, createPreChange, getName, getProcessor, getTextChange, initialize, initialize
getAdapter
protected final void initialize(RefactoringArguments arguments)
initialize
in class RefactoringParticipant
arguments
- the refactoring argumentspublic CreateArguments getArguments()
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.