Package org.eclipse.ui.editors.text
Interface IEncodingActionsHelpContextIds
-
@Deprecated(forRemoval=true) public interface IEncodingActionsHelpContextIdsDeprecated, for removal: This API element is subject to removal in a future version.As of 3.1, encoding needs to be changed via properties dialog. This interface is planned for removal after March 2021 (see bug#544309 for details).Help context IDs for the encoding actions.This interface contains constants only; it is not intended to be implemented.
- Since:
- 2.0
- 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 java.lang.StringCUSTOMDeprecated, for removal: This API element is subject to removal in a future version.Help id of the action to change the encoding into a custom encoding.static java.lang.StringDEFAULTDeprecated, for removal: This API element is subject to removal in a future version.Help id of the action to change the encoding into default.static java.lang.StringISO_8859_1Deprecated, for removal: This API element is subject to removal in a future version.Help id of the action to change the encoding into ISO-8859-1.static java.lang.StringSYSTEMDeprecated, for removal: This API element is subject to removal in a future version.Help id of the action to change the encoding into the system encoding.static java.lang.StringUS_ASCIIDeprecated, for removal: This API element is subject to removal in a future version.Help id of the action to change the encoding into US ASCII.static java.lang.StringUTF_16Deprecated, for removal: This API element is subject to removal in a future version.Help id of the action to change the encoding into UTF-16.static java.lang.StringUTF_16BEDeprecated, for removal: This API element is subject to removal in a future version.Help id of the action to change the encoding into UTF-16BE.static java.lang.StringUTF_16LEDeprecated, for removal: This API element is subject to removal in a future version.Help id of the action to change the encoding into UTF-16LE.static java.lang.StringUTF_8Deprecated, for removal: This API element is subject to removal in a future version.Help id of the action to change the encoding into UTF-8 Default value:"org.eclipse.ui.UTF-8_action_context"
-
-
-
Field Detail
-
DEFAULT
static final java.lang.String DEFAULT
Deprecated, for removal: This API element is subject to removal in a future version.Help id of the action to change the encoding into default. Default value:"org.eclipse.ui.default_action_context"- Since:
- 3.0
- See Also:
- Constant Field Values
-
US_ASCII
static final java.lang.String US_ASCII
Deprecated, for removal: This API element is subject to removal in a future version.Help id of the action to change the encoding into US ASCII. Default value:"org.eclipse.ui.US-ASCII_action_context"- See Also:
- Constant Field Values
-
ISO_8859_1
static final java.lang.String ISO_8859_1
Deprecated, for removal: This API element is subject to removal in a future version.Help id of the action to change the encoding into ISO-8859-1. Default value:"org.eclipse.ui.ISO-8859-1_action_context"- See Also:
- Constant Field Values
-
UTF_8
static final java.lang.String UTF_8
Deprecated, for removal: This API element is subject to removal in a future version.Help id of the action to change the encoding into UTF-8 Default value:"org.eclipse.ui.UTF-8_action_context"- See Also:
- Constant Field Values
-
UTF_16BE
static final java.lang.String UTF_16BE
Deprecated, for removal: This API element is subject to removal in a future version.Help id of the action to change the encoding into UTF-16BE. Default value:"org.eclipse.ui.UTF-16BE_action_context"- See Also:
- Constant Field Values
-
UTF_16LE
static final java.lang.String UTF_16LE
Deprecated, for removal: This API element is subject to removal in a future version.Help id of the action to change the encoding into UTF-16LE. Default value:"org.eclipse.ui.UTF-16LE_action_context"- See Also:
- Constant Field Values
-
UTF_16
static final java.lang.String UTF_16
Deprecated, for removal: This API element is subject to removal in a future version.Help id of the action to change the encoding into UTF-16. Default value:"org.eclipse.ui.UTF-16_action_context"- See Also:
- Constant Field Values
-
SYSTEM
static final java.lang.String SYSTEM
Deprecated, for removal: This API element is subject to removal in a future version.Help id of the action to change the encoding into the system encoding. Default value:"org.eclipse.ui.System_action_context"- See Also:
- Constant Field Values
-
CUSTOM
static final java.lang.String CUSTOM
Deprecated, for removal: This API element is subject to removal in a future version.Help id of the action to change the encoding into a custom encoding. Default value:"org.eclipse.ui.Custom_action_context"- See Also:
- Constant Field Values
-
-