Eclipse Platform
Release 3.2

org.eclipse.ui.editors.text
Interface IEncodingActionsConstants


Deprecated. As of 3.1, encoding needs to be changed via properties dialog

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 java.lang.String CUSTOM
          Deprecated. Name of the action to change the encoding into a custom encoding.
static java.lang.String DEFAULT
          Deprecated. Name of the action to change the encoding into default.
static java.lang.String ISO_8859_1
          Deprecated. Name of the action to change the encoding into ISO-8859-1.
static java.lang.String SYSTEM
          Deprecated. Name of the action to change the encoding into the system encoding.
static java.lang.String US_ASCII
          Deprecated. Name of the action to change the encoding into US ASCII.
static java.lang.String UTF_16
          Deprecated. Name of the action to change the encoding into UTF-16.
static java.lang.String UTF_16BE
          Deprecated. Name of the action to change the encoding into UTF-16BE.
static java.lang.String UTF_16LE
          Deprecated. Name of the action to change the encoding into UTF-16LE.
static java.lang.String UTF_8
          Deprecated. Name of the action to change the encoding into UTF-8.
 

Field Detail

DEFAULT

static final java.lang.String DEFAULT
Deprecated. 
Name of the action to change the encoding into default. Value is "default".

Since:
3.0
See Also:
Constant Field Values

US_ASCII

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

See Also:
Constant Field Values

ISO_8859_1

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

See Also:
Constant Field Values

UTF_8

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

See Also:
Constant Field Values

UTF_16BE

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

See Also:
Constant Field Values

UTF_16LE

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

See Also:
Constant Field Values

UTF_16

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

See Also:
Constant Field Values

SYSTEM

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

See Also:
Constant Field Values

CUSTOM

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

See Also:
Constant Field Values

Eclipse Platform
Release 3.2

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.