Eclipse Platform
2.1

org.eclipse.ui.editors.text
Interface IEncodingActionsConstants


public interface IEncodingActionsConstants

Defines the names of the encoding actions.

This interface contains constants only; it is not intended to be implemented.

Since:
2.0

Field Summary
static String CUSTOM
          Name of the action to change the encoding into a custom encoding.
static String ISO_8859_1
          Name of the action to change the encoding into ISO-8859-1.
static String SYSTEM
          Name of the action to change the encoding into the system encoding.
static String US_ASCII
          Name of the action to change the encoding into US ASCII.
static String UTF_16
          Name of the action to change the encoding into UTF-16.
static String UTF_16BE
          Name of the action to change the encoding into UTF-16BE.
static String UTF_16LE
          Name of the action to change the encoding into UTF-16LE.
static String UTF_8
          Name of the action to change the encoding into UTF-8.
 

Field Detail

US_ASCII

public static final String US_ASCII
Name of the action to change the encoding into US ASCII. Value is "US-ASCII".

ISO_8859_1

public static final String ISO_8859_1
Name of the action to change the encoding into ISO-8859-1. Value is "ISO-8859-1".

UTF_8

public static final String UTF_8
Name of the action to change the encoding into UTF-8. Value is "UTF-8".

UTF_16BE

public static final String UTF_16BE
Name of the action to change the encoding into UTF-16BE. Value is "UTF-16BE".

UTF_16LE

public static final String UTF_16LE
Name of the action to change the encoding into UTF-16LE. Value is "UTF-16LE".

UTF_16

public static final String UTF_16
Name of the action to change the encoding into UTF-16. Value is "UTF-16".

SYSTEM

public static final String SYSTEM
Name of the action to change the encoding into the system encoding. Value is "System".

CUSTOM

public static final String CUSTOM
Name of the action to change the encoding into a custom encoding. Value is "Custom".

Eclipse Platform
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.