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:
Status
- Restriction:
- This interface is not intended to be implemented by clients.
- Restriction:
- This interface is not intended to be extended by clients.
-
-
Field Summary
Fields Modifier and Type Field Description static int
INTERNAL_ERROR
Status code (value 10000) indicating an internal error.
-
-
-
Field Detail
-
INTERNAL_ERROR
static final int INTERNAL_ERROR
Status code (value 10000) indicating an internal error.- See Also:
- Constant Field Values
-
-