public interface IEncodingActionsDefinitionIds
This interface contains constants only; it is not intended to be implemented.
Modifier and Type | Field and Description |
---|---|
static String |
CUSTOM
Deprecated.
Action definition id of the action to change the encoding into a custom encoding.
|
static String |
DEFAULT
Deprecated.
Action definition id of the action to change the encoding into default.
|
static String |
ISO_8859_1
Deprecated.
Action definition id of the action to change the encoding into ISO-8859-1.
|
static String |
SYSTEM
Deprecated.
Action definition id of the action to change the encoding into the system encoding.
|
static String |
US_ASCII
Deprecated.
Action definition id of the action to change the encoding into US ASCII.
|
static String |
UTF_16
Deprecated.
Action definition id of the action to change the encoding into UTF-16.
|
static String |
UTF_16BE
Deprecated.
Action definition id of the action to change the encoding into UTF-16BE.
|
static String |
UTF_16LE
Deprecated.
Action definition id of the action to change the encoding into UTF-16LE.
|
static String |
UTF_8
Deprecated.
Action definition id of the action to change the encoding into UTF-8.
|
static final String DEFAULT
"org.eclipse.ui.edit.text.encoding.default"
.static final String US_ASCII
"org.eclipse.ui.edit.text.encoding.us-ascii"
.static final String ISO_8859_1
"org.eclipse.ui.edit.text.encoding.iso-8859-1"
.static final String UTF_8
"org.eclipse.ui.edit.text.encoding.utf-8"
.static final String UTF_16BE
"org.eclipse.ui.edit.text.encoding.utf-16be"
.static final String UTF_16LE
"org.eclipse.ui.edit.text.encoding.utf-16le"
.static final String UTF_16
"org.eclipse.ui.edit.text.encoding.utf-16"
.static final String SYSTEM
"org.eclipse.ui.edit.text.encoding.system"
.static final String CUSTOM
"org.eclipse.ui.edit.text.encoding.custom"
.
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.