Package org.eclipse.ltk.ui.refactoring
Interface IRefactoringUIStatusCodes
public interface IRefactoringUIStatusCodes
Status codes used by the refactoring UI plug-in.
This interface is not intended to be implemented by clients.
- Since:
- 3.0
- See Also:
- Restriction:
- This interface is not intended to be implemented by clients.
- Restriction:
- This interface is not intended to be extended by clients.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Status code (value 10000) indicating an internal error.
-
Field Details
-
INTERNAL_ERROR
static final int INTERNAL_ERRORStatus code (value 10000) indicating an internal error.- See Also:
-