|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ui.WorkbenchEncoding
public class WorkbenchEncoding
WorkbenchEncoding is a utility class for plug-ins that want to use the list of encodings defined by default in the workbench.
Field Summary | |
---|---|
static java.lang.String |
ISO_8859_1
Deprecated. Use #getDefinedEncodings. This API will be deleted before 3.1 M2. |
static java.lang.String |
US_ASCII
Deprecated. Use #getDefinedEncodings. This API will be deleted before 3.1 M2. |
static java.lang.String |
UTF_16
Deprecated. Use #getDefinedEncodings. This API will be deleted before 3.1 M2. |
static java.lang.String |
UTF_16_BIG_ENDIAN
Deprecated. Use #getDefinedEncodings. This API will be deleted before 3.1 M2. |
static java.lang.String |
UTF_16_LITTLE_ENDIAN
Deprecated. Use #getDefinedEncodings. This API will be deleted before 3.1 M2. |
static java.lang.String |
UTF_8
Deprecated. Use #getDefinedEncodings. This API will be deleted before 3.1 M2. |
Constructor Summary | |
---|---|
WorkbenchEncoding()
|
Method Summary | |
---|---|
static java.lang.String |
getWorkbenchDefaultEncoding()
Get the default encoding from the virtual machine. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static java.lang.String ISO_8859_1
public static java.lang.String UTF_8
public static java.lang.String UTF_16
public static java.lang.String UTF_16_BIG_ENDIAN
public static java.lang.String UTF_16_LITTLE_ENDIAN
public static java.lang.String US_ASCII
Constructor Detail |
---|
public WorkbenchEncoding()
Method Detail |
---|
public static java.lang.String getWorkbenchDefaultEncoding()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |