Interface IRefactoringTarget
- 
public interface IRefactoringTarget 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIRefactoringTarget.TargetType 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanallowMultipleTargets()IRefactoringTarget.TargetTypegetTarget()booleanisApplicable(Object entity) 
 - 
 
- 
- 
Method Detail
- 
getTarget
IRefactoringTarget.TargetType getTarget()
 
- 
allowMultipleTargets
boolean allowMultipleTargets()
 
- 
isApplicable
boolean isApplicable(Object entity)
 
 - 
 
 -