|
Eclipse Platform Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEncodingActionsConstants
Defines the names of the encoding actions.
This interface contains constants only; it is not intended to be implemented.
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 |
---|
static final java.lang.String DEFAULT
"default"
.
static final java.lang.String US_ASCII
"US-ASCII"
.
static final java.lang.String ISO_8859_1
"ISO-8859-1"
.
static final java.lang.String UTF_8
"UTF-8"
.
static final java.lang.String UTF_16BE
"UTF-16BE"
.
static final java.lang.String UTF_16LE
"UTF-16LE"
.
static final java.lang.String UTF_16
"UTF-16"
.
static final java.lang.String SYSTEM
"System"
.
static final java.lang.String CUSTOM
"Custom"
.
|
Eclipse Platform Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.