Interface IEncodingActionsDefinitionIds


@Deprecated(forRemoval=true) public interface IEncodingActionsDefinitionIds
Deprecated, 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).
Defines the definition 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 final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Action definition id of the action to change the encoding into a custom encoding.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Action definition id of the action to change the encoding into default.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Action definition id of the action to change the encoding into ISO-8859-1.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Action definition id of the action to change the encoding into the system encoding.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Action definition id of the action to change the encoding into US ASCII.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Action definition id of the action to change the encoding into UTF-16.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Action definition id of the action to change the encoding into UTF-16BE.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Action definition id of the action to change the encoding into UTF-16LE.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Action definition id of the action to change the encoding into UTF-8.
  • Field Details

    • DEFAULT

      static final String DEFAULT
      Deprecated, for removal: This API element is subject to removal in a future version.
      Action definition id of the action to change the encoding into default. Value is "org.eclipse.ui.edit.text.encoding.default".
      Since:
      3.0
      See Also:
    • US_ASCII

      static final String US_ASCII
      Deprecated, for removal: This API element is subject to removal in a future version.
      Action definition id of the action to change the encoding into US ASCII. Value is "org.eclipse.ui.edit.text.encoding.us-ascii".
      See Also:
    • ISO_8859_1

      static final String ISO_8859_1
      Deprecated, for removal: This API element is subject to removal in a future version.
      Action definition id of the action to change the encoding into ISO-8859-1. Value is "org.eclipse.ui.edit.text.encoding.iso-8859-1".
      See Also:
    • UTF_8

      static final String UTF_8
      Deprecated, for removal: This API element is subject to removal in a future version.
      Action definition id of the action to change the encoding into UTF-8. Value is "org.eclipse.ui.edit.text.encoding.utf-8".
      See Also:
    • UTF_16BE

      static final String UTF_16BE
      Deprecated, for removal: This API element is subject to removal in a future version.
      Action definition id of the action to change the encoding into UTF-16BE. Value is "org.eclipse.ui.edit.text.encoding.utf-16be".
      See Also:
    • UTF_16LE

      static final String UTF_16LE
      Deprecated, for removal: This API element is subject to removal in a future version.
      Action definition id of the action to change the encoding into UTF-16LE. Value is "org.eclipse.ui.edit.text.encoding.utf-16le".
      See Also:
    • UTF_16

      static final String UTF_16
      Deprecated, for removal: This API element is subject to removal in a future version.
      Action definition id of the action to change the encoding into UTF-16. Value is "org.eclipse.ui.edit.text.encoding.utf-16".
      See Also:
    • SYSTEM

      static final String SYSTEM
      Deprecated, for removal: This API element is subject to removal in a future version.
      Action definition id of the action to change the encoding into the system encoding. Value is "org.eclipse.ui.edit.text.encoding.system".
      See Also:
    • CUSTOM

      static final String CUSTOM
      Deprecated, for removal: This API element is subject to removal in a future version.
      Action definition id of the action to change the encoding into a custom encoding. Value is "org.eclipse.ui.edit.text.encoding.custom".
      See Also: